On Mon, 15 Aug 2022 12:40:57 -0500, Paul Gilmartin <[email protected]> wrote:
>How can the programmer indicate: > >o A SFS member with a directory path? > (Must it be accessed with a mode letter?) There is no such capability; the directory must be accessed. You can use LSEARCH(A,B,D), for example, to restrict where the compiler looks for user include files. >o A BFS member? #include "/usr/alan/src/include/my.macro" LSEARCH(/usr/alan/src/include) And I should point out that the SEARCH option is how you change the search order for *system* include files. The compiler behaves differently with/without the OE option. All of this is thoroughly documented in the XL C/C++ for z/VM: User's Guide. I've only scratched the surface. Alan Altmark IBM ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
