Installing CA-DATACOM and CA-IDEAL support

Support for CA-DATACOM is available for Versions 8 to 12 inclusive.

  1. Modify a copy of the CA-DATACOM exit DCCTXPR as follows:
    1. Change the line:
      TEMP     B     RETURN           SKIP THE COREMARK

      to

      TEMP     B     OVERHEAD         SKIP THE COREMARK
    2. After OVERHEAD label add the following line:
                 KOCDC832 ,
  2. Assemble and link-edit DCCTXPR.
    1. Modify the CA-supplied JCL as follows:
    2. Assemble step: Point SYSIN to the modified copy of DCCTXPR:
      //SYSIN    DD DISP=SHR,DSN=your.source.lib(DCCTXPR)
    3. Add OMEGAMONĀ® TKANMAC to SYSLIB concatenation:
      //SYSLIB   DD  DISP=SHR,DSN=............... 
      //         DD  DISP=SHR,DSN=thilev.TKANMAC
      Note: Be sure to use the latest CICSĀ®, DATACOM, and OMEGAMON CICS macro libraries for the assembly.
    4. Link step: Add OMEGAMON CICS TKANMOD as SYSLIB:
                  //SYSLIB   DD  DISP=SHR,DSN=thilev.TKANMOD 
      Note: If your configuration uses the SMP libraries, include thilev.TKANMOD in the SYSLIB concatenation.
    5. Modify the control statements to include an OMEGAMON CICS module, for example:
      //          DD  * 
              INCLUDE SYSLIB(KOCFIN00) 
              NAME DCCTXPR(R) 
  3. Specify <<DATACOM>> in the <DATABASE_COLLECTION> section of the Global Data Area.