

7. PARAMETERS › 7.3 Unit-level Parameters › 7.3.2 INPUTRDR and INPUTSNT PARMS Members › 7.3.2.1 INPUTRDR PARMS Member JCL Definition
7.3.2.1 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. The INPUTSMF DD statements
are used by the DAYSMF step, which reads and splits the SMF
data into separate files, one for each CA 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. A worksheet for preparing the INPUTRDR member is
provided below. If you change the contents of the INPUTRDR
member, you must regenerate the CA 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
specified in the prefix.MICS.PARMS(JCLDEF) member, then each
component step will read its input from their corresponding
prefix.MICS.PARMS(INPUTccc) member.
+--------------------------------------------------------------------------+
| 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 CA 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=____________________________ |
| |
| |
+--------------------------------------------------------------------------+
Figure 7-5. INPUTRDR JCL Definition Worksheet
Copyright © 2014 CA.
All rights reserved.
 
|
|