Previous Topic

Next Topic

Book Contents

Book Index

Variable lists

The %%LIBMEMSYM variable can be used in the Variable Assignment or Do Variable parameters to indicate a text file containing a list of Variable assignments. This variable enables you to create a central file containing Variable assignment statements that can be read by many job processing definitions.

You can also use the %%POOLSYM variable to call variables from a pool. %%POOLSYM is relevant only to a Control-M distributed system.

NOTE: Multiple LIBMEMSYM statements can be included in a single job processing definition. In this way you can maintain groups of local or global variables that are relevant to certain jobs, and allow more than one such group to be applied to a job. However, if a variable is defined in more than one list, the last list defined overrides previous lists.

The format for the %%LIBMEMSYM variable:

%%LIBMEMSYM=path_name

path_name is the full (case sensitive) path name of a text file containing Variable assignment statements. This file must be accessible to Control‑M. The file must contain a single assignment on each line.

EXAMPLE: If a job processing definition contains the following specifications for the Variable Assignment parameter:

The format for the %%POOLSYM variable:

%%POOLSYM=<poolname>

poolname is the name of the pool containing the pool variable.

EXAMPLE: If a job processing definition contains the following specifications for the Variable Assignment parameter:

Parent Topic

Control-M Variable facility