Previous Topic: 4.10.3.4 CA SMF Director with Incremental Update

Next Topic: 4.10.4 Checklists

4.10.3.5 CA SMF Director with Incremental Update and SPLITSMF

 In this configuration, the CA SMF Director duplicate split
 index is input to the SPLITSMF job. This configuration should
 only be used when the CA SMF Director duplicate split index
 contains entries for other SMF record types.  The INCRccc job
 automatically inputs the output from the SPLITSMF job.
 
 Note:  Processing CA SMF Director data through SPLITSMF
 minimizes the benefit to be derived from CA SMF Director.
 Best practice would be to customize CA SMF Director to record
 the split data set entries to separate duplicate split
 indices based on the SMF record types and CA MICS component
 needs.  For more information, see section 4.10.1.
 
 In this example:
 
 o INCRUPDATE is in use for the CICS component.
 
 o The SMFDIRECTOR statement in prefix.MICS.PARMS(JCLDEF)
   identifies the input as CA SMF Director.
 
 o The prefix.MICS.PARMS(INPUTRDR) is used to define the CA
   SMF Director duplicate split index using the SMFDRCTR DD
   statement.  If an additional data set containing standard
   SMF data is to be input, the INPUTSMF DD should also be
   specified in this member.
 
  JCLDEF Options
  ---------------
 
  COMPONENTS   CIC
  SMFDIRECTOR  CIC
 
  CICOPS Options
  ---------------
 
  . . . other statements
  INCRUPDATE YES
  INCRSPLIT USE
  . . . other statements
 
 
     +--------+        prefix.MICS.PARMS(INPUTRDR)
     |SPLITSMF|           //SMFDRCTR  DD
     +--------+
         |
         V
     +--------+        (generated from SPLITSMF)
     | CICINCR|           //prefix.MICS.ccc.IUSPLTDS
     +--------+