Ed,

Here's what I do:

//ADCDMETA JOB SYSTEMS,MSGLEVEL=(1,1),MSGCLASS=X,CLASS=A,PRTY=8,               
//     NOTIFY=&SYSUID,REGION=0M                                                
//     EXEC EDCCL,                                                             
//   INFILE='SFORD.C.SOURCE(MTHREAD1)',                                        
//   OUTFILE='SFORD.TEST.LINKLIB(MTHREAD1),DISP=SHR',                          
//   CPARM='LIS,SO,EXP,DEF(MVS),NOMARGINS,LOCALE(EN_US.IBM-1140)',             
//   CPARM2='LONGNAME,GONUMBER,TEST',                                          
//   LPARM='AMODE(31),AC(1),MAP'                                               
//LKED.SYSLIB DD                                                               
//            DD DISP=SHR,DSN=SFORD.TEST.LINKLIB                               
//LKED.SYSIN  DD *                                                             
  NAME MTHREAD1(R)                                                             
/*                                    

Scott ford
www.identityforge.com
from my IPAD

'Infinite wisdom through infinite means'


> On Dec 11, 2013, at 12:45 AM, Ed Gould <[email protected]> wrote:
> 
> David:
> 
> I am somewhat suspicious of a PDS library that is "normally looked" at and 
> specifying a member name for SYSLIB. ex:
>         DD DSNAME=SSOP.TZ13.GLD.SGLDEXPC(GLDCLDPX),DISP=SHR
> 
> Just does not sit with me right. It may be valid in a prelinker situation but 
> it just doesn't look right.
> 
> Ed
> 
> 
> 
>> On Dec 10, 2013, at 10:05 PM, David Crayford wrote:
>> 
>> Henrique,
>> 
>> If it's possible (you can use a PDS/E) I would suggest you abandon the 
>> pre-linker. It's deprecated and a real PITA. The binder does a much better 
>> job, but you will need to move to GOFF which requires a PDS/E load library.
>> 
>> 
>>> On 11/12/2013 11:15 AM, Henrique Seganfredo 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.
>>> 
>>> ----------------------------------------------------------------------
>>> For IBM-MAIN subscribe / signoff / archive access instructions,
>>> send email to [email protected] with the message: INFO IBM-MAIN
>> 
>> ----------------------------------------------------------------------
>> For IBM-MAIN subscribe / signoff / archive access instructions,
>> send email to [email protected] with the message: INFO IBM-MAIN
> 
> ----------------------------------------------------------------------
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to [email protected] with the message: INFO IBM-MAIN

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

Reply via email to