Chapter Contents |
Previous |
Next |
SORTCUT |
Default: | 0 |
Valid in: | configuration file, SAS invocation, SASV8_OPTIONS environment variable, OPTIONS statement |
UNIX specifics: | all |
Syntax |
Syntax |
SORTCUT=n|nK|nM|nG|MIN|MAX |
-SORTCUT n|nK|nM|nG|MIN|MAX |
When you specify SORTPGM=BEST, SAS uses the value of the SORTCUT and SORTCUTP options to determine whether to use the host sort or the SAS System sort. If the number of observations in the data set is greater than the number that you specify with SORTCUT, the host sort will be used. If both SORTCUT and SORTCUTP are either not defined or are set to 0, the SAS System sort is used. If you specify both options and either condition is true, SAS chooses the host sort.
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.