Step 5: Modify the SIT
Entries in the CICS System Initialization Table (SIT) define the CICS environment during startup. Edit the SIT for each CICS region that communicates with a BBI-SS PAS:
Verify the following parameter is specified:
PLTPI=xxDefinexx as the suffix of the PLT you updated in Step-4-Modify-the-PLT.
Specify the following CICS monitoring options:
MN=ON
MNPER=ON
MNEXC=ON- (optional) Add MCT=2$ to use the IBM-supplied Monitoring Control Table (MCT) if you do not have an existing MCT and do not have DBCTL active.Otherwise, complete the instructions in Step-6a-Modify-the-MCT-optional, and add the suffix for that modified MCT.
(optional) Specify the following parameter:
MNCONV=YESIf MNCONV=YES, MainView for CICS creates a history record for conversational tasks when a RECEIVE or CONVERSE is made.
Specify the following parameters:
IRCSTRT=YES and ISC=YES in the CICS SITEnsure that all CICS systems have the CICS SYSIN IRCSTRT parameter set to YES.
In order for the EXCI interface to be used, the IRC function must be available within the target CICS region. The inter-region communications link must be available and OPEN in order for the auto maintenance facility to operate.
If you made any changes to the SIT, assemble the newly revised SIT.
When you have successfully completed the preceding steps, you have modified the SIT to define the CICS environment during startup.
Next, modify the MCT.
Related topic