Previous Topic: System Option Program Assembly


Link-Edit Samples

Link edit the output of the assembly of the system option program:

z/OS Example

 //JS1 EXEC LKED
 //JKED.SYSLMOD DD DSN=....
 //JKED.OBJLIB DD DSN=....
 //LKED.SYSIN DD*
   INCLUDE OBJLIB(IS08Z09I)
   NAME DRQXXPR(R)
 /*
 //

z/VSE Example

 // OPTION CATAL,NODECK,NODUMP,LOG
    ACTION NOAUTO
    PHASE DRQXXPR,+0
    INCLUDE IS08Z09I
 /*
 // EXEC LNKEDT