Chapter Contents

Previous

Next
SORTUNIT=

SORTUNIT=



Specifies the allocation space units for sort work files

Default: CYLS
Valid in: configuration file, SAS invocation, OPTIONS statement, OPTIONS window
Category: Sort: SORT
OS/390 specifics: all


Syntax
Details

Syntax

SORTUNIT=CYL<S> | TRK<S> | BLK<S> | n

CYL<S>
specifies that the space units be cylinders. The space calculation for cylinder allocations requires that the characteristics of the device on which the allocations will be made need to be known. The device type is specified with the SORTDEV= option. The device type should be specified as generic, such as 3390, rather than esoteric, such as DISK. This is because when an esoteric name is specified, it is impossible to predict what device type will be used and thus the device characteristics.

TRK<S>
specifies that the space units be track(s). The space calculation for track allocations requires that the characteristics of the device on which the allocations will be made need to be known. The device type is specified with the SORTDEV= option. The device type should be specified as generic, such as 3390, rather than esoteric, such as DISK. This is because when an esoteric name is specified, it is impossible to predict what device type will be used and thus the device characteristics will also be unknown.

BLK<S>
specifies that the files will be allocated with an average block size equal to the record length rounded up to approximately 6K (6144). Therefore, if the input record length was 136, the average block size used for the allocation would be 6120.

n
is an integer that specifies the average block size.


Details

The SORTUNIT= option specifies the allocation space units to be used if SAS dynamically allocates the sort work files (see the DYNALLOC option).


Chapter Contents

Previous

Next

Top of Page

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