Pathway/iTS SCREEN COBOL Reference Manual (H06.10+, J06.03+)

Compilation
HP NonStop Pathway/iTS SCREEN COBOL Reference Manual426750-003
7-5
Using Compiler Commands
For example, the command sequence to specify $MINT as the disk volume on which
temporary work files reside is:
TACL 3> PARAM SWAPVOL $MINT
Using Compiler Commands
Compiler commands provide information to the compiler and select compilation
features. For example, compiler commands select the source format, the file to which
the compiler writes object code, and listing options. Compiler commands also control
selective compilation of portions of the source file.
Specifying Compiler Commands
Compiler commands, with one exception, can be specified in two places: in the
compiler command field in the SCOBOLX run command and in the SCREEN COBOL
source file. (See the SECTION Command on page 7-14 for the exception.) Specify
the commands as follows:
In the compiler-command field in the SCOBOLX run command—Precede each
compiler command with a semicolon (;). Some compiler commands are also
option commands. See the OPTION Command on page 7-13 for an alternate way
to specify these commands.
In the SCREEN COBOL source file—Specify each command alone in a source text
line. A command can appear at any point in the source text, including those
portions retrieved from a source library file with the COPY statement. Compiler
command lines in the source text cannot be interspersed with multiline COPY
statements.
The format of a compiler command in the source text is:
?
appears in the indicator field (column 1 for Tandem standard reference format and
either column 1 or 7 for ANSI standard reference format).
compiler-command
is any of the compiler commands described in this section.
The question mark is a source text format indicator and not part of the compiler
command. The compiler command entered as part of the SCREEN COBOL run
command is not preceded by a question mark.
?
compiler-command