Previous Topic: 7.3.2.1 RESP and INTERVAL Statements

Next Topic: 7.3.2.3 EXCLn Statements

7.3.2.2 SMFTYPE Statement


The IDMOPS SMFTYPE statement enables the system administrator
to subset (at the unit level) the SMF record types specified
with the INPUTSOURCE statement in
sharedprefix.MICS.GENLIB(IDMGENIN).  By default, the
component will accept and process all SMF records in the
input data file that match the SMF record types specified by
INPUTSOURCE.  As delivered, the INPUTSOURCE statement
specifies SMF record type 230.

Coding or changing SMF record types in the SMFTYPE statement
in prefix.MICS.PARMS(IDMOPS) requires execution of
prefix.MICS.CNTL(JCLGENU) before submitting
prefix.MICS.CNTL(IDMPGEN).

Note:  The SMF record types coded with the SMFTYPE statement
in prefix.MICS.PARMS(IDMOPS) must be a subset of the SMF
record types in the INPUTSOURCE statement in
sharedprefix.MICS.GENLIB(IDMGENIN).  A maximum of seven
record types can be coded.

Example 1:  A site has recently consolidated several data
            centers, all running CA IDMS Performance Monitor.
            One of the data centers was creating record type
            231 and the others were creating record type 230.

            The site has created two separate units for CA
            IDMS Performance Monitor, units A and B, and
            wants to process record type 230 in unit A and
            record type 231 in unit B.

            The complex-level INPUTSOURCE statement must
            specify BOTH record types.  The unit control is
            achieved using the following SMFTYPE statement:

  COMPLEX LEVEL
  sharedprefix.MICS.GENLIB(IDMGENIN)
    ...
    ...
    INPUTSOURCE  SMF  230 231
    ...
    ...

  UNIT LEVEL
  prefix.MICS.PARMS(IDMOPS)

    UNIT A
    ...
    SMFTYPE 230
    ...

    UNIT B
    ...
    SMFTYPE 231
    ...

Example 2:  The CA IDMS Performance Monitor at a site
            produces SMF record type 232 due to a SMF record
            type conflict with another vendor product.  The
            site has only one unit with the CA MICS Analyzer
            Option for CA IDMS.

            In this case, no unit-level SMFTYPE statement is
            necessary.  The only requirement is that the
            sharedprefix.MICS.GENLIB(IDMGENIN) INPUTSOURCE
            statement be coded as follows:

  COMPLEX LEVEL
  sharedprefix.MICS.GENLIB(IDMGENIN)
    ...
    ...
    INPUTSOURCE  SMF  232
    ...
    ...