Previous Topic

Next Topic

Book Contents

Book Index

Local Variables

Control-M/Analyzer Local variables are used to temporarily store values that are needed only by the current rule. The current rule has complete access to the variable, but upon rule termination the variable value is no longer kept. Rules that are called by the current rule (by statement DO RULE) do not have access to the Local variables of the calling rule unless these variables are passed as arguments.

Parent Topic

Control-M/Analyzer Variables