Use the following JCL to link edit a CICS application program.
CICS Application Program Link Edit (z/VSE)
// LIBDEF *,SEARCH=(idms.sublib),CATALOG=user.sublib // OPTION CATAL PHASE userprog,* INCLUDE userprog INCLUDE etotcint Additional INCLUDES for CICS interface modules, as required ENTRY userprog // EXEC LNKEDT /*
|
idms.sublib |
The name of the CA IDMS library |
|
user.sublib |
The name of the user sublibrary |
|
userprog |
Name of the Total CICS application program |
|
etotcint |
Name of the ETOTCINT module |
|
Copyright © 2013 CA.
All rights reserved.
|
|