SeeView Manual

SeeView Statements and Script Symbols
HP NonStop SeeView Manual526355-004
9-69
ON
ON
The ON statement specifies the current shell file and the default subvolume of the disk
files accessed by SeeView.
shell-filename
specifies the name of the file to be used as the current shell file. The volume and
subvolume names contained in the shell-filename are used to specify the new
default volume.
The primary purpose of this statement is to change the current SeeView shell file
and to change the current default volume to be the same as that of the current
SeeView shell file.
section-name
specifies that only a particular section in the shell-filename is invoked
when the shell is invoked. See also ALTER SHELL option.
Considerations
You can use the ON statement in a SeeView startup message to alter the default
volume and subvolume of the following SeeView attributes: SHELL, DICTIONARY,
SAVEFILE, TRACEFILE, and default VOLUME.
Use the ALTER statement to individually alter these file attributes, display their
settings, or both.
Example
This example shows how to use the ON statement.
RUN SeeView /NAME/ ON $data.xyz.myscript
ON shell-filename [ ( section-name ) ]