![]() Chapter Contents |
![]() Previous |
![]() Next |
| BUFSIZE= |
| Language element: | system option |
| Default: | 0 |
| Valid in: | configuration file, SAS invocation, OPTIONS statement, System Options window, VMS_SAS_OPTIONS DCL symbol |
| OpenVMS specifics: | valid values for n |
| Syntax | |
| Details | |
| Comparisons | |
| See Also | |
Syntax |
| BUFSIZE=n | nK | nM | nG | MIN | MAX | hexX |
| Details |
The BUFSIZE= system option specifies the permanent buffer size for output SAS data sets. Under OpenVMS, the size of the buffer can range from 0 to 2,147,483,647 (2 gigabytes). The value is always rounded up to the next multiple of 512 bytes. If the value is 0, the engine picks a value depending on the size of the observation. The default value is 0. The value of BUFSIZE is saved with the data set and be viewed with PROC CONTENTS or a similar window.
You may want to vary the value of the BUFSIZE= system
option if you are trying to maximize memory usage or the number of observations
per page.
The BUFSIZE= system option can be overridden by the BUFSIZE data set option.
| See Also |
![]() Chapter Contents |
![]() Previous |
![]() Next |
![]() Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.