The BUFSIZE= data set
option specifies the buffer size for data sets you are creating.
This option is valid only for output data sets.
If you use the default
value (0) when you create a SAS data set, the engine calculates a
buffer size to optimize CPU and I/O use. This size is the smallest
multiple of 8K that can hold 80 observations, but is not larger than
64K.
If you specify a nonzero
value when you create a SAS data set, the engine uses that value.
If that value cannot hold at least one observation or is not a valid
buffer size, the engine rounds the value up to a multiple of 1K.