Analyzer Definition Statements - TLMGENIN

Each component's generation analyzer definition statements are specified in sharedprefix.MICS.GENLIB(cccGENIN), where ccc is the three-character component identifier.
rm
The TLM component generation definition member is TLMGENIN. Although each component is delivered with default statements, you are allowed to customize these statements that are based on your needs at your site. In order to activate your new definitions, submit sharedprefix.MICS.CNTL(TLMCGEN) to complete the updates.
For more information about cccGENIN member statements, see SAS Functions and Call Routines.

OPTION Statement

The TLMGENIN OPTION statement allows you to control the database inclusion or exclusion of specific groups of related data elements. Examine the default definition and change it as appropriate to meet your needs.
Note: The TLMGENIN member contains uppercase and lowercase characters. The keywords for the OPTION statement should be entered in uppercase.
The statement format is:
OPTION keyword keyword ...
The valid keywords are:
CA1/NOCA1
CA1 data elements
RMM/NORMM
RMM data elements
TLMS/NOTLMS
TLMS data elements
The default is:
OPTION CA1 RMM TLMS
Specify at least one keyword. If two or more keywords are specified, they might be in any order, separated by one or more blanks.
Keyword Descriptions
CA1/NOCA1
The CA1 keyword activates data elements unique to data collected from
CA 1
in the component files. If you are processing data collected from
CA 1
, code CA1. Otherwise, code NOCA1 to deactivate these data elements.
RMM/NORMM
The RMM keyword activates data elements unique to data collected from IBM DFSMS/MVS Removable Media Manager in the component files. If you are processing data collected from IBM DFSMS/MVS Removable Media Manager, code RMM. Otherwise, code NORMM to deactivate these data elements.
TLMS/NOTLMS
The TLMS keyword activates data elements unique to data collected from
TLMS
Tape Management in the component files. If you are processing data collected from
TLMS
, code TLMS. Otherwise, code NOTLMS to deactivate these data elements.