Previous Page | Next Page

The SORT Procedure

Syntax: SORT Procedure


Requirements: BY statement
Tip: You can use the ATTRIB, FORMAT, LABEL, and WHERE statements. See Statements with the Same Function in Multiple Procedures for details. You can also use any global statements. See Global Statements for a list.
See: SORT Procedure under Windows OpenVMS z/OS UNIX
Table of Contents: The SORT Procedure

PROC SORT <collating-sequence-option> <other option(s)>;
BY <DESCENDING> variable-1 <...<DESCENDING> variable-n>;

Previous Page | Next Page | Top of Page