The following SORT clause causes the
ADABAS values to be presented in ascending
order. Based on the data fields included in the VLIB.USACUST view
descriptor, the logical records are presented first by the values
in the data field CUSTOMER, then by the values in data field ZIPCODE,
and then by the values in the data field FIRSTORDERDATE.
subset sort customer, zipcode, firstorderdate
The following SORT clause
causes logical records that are accessed by the VLIB.CUSPHON view
descriptor to be presented in descending order based on the values
in the NAME data field:
subset sort name descending