![]() Chapter Contents |
![]() Previous |
![]() Next |
| BUFSIZE= |
| Valid in: | configuration file, SAS invocation, OPTIONS statement, Systems Options window |
| Category: | Files: SAS files |
| PROC OPTIONS GROUP= | SASFILES |
| Syntax | |
| Syntax Description | |
| Details | |
| Comparisons | |
| See Also |
Syntax |
| BUFSIZE=n| nK | nM | nG | MIN | MAX | hex |
![[cautionend]](../common/images/cautend.gif)
| Details |
If the number of bytes is greater than 0 when a SAS data set is created, that number is used as the default value for the BUFSIZE= data set option. If the BUFSIZE data set option is omitted and the number of bytes for the BUFSIZE= system option is 0, SAS chooses an operating environment default value that is optimal for the SAS data set.
Note: Using BUFSIZE= can speed up
execution time by limiting the number of input/output operations that are
required for a particular SAS data set. The improvement in execution time,
however, comes at the expense of increased memory consumption. ![[cautionend]](../common/images/cautend.gif)
Operating Environment Information: The syntax that is shown here applies
to the OPTIONS statement. On the command line or in a configuration file,
the syntax is specific to your operating environment. For details, see the
SAS documentation for your operating environment.
| Comparisons |
The BUFSIZE= system option can be overridden by the BUFSIZE= data set option.
| See Also |
| Data Set Option:
| |||
| System
Option:
|
![]() Chapter Contents |
![]() Previous |
![]() Next |
![]() Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.