10. MODIFICATION › 10.1 Checklists › 10.1.7 Add or Delete a CICS Region in Daily Processing
10.1.7 Add or Delete a CICS Region in Daily Processing
To add a CICS region for daily processing in a unit, follow
Checklist 7.1 provided below. To delete a CICS region,
follow Checklist 7.2.
****************************************************
* *
* CHECKLIST 7.1 - ADD A CICS REGION FOR PROCESSING *
* *
****************************************************
___ 1. If the data is produced by a new CICS monitor that
has not been processed by the CA MICS Analyzer Option
for CICS (for example, you are converting from CMF to
ASG-TMON), then check the OPTION statement in
sharedprefix.MICS.GENLIB(CICGENIN) for the
appropriate data source definition. See Section
7.2.1 of this guide for OPTION statement syntax.
___ 2. If sharedprefix.MICS.GENLIB(CICGENIN) is modified in
step 1, then submit the job in
sharedprefix.MICS.CNTL(CICCGEN).
___ 3. If the new CICS region produces data containing SMF
system identification that has not been defined to
CA MICS, then add the new system ID to
prefix.MICS.PARMS(SYSID). This step is not necessary
if data to be processed is CMF journal. See Section
2.3.2.2 of the PIOM for a detailed description of the
SYSID member.
___ 4. If new system IDs are added in step 3, then submit
the job in prefix.MICS.CNTL(BASPGEN).
___ 5. For each new CICS region to be processed by the CA
MICS Analyzer Option for CICS, define a CICOPTS
statement in prefix.MICS.PARMS(CICOPS). See Section
7.3.2 of this guide for detailed CICOPTS statement
syntax.
___ 6. Modify prefix.MICS.PARMS(INPUTCIC) to add the input
DD statements for the new regions. Do not modify
this member if you coded SMF as the ddname in step 5.
See Section 7.3.4 of this guide for a description of
INPUTCIC.
___ 7. If you coded SMF as the ddname in step 5, then review
or modify prefix.MICS.PARMS(INPUTSMF) to add the
input DD statements for the new regions. See Section
7.3.3 of this guide for a description of INPUTSMF.
___ 8. If you coded SMF as the ddname in step 5, then review
or modify prefix.MICS.PARMS(JCLDEF) to ensure
SMFRECORDING CICS is specified. See Section
2.3.3.2.1.1 of the PIOM for more details.
___ 9. Submit the job in prefix.MICS.CNTL(CICPGEN).
___ 10. If you added new JCL in step 6 or 7, or turned on
SMFRECORDING in step 8, then code the following line
in prefix.MICS.PARMS(JCLGENU):
DAILY
___ 11. If step 10 is performed, then submit the job in
prefix.MICS.CNTL(JCLGENU) to regenerate the DAILY
JCL.
****************************************************
* *
* CHECKLIST 7.2 - DELETE A REGION FROM PROCESSING *
* *
****************************************************
___ 1. Review input data sources defined by the OPTION
statement in sharedprefix.MICS.GENLIB(CICGENIN).
Deactivate a data source if applicable. For example,
change OPTION CMF to OPTION NOCMF.
___ 2. If sharedprefix.MICS.GENLIB(CICGENIN) is updated in
step 1, then submit the job in
sharedprefix.MICS.CNTL(CICCGEN).
___ 3. Remove CICOPTS statements of affected regions from
prefix.MICS.PARMS(CICOPS).
___ 4. Remove input JCL for affected regions from
prefix.MICS.PARMS(INPUTCIC), if applicable.
___ 5. Remove input JCL for affected regions from
prefix.MICS.PARMS(INPUTSMF), if applicable.
___ 6. Turn off SMFRECORDING for CICS in
prefix.MICS.PARMS(JCLDEF), if applicable.
___ 7. Submit the job in prefix.MICS.CNTL(CICPGEN).
___ 8. If you changed JCL in step 4 or 5, or turned off
SMFRECORDING in step 6, then code the following line
in prefix.MICS.PARMS(JCLGENU):
DAILY
___ 9. If step 8 is performed, submit the job in
prefix.MICS.CNTL(JCLGENU) to regenerate the DAILY
JCL.