Chapter Contents |
Previous |
Next |
BUFSIZE= |
Valid in: | DATA step and PROC steps |
Category: | Data Set Control |
Restriction: | Use with output data sets only. |
Syntax | |
Syntax Description | |
Details | |
Comparisons | |
See Also |
Syntax |
BUFSIZE=number-of-bytes |
Details |
The BUFSIZE= data set option is valid only for output data sets, that is, data sets that are created in a DATA step or by a SAS procedure.
Note: If you use the COPY procedure
to copy a data set to another library that is allocated with a different engine,
the specified buffer size of the data set is not retained.
Operating Environment Information: For details, see the SAS documentation for your operating environment for minimum and maximum buffer size values.
Note: Using the BUFSIZE= option can speed up execution time
by reducing the number of times SAS has to read from or write to the storage
medium. However, the improvement in execution time comes at the cost of increased
memory consumption.
Comparisons |
If the BUFSIZE= data set option is not specified, then the value of the BUFSIZE= system option is used. If both are specified in the same SAS session, the BUFSIZE= data set option overrides the value specified for the BUFSIZE= system option.
See Also |
Data Set Options:
| |||
System Options:
|
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.