ALIGNSASIOFILES System Option: Windows

Aligns the pages of data in a SAS data set.

Valid in: configuration file, SAS invocation
Category: Input Control: Data Processing
PROC OPTIONS GROUP= SASFILES
Default: OFF
Windows specifics: ALL

Syntax

-ALIGNSASIOFILES
-NOALIGNSASIOFILES

Without Arguments

There are no required arguments.

Details

A SAS data set consists of a header followed by one or more pages of data. Normally, the header is 1K on a Windows box and 8K on UNIX. ALIGNSASIOFILES forces the header to be the same size as the data page, allowing the pages to align to boundaries that allow for more efficient I/O.