IBM ISPF Productivity Tool, Version 7.1

SORTUKEY command

The SORTUKEY (or "SORT)") command sorts the member selection list titled entries by title key.

Syntax

Read syntax diagramSkip visual syntax diagram
                 .-USERKEY--D--------.   
>>-+-SORTUKEY-+--+-------------------+-------------------------><
   '-SORT)----'  | .---------------. |   
                 | V         .-D-. | |   
                 '---column--+---+-+-'   
                             '-A-'       

Operands

column
An MSL display column heading abbreviation or TEXT or NOTE.

If column is omitted, the list is sorted by USERKEY.

D|A
The column is sorted in Descending (the default) or Ascending order.

Usage notes

The titled members are sorted first and moved to the top of the list.

See the TITLE command description or assist for information on how to manage member titles. See the SHOWTITL command description or assist for information on how to display member titles.

See the SORT command description or assist for additional information.

Examples

SORT) CHA A        sort by ascending order of change date.
SORT) CREATE       sort by descending (default) order of create date.
SORT) ID A LIB D   sort by ascending order saved user-id and descending
                   order of library concatenation number.
SORTUKEY           sort by member USERKEY (default column) in ascending
                   (default) order.


Feedback