SAS Certified Adv Programmer 50 Questions (50)
Which one of the following is used to create an index for a SAS data set?
a. INDEX function
b. INDEX= data set option
c. CREATE INDEX statement in the INDEX procedure
d. CREATE INDEX statement in the DATASETS procedure
Topics:
SAS Adv Questions |
3 Comments »
B
B:data new(index=(ssn))
so index for a dataset not an index for a variable?