HP 3000 Manuals

DISPLAY LIST [ QUERY/V Reference Manual ] MPE/iX 5.0 Documentation


QUERY/V Reference Manual

DISPLAY LIST 

Lists the names of all procedures in the current Proc-file.

Syntax 

     D[ISPLAY] LIST

Discussion 

If you enter this command, QUERY prints the names of all procedures in
the current Proc-file.  If no Proc-file has been declared, you are
informed and prompted for another command.

If you have specified OUTPUT=LP (refer to the OUTPUT= command), the
DISPLAY LIST command prints information on both the QSLIST device and the
terminal in session mode.  In this case, the procedure listing includes a
header containing the procedure file name and the date you displayed the
procedure names.

Example 

     >PROC-FILE=MANPROC 
     >OUTPUT=LP 
     >DISPLAY LIST 

     FIND1       FIND2       UPD1       UPD2       REP4       REP5

If OUTPUT=LP, DISPLAY LIST lists on both the terminal and the QSLIST
device.  Below is a listing from the QSLIST device:
_________________________________________________________________________
|                                                                       |
|     PROCEDURE FILE: MANPROC.IMAGE.DATAMGT       TUE, JAN 7, 1986      |
|                                                                       |
|     FIND1       FIND2       UPD1       UPD2       REP4       REP5     |
_________________________________________________________________________



MPE/iX 5.0 Documentation