Previous Topic: 4.10.3.1 CA SMF Director with DAYSMF OnlyNext Topic: 4.10.3.3 CA SMF Director with DAYSMF and Direct Input for Select Components


4.10.3.2 CA SMF Director without DAYSMF

 In this configuration, the DAYSMF step is not used to split
 SMF data.  This step is used when SMF data is preprocessed or
 split independent of CA MICS processing.  For CA SMF
 Director, the data for each component is recorded in a unique
 CA SMF Director duplicate split index.
 
 When the DAYSMF step is deactivated, the INPUT is defined in
 the prefix.MICS.PARMS(INPUTccc) members.
 
 In this example:
 
   o The DAYSMF step does not be generated owing to the
     'DAYSMF OFF' statement in prefix.MICS.PARMS(JCLDEF).
 
   o The SMFDIRECTOR statement in prefix.MICS.PARMS(JCLDEF) is
     optional as it only affects the DAYSMF step.  The
     presence of the SMFDRCTR DD within the individual
     component steps automatically triggers processing of CA
     SMF Director input for a component on the SMFRECORDING
     statement.
 
   o The prefix.MICS.PARMS(INPUTccc) (where ccc is the
     component identifier) is used to define the CA SMF
     Director duplicate split index through the SMFDRCTR DD
     statement.  If a data set containing standard SMF data is
     used, the INPUTSMF DD is also specified.
 
   o The DAY010 and DAY030 steps have input data from a
     standard SMF data set.
 
   o The DAY020 and DAY040 steps have input data from a
     standard SMF data set and from CA SMF Director.

 JCLDEF Options
 ---------------
 
 COMPONENTS   TSO RMF CIC SMF
 SMFDIRECTOR  CIC RMF
 SMFRECORDING CIC
 DAYSMF       OFF
 
    +--------+        prefix.MICS.PARMS(INPUTTSO)
    | DAY010 |           //INPUTSMF  DD
    +--------+
        |
        V
    +--------+        prefix.MICS.PARMS(INPUTRMF)
    | DAY020 |           //INPUTSMF  DD
    +--------+           //SMFDRCTR  DD
        |
        V
    +--------+        prefix.MICS.PARMS(INPUTSMF)
    | DAY030 |           //INPUTSMF  DD
    +--------+
        |
        V
    +--------+        prefix.MICS.PARMS(INPUTCIC)
    | DAY040 |           //INPUTSMF  DD
    +--------+           //SMFDRCTR  DD