Previous Topic

Next Topic

Book Contents

Book Index

ON SMS: Message/Event Selection Parameter

Specifies the Storage Management System (SMS) data set allocation event that triggers the rule.

Figure 215 ON SMS Parameter Format

Optional. Type SMS in the ON field and press Enter. The subparameters shown in Table 164 are displayed.

Table 164 ON SMS Subparameters

Subparameter

Description

file_name

Name (or mask) of the data set being allocated. Mandatory.

ACS CALL

Type of ACS (Automatic Class Selection) routine that is executing. Mandatory. Valid values are:

  • MANAGMNT – Management class selection routine.
  • DATA – Data class selection routine.
  • STORAGE – Storage class selection routine.
  • ALL – All of the above. The rule is executed three times for the data set, once for each type of selection routine.
  • * – Same as ALL.

JNAME

Name (or mask) of the job that allocates the data set. Optional.

JTYPE

Type of job that allocates the data set. Optional.
Valid values are:

  • J – Batch job (JOB).
  • S – Started task (STC).
  • T – TSO user (TSU).

SMFID

SMF ID of the CPU that requests the allocation. The default is the current CPU.

SYSTEM

System name of the CPU that requests the allocation. The default is the current system.

DDNAME

Name (or mask) of the DD statement that allocates the data set. Optional.

DSORG

Data set organization of the data set. Optional.
Valid values are:

  • PS – Physical sequential data set.
  • SEQ – Physical sequential data set.
  • PO – Partitioned data set (library).
  • PDS – Partitioned data set (library).
  • VS – VSAM data set.
  • DA – Direct access data set.

UNIT

Unit type of data set in allocation. Optional.

DS-TYPE

Type of the data set in allocation. Optional. Valid values are:

  • GDG – Generation data set.
  • GDS – Generation data set.
  • PERM – Permanent data set.
  • TEMP – Temporary data set.

PGM

Name or mask of the program that requests the allocation. Optional.

USER

Name or mask of the user that requests the allocation. Optional.

And/Or/Not

Conjunctional subparameter that permits linking of ON statements. Valid values are:

  • A (And) – Both statements must be satisfied.
  • O (Or) – Only one statement need be satisfied.
  • N (Not) – The condition in the following statement must not be satisfied.

For detailed information on this subparameter, see General Information.

Parent Topic

Rule Parameters