![]() Chapter Contents |
![]() Previous |
![]() Next |
| SORT |
| CMS specifics: | SORT procedure statement options |
| Syntax | |
| Details | |
| SORT Procedure Statement Options | |
| See Also |
Syntax |
| PROC SORT <options>; |
| Details |
You can direct the SORT procedure to use either the SAS sort program, available under CMS and under all other operating environments, or a sort utility specific to CMS, or you can allow SAS to choose the best sort program to use. You make this choice with the SORTPGM= system option. See System Options for details on the SORTPGM= option and the other system options that affect the SORT procedure. These system options include the following:
| SORT Procedure Statement Options |
If SORTSIZE=n is in effect, the LEAVE= value is subtracted from the SORTSIZE value.
For other values of SORTSIZE=, the LEAVE= option has no effect.
| See Also |
![]() Chapter Contents |
![]() Previous |
![]() Next |
![]() Top of Page |
Copyright © 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.