Pathway/iTS SCREEN COBOL Reference Manual (G06.24+, H06.03+, Pathway/iTS 1.0+)

Compilation
Compaq NonStop™ Pathway/iTS SCREEN COBOL Reference Manual426750-001
7-14
RESETTOG Command
RESETTOG Command
The RESETTOG command turns off all specified toggles.
toggle-number
is an integer from 1 through 15.
If the toggle-number option is omitted, all toggles are turned off.
SECTION Command
The SECTION command is used to identify individual texts in a SCREEN COBOL
source library accessed by a COPY statement. The command is ignored if it appears in
the text of the compilation source file.
text-name
is a SCREEN COBOL word (1 to 30 letters, digits, and hyphens, but not all digits).
The compiler assumes that the format of the library text is the same as the current source
text format. Although this default format can be overridden by entering a compiler
command as the first line following the SECTION command, the ANSI or TANDEM
command is usually more convenient for this purpose.
The following reserved words cannot be used in a SECTION command:
ANSI LABELS
CHECK LITERALS
COMPILE MESSAGES
CONDITIONS ONLY
DEBUG1 OPTION
DEBUG2 PROGRAMS
ENDIF SCREENS
ERRORS SYNTAX
EXCLUDE TRACE
INCLUDE VARIABLES
SETTOG Command
The SETTOG command turns on all specified toggles.
toggle-number
is an integer from 1 through 15.
RESETTOG [ toggle-number [ , toggle-number ] ... ]
SECTION text-name [ , library-text-format ]
SETTOG [ toggle-number [ , toggle-number ] ... ]