.PROC,DISTEXT*I,
T "- Text record 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,BREIF,B=BRIEF,FULL,F=FULL,D),
.
.HELP
 The DISTEXT procedure DISplays the names of TEXT records contained
 on a library file. Requires CATALOG binaries with GENCAT entry point.

 Parameter   Default   Description
   Name       Value

  [t]                  TEXT record 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,T
 The T parameter names the TEXT record to display from a library file.
 By default all TEXT records are displayed.
.HELP,L
 The L parameter names a file from which TEXT 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,T,TEXT,L,UN,O,DO.
/EOR
