Usage Note 15065: How to calculate amount of free work disk space required for PROC SORT
To estimate the amount of free work disk space required for a PROC SORT,
use the following formula:
   free_bytes_required=(key_variable_length + observation_length) *
   number_of_observations * 4
Where you know the following:
   key_variable_length:  Length of sorting variable.
      Example: If you are sorting by a character variable with a length
               of 10, this would produce a key_variable_length of
               10 bytes. A numeric variable would be 8 bytes.
   observation_length: Total number of bytes in an observation.
      Add together the bytes for all variables in one observation.
   number_of_observations: Total number of observations in a data set.
Operating System and Release Information
| SAS System | Base SAS | Microsoft Windows XP Professional | 9.1 TS1M3 SP2 |  | 
| Microsoft Windows Server 2003 Enterprise Edition | 9.1 TS1M3 SP2 |  | 
| Microsoft Windows Server 2003 Standard Edition | 9.1 TS1M3 SP2 |  | 
| Microsoft Windows Server 2003 Datacenter Edition | 9.1 TS1M3 SP2 |  | 
| Microsoft Windows 2000 Server | 9.1 TS1M3 SP2 |  | 
| Microsoft Windows 2000 Advanced Server | 9.1 TS1M3 SP2 |  | 
| Microsoft Windows 2000 Datacenter Server | 9.1 TS1M3 SP2 |  | 
| Microsoft Windows 2000 Professional | 9.1 TS1M3 SP2 |  | 
*
        For software releases that are not yet generally available, the Fixed
        Release is the software release in which the problem is planned to be
        fixed.
       
| Type: | Usage Note | 
| Priority: | low | 
| Topic: | SAS Reference  ==>  Procedures  ==>  SORT Common Programming Tasks  ==>  Sorting Data
  | 
| Date Modified: | 2005-05-18 16:01:40 | 
| Date Created: | 2005-04-21 17:33:45 |