SNT INPUTRDR PARMS Member JCL Definition

The INPUTRDR member of prefix.MICS.PARMS defines the DD statements that specify the SMF input data for all products in the units that use SMF data.
rm
The INPUTSMF DD statements are used by the DAYSMF step, which reads and splits the SMF data into separate files, one for each
MICS
product.
The INPUTRDR member defines the input SMF data sets when DAYSMF FILES PERMANENT or TEMPORARY is specified in the prefix.MICS.PARMS(JCLDEF) member.
An INPUTSMF DD statement is required for each SMF data source. If you change the contents of the INPUTRDR member, regenerate the
MICS DAILY
job using either JCLGENU or JCLGEND in prefix.MICS.CNTL.
For example, if you want to read your SMF data from a data set named SMF.DAILY.DATA, you would change the INPUTRDR member to contain the name of the SMF data set as follows:
//INPUTSMF DD DISP=SHR,DSN=SMF.DAILY.DATA
If there is only one SMF recording component in this unit, DAYSMF will not be generated and the component step with SMF input data will use the prefix.MICS.PARMS(INPUTRDR) member directly.
If DAYSMF has been deactivated by the DAYSMF OFF statement that is specified in the prefix.MICS.PARMS(JCLDEF) member, then each component step will read its input from their corresponding prefix.MICS.PARMS(INPUTccc) member.
INPUTRDR JCL Definition Worksheet Sample
+--------------------------------------------------------------------------+ | INSTALLATION PREPARATION WORKSHEET: SMF Input DD Statements | | | | PARMS Library Member is INPUTRDR | +--------------------------------------------------------------------------+ | | | This definition is required to specify the DD statement for SMF data | | which will be read by the DAILY
MICS
job. | | | | //@ | | //@ WARNING: ALWAYS MAKE CHANGES IN PARMS(INPUTRDR) AND NOT | | //@ &CNTL(DAILY). | | //@ CHANGES MADE TO &CNTL(DAILY) | | //@ WILL BE GONE WHEN DAILY REGENERATED BY JCLGEN. | | //@ | | //INPUTSMF DD DISP=SHR,DCB=BUFNO=3,DSN=____________________________ | | // DD DISP=SHR,DCB=BUFNO=3,DSN=____________________________ | | | | | +--------------------------------------------------------------------------+