| 
    
   | 
   | 
  
     
    
    
Lists the names of all procedures in the current Proc-file.
    
     
  D[ISPLAY] LIST
 
    
     
    
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.
    
     
  >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, 1987
  FIND1       FIND2       UPD1       UPD2       REP4       REP5
 
    
    
     
    
     
   |