On Wed, 8 Nov 2017 08:01:48 -0600, John McKown wrote:
>
>> o Concatenated UNIX directories in Binder SYSLIB.
>
>​This last will likely be rejected as "not needed". Why? You can use
>multiple UNIX directories for AUTOCALL as in the following (SYSLIN binder
>input)
>
>//SYSLIN DD *​
> AUTOCALL /some/directory/obj
> AUTOCALL /another/directory/obj
> AUTOCALL /some/directory/archive-library.a
> LIBRARY <-- can't figure this one out -->
>/*
>
Are these the implementation of the various options to "cc"?  You might
experiment, generating the pseudo-JCL.

>When you use the AUTOCALL, I'm not sure what the file name needs to be in
>the specified directory. For instance for an external reference to MYPROG,
>would the file name be MYPROG or myprog or myprog.o? There are _no_
>examples of this in the manual. The same in an archive library. And I'm
>working from home today, which "cramps my style" for messing around testing
>UNIX stuff.
> 
For INCLUDE it's "INCLUDE ddame(myprog.o)"  (No 8-character limit.)

Does AUTOCALL interact with INCLUDE or is it solely for resolving EXTERNs?

>Ref:
>https://www.ibm.com/support/knowledgecenter/en/SSLTBW_2.1.0/com.ibm.zos.v2r1.ieab100/autocal.htm
>https://www.ibm.com/support/knowledgecenter/en/SSLTBW_2.1.0/com.ibm.zos.v2r1.ieab100/library.htm

-- gil

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to