Previous Page | Next Page

SAS Options and Variables for VSAM Processing

VSAM Option for the FILENAME Statement

When you load a new VSAM data set, you can specify the VSAM option RECORG= in the FILENAME statement.

RECORG= record-organization

specifies the organization of records in a new VSAM data set. Use this option only if SMS is active. The following values are valid:

KS

specifies a VSAM key-sequenced data set.

ES

specifies a VSAM entry-sequenced data set.

RR

specifies a VSAM relative-record data set.

Previous Page | Next Page | Top of Page