COBOL Manual for TNS and TNS/R Programs

Program Compilation
HP COBOL Manual for TNS and TNS/R Programs522555-006
11-115
SETTOG
SETTOG
SETTOG turns on all specified toggles, which the IF directive uses.
toggle-number-list
If toggle-number-list is omitted, all toggles are turned on.
toggle-number
is an integer in the range 1 through 15.
SETTOG or RESETTOG on the command line does not override any such directives
within the source stream. Command line directives are the exact equivalent of a
directive in the source stream immediately before the first line of the source.
Default: None
Placement: Must either be on a directive line of its own or be the last of a sequence
of directives.
Scope: Applies until RESETTOG overrides it
Dependencies: None
References: RESETTOG
SETTOG
toggle-number-list
VST308.vsd
toggle-number
,
toggle-number
VST299.vsd