Previous Topic: ATMCOMMIT ParameterNext Topic: ATMSHAREDSCOPEn Parameter


ATMLOCALSCOPEn Parameter

The ATMLOCALSCOPEn (where n is 03-32) parameter determines the set of local variable scope prefixes that are used at your site. Set the value of this parameter to the value specified in the Automate LOCALSV parameter.

Note: Do not set ATMLOCALSCOPE01 and ATMLOCALSCOPE02, which are reserved for the @ and LOCAL_ default local prefixes.

Default value

Null string

Other possible values

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

Set or modify this parameter...

Anytime

Examples: ATMLOCALSCOPEn

The first example sets ATMLOCALSCOPE03 to the value LOCSCOPE1_, and the second example sets ATMLOCALSCOPE04 to the value LOCSCOPE2_:

OPSPRM('SET','ATMLOCALSCOPE03','LOCSCOPE1_')
OPSPRM('SET','ATMLOCALSCOPE04','LOCSCOPE2_')