Which SET statements option names a variable that contains the number of the observation to read during the current iteration of the DATA step?
Which one of the following is the purpose of the IDXNAME= data set option?
The following SAS program is submitted:
proc contents data = testdata.one;
run;
Which one of the following SQL statements produces similar information about the column attributes as the above CONTENTS procedure?