Data Set Options by Category

The categories for SAS data set options correspond to the SAS data set option groups:
Data Set Control options that are associated with data sets
Observation Control options that are associated with observations
User Control of SAS Index Usage options that are associated with indexes
Variable Control options that are associated with variables
Miscellaneous
Category Language elements Description
Data Set ControlALTER= Data Set OptionAssigns an ALTER password to a SAS file that prevents users from replacing or deleting the file, and enables access to a read- and write-protected file.
BUFNO= Data Set OptionSpecifies the number of buffers to be allocated for processing a SAS data set.
BUFSIZE= Data Set OptionSpecifies the size of a permanent buffer page for an output SAS data set.
CNTLLEV= Data Set OptionSpecifies the level of shared access to a SAS data set.
COMPRESS= Data Set OptionSpecifies how observations are compressed in a new output SAS data set.
DLDMGACTION= Data Set OptionSpecifies the action to take when a SAS data set in a SAS library is detected as damaged.
ENCRYPT= Data Set OptionSpecifies whether to encrypt an output SAS data set.
EXTENDOBSCOUNTER= Data Set OptionSpecifies whether to extend the maximum observation count in a new output SAS data file.
GENMAX= Data Set OptionRequests generations for a new data set, modifies the number of generations for an existing data set, and specifies the maximum number of versions.
GENNUM= Data Set OptionSpecifies a particular generation of a SAS data set.
INDEX= Data Set OptionDefines an index for a new output SAS data set.
LABEL= Data Set OptionSpecifies a label for a SAS data set.
OBSBUF= Data Set OptionDetermines the size of the view buffer for processing a DATA step view.
OUTREP= Data Set OptionSpecifies the data representation for the output SAS data set.
PW= Data Set OptionAssigns a READ, WRITE, and ALTER password to a SAS file, and enables access to a password-protected SAS file.
PWREQ= Data Set OptionSpecifies whether to display a dialog box to enter a SAS data set password.
READ= Data Set OptionAssigns a READ password to a SAS file that prevents users from reading the file, unless they enter the password.
REPEMPTY= Data Set OptionSpecifies whether a new, empty data set can overwrite an existing SAS data set that has the same name.
REPLACE= Data Set OptionSpecifies whether a new SAS data set that contains data can overwrite an existing data set that has the same name.
REUSE= Data Set OptionSpecifies whether new observations can be written to freed space in compressed SAS data sets.
ROLE= Data Set OptionIdentifies the fact table for a star schema join.
SORTEDBY= Data Set OptionSpecifies how a data set is currently sorted.
SPILL= Data Set OptionSpecifies whether to create a spill file for non-sequential processing of a DATA step view.
TOBSNO= Data Set OptionSpecifies the number of observations to send in a client/server transfer.
TYPE= Data Set OptionSpecifies the data set type for a specially structured SAS data set.
WRITE= Data Set OptionAssigns a WRITE password to a SAS file that prevents users from writing to a file, unless they enter the password.
MiscellaneousFILECLOSE= Data Set OptionSpecifies how a tape is positioned when a SAS data set is closed.
Observation ControlFIRSTOBS= Data Set OptionSpecifies the first observation that SAS processes in a SAS data set.
IN= Data Set OptionCreates a Boolean variable that indicates whether the data set contributed data to the current observation.
OBS= Data Set OptionSpecifies the last observation that SAS processes in a data set.
POINTOBS= Data Set OptionSpecifies whether SAS creates compressed data sets whose observations can be randomly accessed or sequentially accessed.
WHERE= Data Set OptionSpecifies specific conditions to use to select observations from a SAS data set.
WHEREUP= Data Set OptionSpecifies whether to evaluate new observations and modified observations against a WHERE expression.
User Control of SAS Index UsageIDXNAME= Data Set OptionDirects SAS to use a specific index to match the conditions of a WHERE expression.
IDXWHERE= Data Set OptionSpecifies whether SAS uses an index search or a sequential search to match the conditions of a WHERE expression.
Variable ControlDROP= Data Set OptionFor an input data set, excludes the specified variables from processing; for an output data set, excludes the specified variables from being written to the data set.
KEEP= Data Set OptionFor an input data set, specifies the variables to process; for an output data set, specifies the variables to write to the data set.
RENAME= Data Set OptionChanges the name of a variable.