The following example
tells SAS to choose optimum block size values for all disk devices
except 3380s, for which one-third track blocking is requested:
options blksize(disk)=opt
blksize(3380)=third;
For all DASD devices
currently supported on
z/OS, the default value of BLKSIZE(
device-type)
is HALF. This value corresponds to the largest efficient block size
that is supported by SAS and standard access methods.
When the library BLKSIZE
is not specified by other means, such as with the library data set
allocation or the BLKSIZE system option, SAS uses the block size value
specified for the BLKSIZE(
device-type)
as a starting point for determining the block size. Constraints on
the block size for direct access bound libraries might cause SAS to
use a lower value than the specified value in some situations for
direct access bound libraries. For more information, see
Controlling Library Block Size.
Note: The BLKSIZE(
device)
option has no influence over the block size for sequential access
bound libraries.