Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The SET-VARIABLE directive increments the value of the variable that is local to the input record being processed.

Syntax

Code Block
set-variable variable exp:{<condition>}

The variable is set by the result of <condition>.

Usage Notes

This directive is applied only within the scope of the record being processed. The transient state is reset, once the system starts the processing of the new record.