Task 1—Updating system initialization parameters
The following procedure explains how to update the CICS system initialization parameters:
To update the CICS system initialization parameters, perform the following steps:
- Choose one of the following options:
- If your installation already has the initialization parameters EXITS=YES and PLTPI=xx in the SIT or in the CICS override PARM, this installation task is not required.
- Reassemble the SIT.
- Change the CICS override parameters
- Update the following CICS system initialization parameters:
- EXITS=YES
- PLTPI=xx
To set EXITS=YES
Set EXITS=YES in the DFHSIT.
To set PLTPI=xx
Choose one of the following options:
- If PLTPI=NO, continue to Step 1.
- If PLTPI=xx, you can skip this task and continue with Task 2—Defining Program Resources.
If PLTPI=NO, create a DFHPLTxx program as follows:
DFHPLT TYPE=INITIAL,SUFFIX=xx
DFHPLT TYPE=ENTRY,PROGRAM=SOPCINIT
DFHPLT TYPE=FINAL
ENDDefine the DFHPLTxx program to CICS as follows:
CEDA DEF PROG(DFHPLTxx) LANG(ASSEMBLER) GROUP(plt)
CEDA ADD GROUP(plt) LIST(xxx)- Give the entry a suffix in the system initialization parameters: PLTPI=xx
Related topics
Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*