Previous Topic: InstallationNext Topic: CICS VSAM SDT Install


Basic CICS Install

The modules TIRMQTDC and, if used, TIRMQTDZ must be in the CICS DFHRPL concatenation. If the CA Gen Load library is not allocated to DFHRPL, copy TIRMQTDC from the CA Gen CEHBPLD1 library to a data set in the DFHRPL concatenation. Ensure this data set is a PDSE.

Use the following as an example to run DFHCSDUP:

DEFINE TRANSACTION(TITD)
DESCRIPTION(CA Gen Transaction dispatcher)
PROGRAM(TIRMQTDC)
TASKDATALOC(ANY)
TASKDATAKEY(USER)

DEFINE PROGRAM(TIRMQTDC)
DESCRIPTION(CA Gen Transaction dispatcher)
LANGUAGE(ASSEMBLER)
DATALOCATION(ANY)
EXECKEY(USER)

DEFINE PROGRAM(TIRMQTDZ)
DESCRIPTION(CA Gen Transaction dispatcher control exit)
LANGUAGE(LE370)
DATALOCATION(ANY)
EXECKEY(USER)

Add a Group of your choice.