Previous Topic

Next Topic

Book Contents

Book Index

Rules of AutoEdit Variable Substitution

An AutoEdit symbol can be any alphanumeric string starting with %%. The characters $ and _ are also valid. Lowercase characters are not translated to uppercase characters upon resolution. However, Control-M/Analyzer variable names are not case sensitive.

Variables are evaluated sequentially from right to left, until the symbol is assigned a value. For example

%%SMF_TAPE_%%SYSDAY,

resolves on the third of the month to

%%SMF_TAPE_03,

Control-M/Analyzer then tries to resolve the symbol %%SMF_TAPE_03,

Assuming the value of the symbol in the global environment is EE1022, the result is

EE1022

Parent Topic

AutoEdit Variables