![]() Chapter Contents |
![]() Previous |
![]() Next |
| BUFNO= |
| 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 |
| BUFNO=n| nK | nM | nG | MIN | MAX| hex |
![[cautionend]](../common/images/cautend.gif)
| Details |
The number of buffers is not a permanent attribute of the data set, and it is valid only for the current SAS session or job. BUFNO= applies to SAS data sets opened for input, output, or update. If the number of buffers is greater than 0 when a SAS data set is opened, that number is used as the default value for the BUFNO= data set option. If the number of buffers is 0, SAS uses operating environment default values.
Note: Using BUFNO= 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.cm
| Comparisons |
The BUFNO= system option can be overridden by the BUFNO= 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.