SeeView Manual

SeeView Statements and Script Symbols
HP NonStop SeeView Manual526355-004
9-91
RUN
IN filename
specifies the input file.
LIB library-fname
specifies an external user library file of object routines. If specified, this library file
is used to resolve external references in the program being run.
NAME process-name
specifies the symbolic name assigned to the newly created process.
ONMYVOL
indicates that the program object file name specified in the RUN program is
expected to exist on the current default SeeView volume and subvolume. To alter
the default SeeView volume, use the ALTER VOLUME statement. To
programmatically determine the volume, use the #VOLSUB string intrinsic.
ONOBJVOL
indicates that the program object file name specified in the RUN program is
expected to exist on the same volume and subvolume as the current SeeView
program object file. To programmatically determine the volume, use the
#VOLSUBOBJECT string intrinsic.
OUT filename
specifies the output file.
PRIORITY process-priority
specifies the execution priority of the new process. The SeeView program
communicates with $CMON when it is present and tries to use assignments
indicated by $CMON.
STARTUP string-exp
specifies the startup message sent to the newly created process. (See the RUN
statement description of startup-message.)
SWAP swap-fname
specifies the name of the file used for the page swapping of a process’s virtual
user data space.
VOLUME subvol | str-exp
specifies the default volume and subvolume for the task being declared.
You can literally specify the volume and subvolume. For example:
VOL $DATA.MYSUBVOL