Use the following JCL to compile and link edit ETOTLOAD.
ETOTLOAD (z/VSE)
// LIBDEF *,SEARCH=idms.sublib,CATALOG=user.sublib // DLBL IJSYSIN,'user.etotload',1,SD // EXTENT SYSIPT,nnnnnn ASSGN SYSIPT,DISK,VOL=nnnnnn,SHR // OPTION CATAL,NODECK,LIST,NOSYM,NOLISTX PHASE etotload,* // EXEC FCOBOL /* INCLUDE IDMSDBLU INCLUDE IDMS ENTRY etotload /* // EXEC LNKEDT /* CLOSE SYSIPT,SYSRDR
|
idms.sublib |
The name of the CA IDMS library |
|
user.sublib |
The name of the user sublibrary |
|
user.etotload |
Name of the the file containing the customized loader generated by ETOTMAIN |
|
nnnnnn |
Volume serial number |
|
etotload |
Name of the customized load program Note: For more information about the SYSIDMS parameters, see the CA IDMS Common Facilities Guide. |
|
Copyright © 2013 CA.
All rights reserved.
|
|