LIST [ HP Performance Collection Software User's Manual (for MPE Systems) ] MPE/iX 5.0 Documentation
HP Performance Collection Software User's Manual (for MPE Systems)
LIST
LIST [device]
You can change the list device for all UTILITY reports in two ways:
* You can issue a file equation before running the UTILITY program.
:FILE RXLIST;DEV=LP
or
* You can use the LIST command once UTILITY is running.
LIST LP
The device parameter on the LIST command must represent a valid
configured device on the current HP 3000 system. It should be a device
that can be written to (normally a printer). If you need to specify more
than just the device name, you can issue a file equation for file RXLIST,
and then enter the device using the LIST command.
MPE FILE RXLIST;ENV=LP2.HPENV.SYS
LIST HP2680
To return the listing device back to the standard list device, enter the
following:
LIST TERM
or
LIST $STDLIST
or
LIST *
To determine the current list device, enter the LIST command without
parameters:
LIST
If the LIST device is not $STDLIST, most commands are echoed as they are
entered.
Sample LIST Task
When you print a summary report on the extracted log file RXLOG to the
line printer (device LP), the following will occur:
LOGFILE RXLOG (Opens the RXLOG log file.)
LIST LP (Directs the SCAN report listing to LP.)
DETAIL OFF (Specifies less than full detail in the report.)
SCAN (Reads RXLOG and produces the report.)
MPE/iX 5.0 Documentation