On Tue, 19 Aug 2025 17:51:53 +0000, Farley, Peter wrote: >I have a co-worker who is trying to use zoautil functions from a C++ program >(supplied as a sample with the zoautil distribution). However, he is trying >to compile and bind that sample using only normal JCL (PROC CBCCB) and neither >he nor I can figure out how to get the binder to INCLUDE the needed routines >from the "soautil.so" file stored in the Unix file system. > (Old information, possibly outdated): Binder accepts an allocated UNIX directory as SYSLIB (//SYSLIB DD PATH=...) No concatenation is allowed. However it appears not to use BLDL/FIND/DESERV, probablly because those facilities can't handle long member names.
Rather, Binder merely appends (documented) the member name to the directory path ((presumably obtained with DYNALLOC INFO.) This practice appears to have arisen in an era when Allocation but not access methods supported UNIX paths. -- gil ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
