Previous Topic

Next Topic

Book Contents

Book Index

DO SET: Action Parameter

Assigns a value to an AutoEdit variable.

Figure 160 DO SET Parameter Format

Optional. Type SET (or its abbreviation SE) in the DO field and press Enter. The following subparameters are displayed:

Table 159 DO SET Subparameters

Parameter

Description

equation

A valid DO SET statement can be specified to the right of the = prompt in one of the following formats:

%%user-symbol = value

or

  • %%user-symbol = expression

where

  • %%user-symbol is a valid user-defined AutoEdit variable
  • expression is a valid combination of constants, AutoEdit operators, functions, and Global or System variables that are resolved before assignment

MEMBER

Name of the AutoEdit member (1 through 8 characters). Mandatory.

LIBRARY

Name of the library in that the AutoEdit member resides (1 through 44 characters). Mandatory.

AT

The operation is performed if the specified event occurs. The shortest unique abbreviation can be specified. Mandatory. Valid values are:

  • Check in Volumes (CH)—An external volume is checked in either automatically, or manually by screen TC.
  • Mount (M)—The media is mounted by the operator.
    Supported only if Y (Yes) or M (Mount) was specified for Control-M/Tape installation parameter DYNWTO.
  • Open (O)—The data set is opened.
  • Close (CL)—The data set is closed.
  • Abend/Close (A)—The data set is closed due to an abend.
  • Keep (K)—The media is dismounted and returned by the operator.
    Supported only if Y (Yes) or K (Keep) was specified for Control-M/Tape installation parameter DYNWTO.

Note: Open, Close or Abend Close apply only for data set creation events. Keep and Mount can be activated (through ON statements) only upon attributes that are available at keep and mount time. For example, you cannot request DO CONDITION AT KEEP based on the program name, since this information is not available from the Keep message.

Parent Topic

Rule Parameters