SeeView Manual
SeeView Statements and Script Symbols
HP NonStop SeeView Manual—526355-004
9-64
LISTDEV
LISTDEV
The LISTDEV statement puts device names of a specified type in a given cache. Each
device name is stored in a separate line of cache. If you do not specify a device type,
all device types are stored in the cache.
DISC | TAPE | PRINTER | TERM
specifies that the device names of the designated device type, DISC, TAPE,
PRINTER, or TERM, are placed in the cache associated with the task identified by
the taskid-exp.
TO taskid-exp
specifies the cache that the device names for the designated device types
should be stored.
TYPE devtype
specifies that device names with a devtype represented by an integer expression
should be stored in the cache associated with the task identified by the taskid-
exp.
SUBTYPE subtype
specifies that device names with a subtype represented by an integer expression
should be stored in the cache associated with the task identified by the taskid-
exp.
DETAIL
specifies that ldev-num, PPid, BPid, TYPE, SUBTYPE, and Rec-size are
displayed.
HEADING
displays column headings.
MORE count
allows you to control the maximum number of devices processed on each
LISTDEV request. Processing can be partitioned across many LISTDEV requests.
MORE also can indicate that more logical devices remain by MORE? appended to
LISTDEV [ DISC | TAPE | PRINTER | TERM ] TO taskid-exp
[ TYPE devtype ]
[ SUBTYPE subtype ]
[ DETAIL ]
[ HEADING ]
[ MORE count ]
[ START ldev-num ]
[ string-exp ]