Previous Topic: 7.3.8.1 INPUTRDR PARMS Member JCL DefinitionNext Topic: 7.3.9 APPC/MVS Application Unit Definition (ATPAPU)


7.3.8.2 INPUTSMF PARMS Member JCL Definition


The INPUTSMF member of prefix.MICS.PARMS contains the DD
statements to specify the input data for the CA MICS Batch
and Operations Analyzer.  The //INPUTSMF DD and, optionally,
the //SMFDRCTR DD statements are used by the DAY020 step of
the DAILY job.

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.13, CA MICS and CA SMF Director Interface, of this guide.

The INPUTSMF member contains the input SMF data sets when
ANY of the following JCLDEF options is used:

  o DAYSMF OFF is specified

  o SMFDRCTR/SMFDIRECTOR SMF is specified

  o DAYSMF EXCLUDE SMF 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 INPUTSMF member is
provided below in Figure 7-12.

If you change the contents of the INPUTSMF member, you must
regenerate the CA MICS DAILY job using either JCLGENU or
JCLGEND in prefix.MICS.CNTL.

NOTE:  Previous releases of the CA MICS product used
prefix.MICS.PARMS(INPUTSMF) to define the SMF input data for
DAYSMF.  Now prefix.MICS.PARMS(INPUTSMF) is used exclusively
by the DAY030 component step and prefix.MICS.PARMS(INPUTRDR)
is used by DAYSMF and a unit with only a single SMF component
installed.


+--------------------------------------------------------------------------+ | INSTALLATION PREPARATION WORKSHEET: INPUTSMF JCL Definitions | | | | PARMS Library Member is INPUTSMF | +--------------------------------------------------------------------------+ | | | | | 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(INPUTSMF) AND NOT | | //@ &CNTL(DAILY). | | //@ CHANGES MADE TO &CNTL(DAILY) | | //@ WILL BE GONE WHEN DAILY REGENERATED BY JCLGEN. | | //@ | | //INPUTSMF DD DISP=SHR,DCB=BUFNO=5,DSN=___________ ____________ | | // DD DISP=SHR,DCB=BUFNO=5,DSN=___________ ____________ | | //@ | | //SMFDRCTR DD DISP=SHR,DCB=BUFNO=5,DSN=___________ ____________ | | // DD DISP=SHR,DCB=BUFNO=5,DSN=___________ ____________ | | | | | | | +--------------------------------------------------------------------------+


 Figure 7-12.  INPUTSMF JCL Definition Worksheet