Previous Topic

Next Topic

Book Contents

Book Index

Single variables

There are two type of variables:

Global - those that are in the EnterpriseSCHEDULE database.

Local - those that are only present for the duration of the pre-processing.

There is also a set of job specific local variables. Additional local variables can be created using the SET command.

(( name_of_variable ))

In a command file this is any variable known to the EnterpriseSCHEDULE system. If it is the same directory as the job, the path portion of the name can be left off.

For example:

(( TEST_VARIABLE_1 ))
(( /SYS/FRIDAY ))
(( [MASTER]CONTROL_DATE ))
(( \SP\START_FLAGS ))
(( SC_NAME ))
(( $P1 ))

See Also

Job command preprocessing

Variable types

General syntax rules

Array variables

Job command examples