Previous Topic: 7.3.3.2 INPUTVCA PARMS Member JCL DefinitionNext Topic: 7.3.4 Database Space Modeling (DBMODEL)


7.3.3.3 INPUTHSM PARMS Member JCL Definition


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

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

  o DAYSMF OFF is specified

  o SMFDRCTR/SMFDIRECTOR HSM is specified

  o DAYSMF EXCLUDE HSM 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 INPUTHSM member is provided
below in Figure 7-9.

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

The INPUTHSM member can contain JCL definitions for non-SMF
input such as data from independent sequential data sets or
it can contain JCL definitions for SMF input if you do not
specify 'SMFRECORDING HSM' in prefix.MICS.PARMS(JCLDEF).  If
'SMFRECORDING HSM' is specified in JCLDEF, then it must be
defined in the input JCL in the INPUTRDR member in
prefix.MICS.PARMS.

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

+--------------------------------------------------------------------------+ | INSTALLATION PREPARATION WORKSHEET: INPUTHSM JCL Definitions | | | | PARMS Library Member is INPUTHSM | +--------------------------------------------------------------------------+ | | | | | 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(INPUTHSM) 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-9.  INPUTHSM JCL Definition Worksheet