SAS Institute. The Power to Know

SAS/ACCESS(R) 9.2 Interface to PC Files: Reference

Previous Page | Next Page

LIBNAME Statement: PC Files on Microsoft Windows

READBUFF



Specifies the number of rows of data to read into the buffer.
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

Syntax Description

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.

Previous Page | Next Page | Top of Page