The INPUTCIC member of prefix.MICS.PARMS contains the DD statements to specify input data for the CA MICS Analyzer for CICS. The //INPUTSMF DD and the optional //SMFDRCTR DD statements are used by the DAY040 step of the DAILY job. The INPUTCIC member contains the input SMF data sets when ANY of the following JCLDEF options is used: o DAYSMF OFF is specified o SMFDRCTR/SMFDIRECTOR CIC is specified o DAYSMF EXCLUDE CIC is specified A //INPUTSMF DD statement is required for each SMF data source. A //SMFDRCTR DD statement is only required when CA SMF Director split indices are used. A worksheet for preparing the INPUTCIC member is provided below in Figure 7-5. If you change the contents of the INPUTCIC member, you must regenerate the CA MICS DAILY job using either JCLGENU or JCLGEND in prefix.MICS.CNTL. The INPUTCIC member can contain JCL definitions for non-SMF input, such as data from ASG-TMON for CICS TS (TCE) and CMF journals, or it can contain JCL definitions for SMF input if you do not specify 'SMFRECORDING CIC' in prefix.MICS.PARMS(JCLDEF). If 'SMFRECORDING CIC' is specified in JCLDEF, then it must be defined in the input JCL in the INPUTRDR member in prefix.MICS.PARMS. o If you specified MON as the ddname for ASG-TMON for CICS TS (TCE) input in CICOPS, supply the ASG-TMON for CICS TS (TCE) data sets in INPUTCIC using the INPUTMON ddname. o If you specified TCE as the ddname for ASG-TMON for CICS TS (TCE) 2.0+ input in CICOPS, supply the ASG-TMON for CICS TS (TCE) 2.0+ data sets in INPUTCIC using the INPUTTCE ddname. //@ TMON INPUT //INPUTMON DD DISP=SHR,DSN=TMON.CICSA1.DATA // DD DISP=SHR,DSN=TMON.CICSA2.DATA // DD DISP=SHR,DSN=TMON.CICSB1.DATA //@ TCE INPUT //INPUTTCE DD DISP=SHR,DSN=TCE.CICSR1.DATA // DD DISP=SHR,DSN=TCE.CICSR2.DATA //@ CICS JOURNALS //INPUTJ1 DD DISP=SHR,DSN=PROD.CICSPD1.JRNLA //INPUTJ2 DD DISP=SHR,DSN=PROD.CICSTD1.JRNLA Note: If your site has CA SMF Director installed, you can use it to extract specific SMF record types and subtypes at SMF dump time. For more details on this product feature, see section 6.4, CA MICS and CA SMF Director Interface.
+--------------------------------------------------------------------------+ | INSTALLATION PREPARATION WORKSHEET: INPUTCIC JCL Definitions | | | | PARMS Library Member is INPUTCIC | +--------------------------------------------------------------------------+ | | | | | This definition is required to specify the DD statement for data | | that will be read by the DAILY CA MICS job. | | | | //@ | | //@ WARNING: ALWAYS MAKE CHANGES IN PARMS(INPUTCIC) AND NOT | | //@ &CNTL(DAILY). | | //@ CHANGES MADE TO &CNTL(DAILY) | | //@ WILL BE GONE WHEN DAILY REGENERATED BY JCLGEN. | | //@ | | //INPUTCIC DD DISP=SHR,DCB=BUFNO=5,DSN= _______________________ | | // DD DISP=SHR,DCB=BUFNO=5,DSN= _______________________ | | //INPUTTCE DD DISP=SHR,DCB=BUFNO=5,DSN= _______________________ | | //INPUTMON DD DISP=SHR,DCB=BUFNO=5,DSN= _______________________ | | //@ | | //SMFDRCTR DD DISP=SHR,DCB=BUFNO=5,DSN=___________ ____________ | | // DD DISP=SHR,DCB=BUFNO=5,DSN=___________ ____________ | | | | | +--------------------------------------------------------------------------+
Figure 7-5. INPUTCIC JCL Definition Worksheet
| Copyright © 2012 CA. All rights reserved. | Tell Technical Publications how we can improve this information |