Previous Topic: SyntaxNext Topic: STOP Control Statement


Examples

To sort distribution identifiers and report identifiers in ascending sequence for a cross‑reference report, enter the following:

/SORT DID, RID

The same sort criteria can be given by specifying the sort sequence:

/SORT DID-A, RID-A

To print a list of report identifiers with the amount of distribution identifiers from the largest to the smallest, specify the following:

/SORT NDID-D, RID-A
/PRINT RID 'REPORT,IDENTIFIER'
/PRINT NDID 'NUM,DISTIDS'