December 2014
Intermediate to advanced
858 pages
40h 10m
English
|
General form, DATA statement
with the INDEX= option:
DATA SAS-data-file-name (INDEX=
(index-specification-1</UNIQUE><...index-specification-n>
</UNIQUE>));
SAS-data-file-name
is a valid SAS data
set name.
index-specification
for a simple index
is the name of the key variable.
index-specification
for a composite index
is (index-name=(variable-1...variable-n)).
UNIQUE
specifies that values
for the key variable must be unique for each observation.
|
Read now
Unlock full access