Previous Topic

Next Topic

Book Contents

Book Index

Step 8.4 – Define Programs and Transactions to CICS
  1. Add the following DAPARM DD statement to the CICS procedure:

    //DAPARM DD DISP=SHR,DSN=ilprefa.PARM

    //       DD DISP=SHR,DSN=ilprefa.IOAENV

    where ilprefa is the IOA installation libraries prefix.

  2. If the IOA Load library is not included in the link list, add it to the list of STEPLIB libraries.
  3. Sample CICS RDO definitions are available in the CICSDEF member in the INSTCTO library.

    For CICS 4.1 and later, the definitions in PPT are:

    DEF PROG(IOACICNV) G(CTO) L(A) EXECKEY(CICS)

    DEF PROG(CTOCTDT)  G(CTO) L(A) EXECKEY(CICS)

    DEF PROG(CTOCTDX)  G(CTO) L(A) EXECKEY(CICS)

    DEF PROG(CTOCTDP)  G(CTO) L(A)

    Note: You can use any group instead of CTO. If you define a new group, add it to the list defined in the GRPLIST parameter in the SIT.

    The TRANSID can be changed.

    For CICS 4.1 and later, the RDO definitions are:

    DEF TR(IOAC) G(CTO) PROG(CTOCTDT) TASKDATAKEY(CICS)

    For CICS 4.1 and later, the following TSMODEL definitions are required:

    DDEFINE TSMODEL(IOA@MCT) GROUP(IOA)

    DESCRIPTION(TST MODEL for IOA@MCT)

    LOCATION(MAIN) SECURITY(NO) PREFIX(IOA@MCT)

Parent Topic

Step 8 – Install Control-O CICS interface (optional)