Previous Topic

Next Topic

Book Contents

Book Index

General Information

varname can be a Control-M/Analyzer Database variable, AutoEdit variable, Local variable, or, in certain cases, a System variable. For more information on setting variables see see Control-M/Analyzer Variables. The Summary of System Variables indicates that System variables can be set by statement DO SET.

When varname is a Database variable, the variable name specified must adhere to certain naming conventions. See Database Variable Reference Method for additional information.

Control-M/Analyzer AutoEdit variables and Local variables (preceded by the %% operator) can be part of the variable name. These variables are resolved (replaced) at time of rule execution. The largest number that can be handled by mathematical AutoEdit operations is 2 GB (2147483647). For additional information on AutoEdit processing, see Control-M/Analyzer Variables, and in particular Passing Variables to Blocks, Rules and User Routines.

For information about committing variables that have been assigned a value by statement DO SET, see DO COMMIT: Automated Balancing Statement and Committing Database Variables.

Parent Topic

DO SET: Automated Balancing Statement