Previous Topic: 7.3.1.16 Sample SNTOPSNext Topic: 7.3.2.1 INPUTRDR PARMS Member JCL Definition


7.3.2 INPUTRDR and INPUTSNT PARMS Members


 The prefix.MICS.PARMS members INPUTRDR and INPUTccc are used
 to specify the input data for the Data Integration
 Application component step.
 
 To determine whether INPUTccc or INPUTRDR or both are used,
 review the DAYSMF, SMFRECORDING, and SMFDRCTR specifications
 in prefix.MICS.PARMS(JCLDEF).  Consider the following table
 and comments for the row:
 
       PARAMETER            INPUTRDR        INPUTccc
 ROW   IN JCLDEF            WHERE USED      WHERE USED
 ---   ------------------   ------------    ---------------
  1    DAYSMF OFF           Not Used        Each Comp Step
  2    DAYSMF FILE(S) ...   DAYSMF Step     Not Used
  3    Only 1 SMF Comp      Comp Step       Not Used
  4    SMFDIRECTOR          Not Used        Comp Step
  5    DAYSMF EXCLUDE ccc   Not Used        Comp ccc Step
  6    SMFRECORDING ccc     It depends      Comp ccc Step
 
 Row 1:  When DAYSMF OFF is specified in JCLDEF, then the
 prefix.MICS.PARMS(INPUTccc) member is used for each component
 step.
 
 Row 2:  When DAYSMF FILES PERMANENT or TEMPORARY is specified
 in JCLDEF, the prefix.MICS.PARMS(INPUTRDR) member is used in
 DAYSMF.
 
 Row 3:  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.
 
 Row 5:  If the use of DAYSMF EXCLUDE ccc results in only one
 component remaining as DAYSMF eligible, DAYSMF will
 automatically be deactivated, and row 1 applies.
 
 Row 6:  Some components accept data from both SMF and non-SMF
 sources, such as CIC and VCA.  In this case, the component
 may optionally input data from the INPUTRDR member, but will
 always include the INPUTccc member.  Refer to the component's
 guide.
 
 For details on the DAYSMF parameters, see PIOM section
 2.3.3.2.1, JCL Option Definitions (JCLDEF).
 
 For details on deactivating DAYSMF, see PIOM section 5.10,
 Removing the DAYSMF Step from the DAILY Job.
 
The following sections describe how to specify the input data
set JCL definitions.

   1 - INPUTRDR PARMS Member JCL Definition
   2 - INPUTSNT PARMS Member JCL Definition