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-2
Running the SCREEN COBOL Compiler
PRI priority
specifies the execution priority.
MEM num-pages
specifies the maximum number of data pages.
NOWAIT
specifies the command interpreter does not suspend while the program runs.
SWAP $disk-volume
specifies the disk volume where the SCOBOLX and SCOBOLX2 process swap
files are created.
If you do not specify this option and you do not specify a default disk volume
for process swap files (using the Compaq Tandem Advanced Command
Language (TACL) SET SWAP command), the process swap files are created in
the same subvolume where the SCOBOLX object program file resides. System
performance might be adversely affected if the SCOBOLX object program file
resides on $SYSTEM and the process swap files are created in the same
subvolume as that of the SCOBOLX object program file.
For information about swap-file management, refer to the Kernel-Managed Swap
Facility (KMSF) Manual.
tclprog-file
is the file specification from which the compiler generates names of disk files that
contain the object program and other information. The tclprog-file has a disk
file name of the following form:
file must not exceed 5 characters. If this parameter is omitted, POBJ is used.
file specifies the root of the actual file names that the compiler generates by
appending characters as follows:
COD
specifies the code file (contains the object program).
DIR
specifies the directory to the code file.
SYM
specifies the symbols table (generated if you specify the compiler option
SYMBOLS).
The default file names are: POBJCOD, POBJDIR, and POBJSYM.
[ \system . ] [ $volume . ] [ subvolume . ] file