Use the JCL below to link edit a batch application program.
Batch Application Program Link Edit (z/VSE)
// LIBDEF *,SEARCH=(idms.sublib),CATALOG=user.sublib // OPTION CATAL PHASE userprog,* INCLUDE userprog INCLUDE ETOTBINT INCLUDE IDMS INCLUDE IDMSOPTI Optional 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 batch application program |
|
Copyright © 2013 CA.
All rights reserved.
|
|