Previous Topic

Next Topic

Book Contents

Book Index

DO SET: Automated Console Action Parameter

Assigns a value to an AutoEdit variable (or performs AutoEdit functions).

Figure 164 DO SET Parameter Format

Optional. Type SET in the DO field and press Enter. The subparameters shown in Table 136 are displayed.

Table 136 DO SET Subparameters

Subparameter

Description

equation

A valid statement specified to the right of the = prompt in one of the following formats:

  • %%user_symbol=value
  • %%user_symbol=expression

    In these statements,

    %%user-symbol is a user-defined AutoEdit variable

    expression is a combination of constants, Control-O AutoEdit operators, functions, and Global or System variables that are resolved before assignment.

  • %%autoedit_control_statemt

GLOBAL

Valid values are:

  • Y (Yes)–The value specified is saved and can be accessed by other Control-O rules, by successive activations of the same rule, or by the Control-M AutoEdit facility.
  • N (No)–The value is set for the current activation of this rule only. Default.

Parent Topic

Rule Parameters