| LIBNAME Statement: PC Files on Microsoft Windows |
| Valid in: | DATA and PROC steps (when accessing PC files data using SAS/ACCESS software) |
| Default value: | LIBNAME option setting |
| Syntax | |
| Syntax Description | |
| Details | |
| See Also |
Syntax |
| READBUFF=number-of-rows |
is the maximum value that is allowed by the data source.
| Restriction: | Microsoft Access only |
| Details |
This option improves performance by specifying a number of rows that can be held in memory for input into SAS. Buffering data reads can decrease network activities and increase performance. However, because SAS stores the rows in memory, higher values for READBUFF use more memory. In addition, if too many rows are selected at once, then the rows that are returned to the SAS application might be out of date.
When READBUFF=1, only one row is retrieved at a time. The higher the value for READBUFF , the more rows the SAS/ACCESS engine retrieves in one fetch operation.
ROWSET_SIZE is an alias for this option.
| See Also |
To assign this option to a group of tables, use the READBUFF option specified in LIBNAME Options.
Copyright © 2009 by SAS Institute Inc., Cary, NC, USA. All rights reserved.