Previous Page | Next Page

SAS Data Set Options for the Information Maps Engine

READBUFF= Data Set Option



Specifies the number of rows to hold in memory for input into SAS
Valid in: DATA Step and LIBNAME Statement
Category: Data Set Control
Alias: BUFFSIZE=
Default: 1000

Syntax
Syntax Description
Details
See Also

Syntax

READBUFF=integer

Syntax Description

integer

specifies the number of rows to hold in memory input into SAS. The value must be positive.


Details

Choosing the optimum value for the READBUFF= option requires a detailed knowledge of the data that is returned from the information map and of the environment in which the SAS session runs. Buffering data reads can decrease network activities and increase performance. However, higher values for the READBUFF= option use more memory. In addition, setting a high value for the READBUFF= option could yield stale data if the data source is updated frequently.


See Also

READBUFF= option in Other LIBNAME Statement Options for the Information Maps Engine

Previous Page | Next Page | Top of Page