Previous Topic: JCL for the TBESMFUT Utility

Next Topic: Syntax

Control Statements

The control statements specify the report generation selection criteria.

The control statement uses the following keywords:

SMFRECTYPE = (nnn,nnn,nnn,nnn,nnn,nnn,nnn,nnn)

(Required) Specifies up to 8 SMF record types to select events associated with the record type. These values match StatsSMFRecordTypes associated with CA Tape Encryption and CA Encryption Key Manager.

Range: 128 to 255

BES = (BESn,BESn,BESn,BESn,BESn,BESn,BESn,BESn,)

Specifies up to 8 BES IDs to select events from these BES subsystems. Omitting this keyword will select events from all BES subsystems.

Valid values: BES1, BES2, BES3, BES4, BES5, BES6, BES7, and BES8.

SMFRECSUBTYPE = (eventname|n)

Specifies specific events. The events are represented by the subtype numbers used by CA Encryption Key Manager or CA Tape Encryption that are placed in the SMF record during the encryption/decryption process. Omitting this keyword selects all events. You can specify either the values or their numerical equivalents. The following events and their related subtype numbers are available:

CKMINIT

CA Key Manager initialized.

Subtype number: 16

CKMSTOPPKDS

CA Key Manager stopped using PKDS.

Subtype number: 17

CKMMAINTAIN

CA Key Manager key maintenance.

Subtype number: 18

CKMMIGR

CA Key Manager migration started.

Subtype number: 19

CKMMIGRSTATS

CA Key Manager migration statistics.

Subtype number: 20

CKMSYNCSTATS

CA Key Manager synchronization statistics.

Subtype number: 21

CKMNEWCERT

CA Key Manager new certificate.

Subtype number: 22

CKMDELCERT

CA Key Manager certificate deleted.

Subtype number: 23

CRYPTSTATS

Cryptographic statistics.

Subtype number: 32

TS1120STATS

TS1120 Statistics.

Subtype number: 33

Note: For information on subtype numbers, see the CA Tape Encryption Configuration Guide.

DATE = (date1, date2)

Specifies the date or the date range. A single value selects events occurring on that date. Two values select events occurring in that period. Omitting this keyword selects all events in the file.

The date formats must meet the following requirements:

Middle-endian Gregorian

These dates must be in form MM/DD/YYYY, MM-DD-YYYY or MM.DD.YYYY.

Big-endian Gregorian

These dates must be in the ISO 8601 international standard and in the form YYYY/MM/DD, YYYY-MM-DD or YYYY.MM.DD form.

Ordinal

These dates must be in the form YYYY/DDD, YYYY-DDD or YYYY.DDD form.

PRINT = SUMMARY|DETAIL|STATISTICS

Specifies the type of report to generate. You can only specify one print type. Omitting this keyword generates a summary report.

The valid values are:

SUMMARY

(Default) Generate a summary report of the selected events.

DETAIL

Generate a detail report of the selected events.

STATISTICS

Generate a statistical report based on the selected events.