SeeView Manual
SeeView Statements and Script Symbols
HP NonStop SeeView Manual—526355-004
9-27
CI
CI
The CI statement allows SeeView to execute in command interpreter (CI) mode. This
mode allows SeeView scripts containing PROMPT statements to provide a command
interpreter interface.
shell-filename
optionally specifies the shell file name to be used when SeeView runs. If no shell
filename is specified, the default CI-mode shell named SEEiSHEL is used. When a
fully qualified shell file name is specified, the CI statement also defines the default
volume and subvolume of disk files accessed by SeeView. You can also use the
ALTER statement to individually alter file settings. Attributes affected by the CI
statement are SHELL, DICTIONARY, SAVEFILE, and the default VOLUME.
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
When SeeView runs in CI mode, scripts containing PROMPT statements allow
SeeView to behave as a command interpreter.
When the CI statement appears as the first statement in the startup message of a
TACL SeeView run statement, SeeView is run in SERVERMODE 3.
Examples
These examples show how to use the CI statement:
TACL 1 > RUN SeeView CI
TACL 2 > RUN SeeView CI $Data.subvol.MyScript
CI [ shell-filename ] [ (section-name) ]