Previous Topic: ATMSHAREDSCOPEn ParameterNext Topic: Parameters for Basic Interfaces


ATMTEMPSCOPEn Parameter

The ATMTEMPSCOPEn (where n is 02-32) parameter determines the set of temporary variable scope prefixes in use at your site. Set the value of this parameter to the value specified in the Automate TEMPSV parameter.

Note: Do not set ATMTEMPSCOPE01, which is reserved for the TEMP_ default temporary prefix.

Default value

Null string

Other possible values

Alphanumeric characters or any of these special characters: #, $, @, or _

Set or modify this parameter...

Anytime

Examples: ATMTEMPSCOPEn

The first example sets ATMTEMPSCOPE02 to the value TEMPSCOPE1_, and the second example sets ATMTEMPSCOPE03 to the value TEMPSCOPE2_:

OPSPRM('SET','ATMTEMPSCOPE02','TEMPSCOPE1_')
OPSPRM('SET','ATMTEMPSCOPE03','TEMPSCOPE2_')