|
|
|
|
|
|
specifies a password
for a SAS file that prevents users from replacing or deleting the
file, but permits Read and Write access.
|
|
|
|
|
specifies the number
of buffers to be allocated for processing a SAS data set.
|
|
|
|
|
specifies the size of
a permanent buffer page for an output SAS data set.
|
|
|
|
|
specifies the level
of shared access to SAS data sets.
|
|
|
|
|
controls the compression
of observations in a new output SAS data set.
|
|
|
|
|
specifies the action
to take when a SAS data set in a SAS library is detected as damaged.
|
|
|
|
|
for 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.
|
|
|
|
|
overrides the encoding
for the input or output SAS data set.
|
|
|
|
|
specifies whether to
encrypt an output SAS data set.
|
|
|
|
|
specifies the first
observation that SAS processes in a SAS data set.
|
|
|
|
|
requests generations
for a SAS data set, and specifies the maximum number of versions.
|
|
|
|
|
specifies a particular
generation of a SAS data set.
|
|
|
|
|
directs SAS to use a
specific index to meet the conditions of a WHERE expression.
|
|
|
|
|
specifies whether SAS
uses an index or uses a sequential search, to match the conditions
of a WHERE expression.
|
|
|
|
|
creates a Boolean variable
that indicates whether the data set contributed data to the current
observation.
|
|
|
|
|
defines an index for
a new output SAS data set.
|
|
|
|
|
for an input data set,
specifies the variables to process; for an output data set, specifies
the variables to write to the data set.
|
|
|
|
|
specifies a label for
a SAS data set.
|
|
|
|
|
specifies the last observation
that SAS processes in a data set.
|
|
|
|
|
determines the size
of the view buffer for processing a DATA step view.
|
|
|
|
|
specifies the data representation
for the output SAS data set.
|
|
|
|
|
controls whether to
process a compressed SAS data set by observation number or by sequential
access.
|
|
|
|
|
assigns a READ, WRITE,
or ALTER password to a SAS file and enables access to a password-protected
file.
|
|
|
|
|
specifies whether to
display a dialog box for a SAS data set password.
|
|
|
|
|
assigns a password to
a SAS file and enables access to a Read-protected SAS file.
|
|
|
|
|
changes the name of
a variable.
|
|
|
|
|
specifies whether a
new, empty data set can overwrite an existing SAS data set that has
the same name.
|
|
|
|
|
specifies whether a
new SAS data set that contains data can overwrite an existing data
set that has the same name.
|
|
|
|
|
specifies whether new
observations can be written to freed space in compressed SAS data
sets.
|
|
|
|
|
indicates how the SAS
data set is currently sorted.
|
|
|
|
|
specifies whether to
create a spill file for non-sequential processing of a DATA step view.
|
|
|
|
TOBSNO= (valid only
for data sets that are accessed through a SAS server by way of the
REMOTE engine)
|
specifies the number
of observations to send in a client/server transfer.
|
|
|
|
|
specifies the data set
type for a specially structured SAS data set.
|
|
|
|
|
turns on direct file
I/O for the file that you specify. To use this data set option, you
must specify the ENABLEDIRECTIO statement option in the LIBNAME statement
where the libref was assigned.
|
|
|
|
|
selects observations
in a SAS data set that match the specified conditions.
|
|
|
|
|
specifies whether to
evaluate new observations and updated observations against a WHERE
expression.
|
|
|
|
|
assigns a WRITE password
to a SAS data set and enables access to a Write-protected SAS file.
|
|
|
|