Pathway/iTS SCREEN COBOL Reference Manual (H06.10+, J06.03+)
Compilation
HP NonStop Pathway/iTS SCREEN COBOL Reference Manual—426750-003
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 HP 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, see 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).
[ \
system
. ] [ $
volume
. ] [
subvolume
. ]
file










