Chapter Contents |
Previous |
Next |
SAS Companion for the OS/390 Environment |
Consider changing the values of SORTPGM= and SORTCUTP= |
Under OS/390, the default value of the SAS system option SORTPGM= is BEST. This value causes SAS to use the SAS sort program for less than 4M of data; for more than 4M of data, SAS uses the host sort program. You use the SORTNAME= system option to specify the name of the host sort program.
The 4M limit is the default value that is specified by the SORTCUTP= system option, which is specific to OS/390. You may want to change the value of this option in order to optimize sorting for your particular applications.
Take advantage of the DFSORT performance booster |
SORTBLKMODE causes SAS to work in conjunction with DFSORT to process your SAS sorting applications faster. SAS applications that use either PROC SORT or PROC SQL for sorting can take advantage of this "performance booster." For large sorts of approximately 100,000 observations or more, CPU usage may be reduced by up to 25%.
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.