Virtual Hometerm Subsystem (VHS) Manual (G06.24+, H06.04+, J06.03+)

Using VHSCI
Virtual Hometerm Subsystem (VHS) Manual429311-002
5-10
Using Online Help
Example
To get a list of all the VHSCI commands, type either of these:
-> help all
-> help vhs
To get help about commands syntax, type this:
-> help syntax
-> help listopens
The LISTOPENS command lists all processes which currently open
the specified object or objects.
LISTOPENS [ /OUT <file-spec>/ ] [ <object-spec> ] [, <open-mode> ]
/OUT <file-spec>/
causes any VHSCI output generated for this command to be directed
to the specified file.
<object-spec>
designates the objects whose openers are to be displayed. If
<object-spec> is omitted, the openers of the assumed object are
listed (see the VHSCI ASSUME command).
<open-mode>
indicates an open mode to select specific opener processes.
<open-mode> can be one of the following:
INSPECT all opener processes that prompt the specified
object with an Inspect prompt are listed
DEBUG all opener processes that prompt the specified
object with a Debug prompt are listed
DISPLAY all opener processes that display to the specified
object are listed
PROMPT all opener processes that prompt the specified
object are listed
UNKNOWN all opener processes that open the specified
object with no other information are listed
PSERVER all VHS screen servers that open the specified
object are listed
Usage Considerations
o If there are no current openers, a warning is returned.
Examples
LISTOPENS PROCESS $vhs1
LISTOPENS /OUT OutListo/ PROCESS $vhs2, PROMPT
LISTOPENS PROCESS $vhs1, DISPLAY