In article <[email protected]> you 
wrote:
> Thanks for the feedback,

> I realized that my current z/OS (1.13) the prelinker has no SYSN2 card, but 
> then I tried using the SYSLIB (secondary input) in this following ways:

> //SYSLIB   DD DSNAME=SSOP.TZ13.CEE.SCEECPP,DISP=SHR
> //         DD DSNAME=SSOP.TZ13.GLD.SGLDEXPC,DISP=SHR

> or being more explicit

> //SYSLIB   DD DSNAME=SSOP.TZ13.CEE.SCEECPP,DISP=SHR
> //         DD DSNAME=SSOP.TZ13.GLD.SGLDEXPC(GLDCLDPX),DISP=SHR

> In both way I still get unresolved references on the ldap functions when I 
> get to the link step.

SYSLIB is for objects, SYSIN is the correct spot for control statements
and side decks. Just do:

//SYSIN    DD DSNAME=&&OBJETO,DISP=(OLD,DELETE,DELETE)
           DD DDNAME=SYSIN2
//SYSIN2   DD *
 INCLUDE SYSLIB(GLDCLDPX)
/*


-- 
Don Poitras - SAS Development  -  SAS Institute Inc. - SAS Campus Drive
[email protected]           (919) 531-5637                Cary, NC 27513

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

Reply via email to