Chapter Contents

Previous

Next
SAS Companion for UNIX Environments

Using Saspsort

Invoke parallel quick sort just as you would any other host sort. Specify the SORTPGM and SORTNAME system options, and when you run PROC SORT, the procedure uses the sort that you specified:

options sortpgm = host;
options sortname = saspsort;


Chapter Contents

Previous

Next

Top of Page

Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.