|
|
板凳

楼主 |
发表于 2010-6-9 13:44:05
|
只看该作者
Re: SAS advance exam question 3: Space required to run PROC
[quote:37efa4y8]The multiplier 4 applies only to utility files used in releases prior to SAS 9, when PROC SORT needs to use disk space in order to sort the data. For in-memory sorting and sorting with SAS 9 and later, the multiplier is 2 or less.[/quote:37efa4y8]
[quote:37efa4y8]Threaded processing takes advantage of multiple CPUs by executing multiple threads in parallel (parallel processing). Threaded procedures are completed in less real time than if each task were handled sequentially, although the CPU time is generally increased.
When a threaded sort is used, the observations in the input data set are divided into equal temporary subsets, based on how many processors are allocated to the SORT procedure. Each subset is then sorted on a different processor. The sorted subsets are then interleaved to recreate the sorted version of the input data set.[/quote:37efa4y8] |
|