For more information about the ETOTCINT syntax, see Runtime Operations Phase.
ETOTCINT z/OS
// EXEC HLASMCL //ASM.SYSLIB DD DSN=yourHLQ.CAGJSRC,DISP=SHR // DD DSN=cics.maclib,DISP=SHR // DD DSN=yourHLQ.CAGJMAC,DISP=SHR //ASM.SYSIN DD * ETOTCINT macro statement END //LKED.SYSLMOD DD DSN=idms.loadlib(etotcint),DISP=SHR
|
yourHLQ.CAGJSRC |
Dataset name of the CA IDMS/DB source library |
|
cics.maclib |
Dataset name of the CICS macro library |
|
idms.loadlib |
Dataset name of the CA IDMS/DB load library |
|
etotcint |
Name of the ETOTCINT module |
|
Copyright © 2013 CA.
All rights reserved.
|
|