We're preparing to upgrade to COBOL 5.2 and need to update our VS COBOL programs before doing so to replace IGZEBST. Please see below for a sample relink that we're using. Were currently running COBOL 4.2 and i'm curious if we can run the linkedit on 4.2 or do we need to wait and run the relink under 5.2. We're currently using LE for z/OS 2.1.
//LINK EXEC PGM=IEWL,PARM='LIST,MAP,XREF' //SYSPRINT DD SYSOUT=* //SYSLIB DD DSN=CEE.SCEELKED,DISP=SHR //LOADLIB DD DSN=TKTH000.PROD.LOAD.S6000,DISP=SHR //SYSLMOD DD DSN=TKTH000.SYS2.LINKLIB,DISP=SHR //SYSUT1 DD UNIT=SYSDA,SPACE=(CYL,(2,2)),DISP=NEW //SYSLIN DD * REPLACE IGZEBST INCLUDE LOADLIB(IAD028) ENTRY IAD028 NAME IAD028(R) ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
