Installing CA-DATACOM and CA-IDEAL support
Support for CA-DATACOM is available for Versions 8 to 12 inclusive.
- Modify a copy of the CA-DATACOM exit DCCTXPR as follows:
- Change the line:
TEMP B RETURN SKIP THE COREMARKto
TEMP B OVERHEAD SKIP THE COREMARK - After
OVERHEADlabel add the following line:KOCDC832 ,
- Change the line:
- Assemble and link-edit DCCTXPR.
- Modify the CA-supplied JCL as follows:
- Assemble step: Point SYSIN to the modified copy of DCCTXPR:
//SYSIN DD DISP=SHR,DSN=your.source.lib(DCCTXPR) - Add OMEGAMONĀ® TKANMAC
to SYSLIB concatenation:
//SYSLIB DD DISP=SHR,DSN=............... // DD DISP=SHR,DSN=thilev.TKANMACNote: Be sure to use the latest CICSĀ®, DATACOM, and OMEGAMON CICS macro libraries for the assembly. - Link step: Add OMEGAMON CICS TKANMOD as SYSLIB:
//SYSLIB DD DISP=SHR,DSN=thilev.TKANMODNote: If your configuration uses the SMP libraries, include thilev.TKANMOD in the SYSLIB concatenation. - Modify the control statements to include an OMEGAMON CICS module,
for example:
// DD * INCLUDE SYSLIB(KOCFIN00) NAME DCCTXPR(R)
- Specify
<<DATACOM>>in the<DATABASE_COLLECTION>section of the Global Data Area.