.PROC,SORTEXT*I,
L "- Library containing TEXT records"  = (*N=#FILE,*F),
UN "- User Name containing library"    = (*N=,*F),
.
.HELP
 The SORTEXT procedure SORts TEXT records on a library file.
 Requires CATALOG binaries with GENCAT entry point.

 Parameter   Default   Description
   Name       Value

  [l]                  library file containing the TEXT records
  [un]                 user name in which library resides

.HELP,L
 The L parameter names the TEXT record file to sort.
 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.
.ENDHELP
$REVERT,EX.SORLIB,L,UN.
/EOR
