Use the following JCL to assemble and link edit ETOTTBL.
ETOTTBL (z/VSE)
// LIBDEF *,CATALOG=user.sublib // DLBL IJSYSIN,'user.etottbl',1,SD // EXTENT SYSIPT,nnnnnn ASSGN SYSIPT,DISK,VOL=nnnnnn,SHR // OPTION CATAL,NODECK,NOSYM PHASE etottbl,* // EXEC ASMA90 /* // EXEC LNKEDT /* CLOSE SYSIPT,SYSRDR
|
user.sublib |
The name of the user sublibrary |
|
user.etottbl |
Name of the file containing the customized runtime control table generated by ETOTMAIN from the skeleton table, ETOTTBL. Run this output through the assembly and link edit process. |
|
nnnnnn |
Volume serial number |
|
etottbl |
Name of the customized transparency ETOTTBL load module, which replaces the Total DBMOD module |
|
Copyright © 2013 CA.
All rights reserved.
|
|