.PROC,DISPROC*I,
P "- Procedure name (or ALL or *)"     = (*N=*,ALL=*,*,*F),
L "- Library file name"                = (*N=#FILE,*F),
UN "- User Name containing library"    = (*N=,*F),
O "- Output file name"                 = (*N=OUTPUT,*F),
DO "- Display option"                  = (*N=BRIEF,B=BRIEF,BRIEF,F=FULL,FULL,D),
.
.HELP
 The DISPROC procedure DISplays PROCedure record names contained on
 a library file. Requires CATALOG binaries with GENCAT entry point.

 Parameter   Default   Description
   Name       Value

  [p]                  procedure name to display (or ALL or *)
  [l]                  library file to display
  [un]                 user name in which library resides
  [o]        OUTPUT    file to which library content is displayed
  [do]         b       display option for library display

.HELP,P
 The P parameter names the procedure to display from a library file.
 By default all procedures are displayed.
.HELP,L
 The L parameter names a file from which procedure record names are
 displayed. The default value is the file containing this procedure.
.HELP,UN
 The UN parameter specifies the User Name location of the file.
 The default value is the User Name in which this procedure executes.
.HELP,O
 The O parameter names a file to which library content is displayed.
 The default value is OUTPUT.
.HELP,DO
 The DO parameter specifies the display option to use.
 Options are:  B | BRIEF  - for brief display (default value)
          or   F | FULL   - full display
          or   D  - for directive display (LIBEDIT directives)
.ENDHELP
$REVERT,EX.DISLIB,P,PROC,L,UN,O,DO.
/EOR
