HPlogo QUERY/iX Reference Manual > Chapter 3 QUERY/iX COMMANDS

DISPLAY LIST

MPE documents

Complete PDF
Table of Contents

E0300 Edition 7 ♥
E1098 Edition 6

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, 1987

  FIND1       FIND2       UPD1       UPD2       REP4       REP5




DISPLAY


EXIT