Previous Topic: Loading the Database with ETOTLOADNext Topic: Creating the CICS CA IDMS/DB Interface (IDMSINTC)


Assembling the CICS Transparency Interface (ETOTCINT)

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