Previous Topic: 7.3.1.15.4 The DETAILTAPEPARM StatementNext Topic: 7.3.1.15.6 DETAIL Tape User Exits


7.3.1.15.5 DETAILTAPESMSPARM and TAPEfffSMS Statements


In prefix.MICS.PARMS(cccOPS), the optional DETAILTAPESMSPARM
and TAPEfffSMS statements allow you to specify System Managed
Storage (SMS) keywords (for example,STORCLAS=storclass) for
DETAIL tape data sets at the component and individual file
level, respectively.

DETAILTAPESMSPARM

     When specified in prefix.MICS.PARMS(cccOPS), the
     DETAILTAPESMSPARM parameter specifications override unit
     level tape data set SMS defaults established by
     TAPESMSPARM and DETAILTAPESMSPARM statements in
     prefix.MICS.PARMS(JCLDEF).

     Refer to chapter 2 of the CA MICS Planning,
     Installation, Operations, and Maintenance Guide for unit
     level TAPESMSPARM and DETAILTAPESMSPARM statements in
     prefix.MICS.PARMS(JCLDEF).

     The primary reason to include a DETAILTAPESMSPARM
     statement in prefix.MICS.PARMS(cccOPS) is to specify
     unique SMS parameters for the DETAIL tapes created for a
     particular component (ccc).

     For example, your site may want to direct the CA MICS
     DETAIL tapes for a particular component (ccc) to a
     unique storage class.

     Sample DETAILTAPESMSPARM statement:

         DETAILTAPESMSPARM STORCLAS=DTPCLASS

     In this example, the JCL for all DETAIL tape data sets
     for the component will include the SMS STORCLAS=DTPCLASS
     assignment.

TAPEfffSMS

     The TAPEfffSMS statement is only permitted in
     prefix.MICS.PARMS(cccOPS).  It is not supported in
     prefix.MICS.PARMS(JCLDEF).  TAPEfffSMS keyword
     specifications override, for the indicated file, any SMS
     related tape specifications made in
     prefix.MICS.PARMS(JCLDEF) and prefix.MICS.PARMS(cccOPS)
     with TAPESMSPARM or DETAILTAPESMSPARM statements.

     The primary reason to include a TAPEfffSMS statement in
     prefix.MICS.PARMS(cccOPS) is to specify unique SMS
     parameters for a specific DETAIL tape file (fff).

     Sample TAPEfffSMS statement:

         TAPEfffSMS STORCLAS=fffCLASS

     In this example, the JCL for the DETAIL tape data set
     for file ffft will include the SMS STORCLAS=fffCLASS
     assignment.