".  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." 

You *ARE NOT* invoking the compiler. You are only dealing with load modules 
here. The question above is a non-sequitor.

<snip>
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)      
</snip>

This email � including attachments � may contain confidential information. If 
you are not the intended recipient, do not copy, distribute or act on it. 
Instead, notify the sender immediately and delete the message.

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

Reply via email to