Which option specifies how the data in the SAS data set TEMP will be sorted?
Following SAS program is submitted:
data temp(<insert option here>);
infile ‘rawdata’;
input x $ y z;
run;
RAWDATA is a file reference to an external file that is ordered by the variable X.
Which option specifies how the data in the SAS data set TEMP will be sorted?
A . ORDEREDBY=X
B . GROUPBY=X
C . SORTEDBY=X
D . SORTSYNC=X
Answer: C
Latest A00-212 Practice Questions with 184 Q&As
Updated Study Material | Instant Download | Detailed Answers and Explanations
Subscribe
Login
0 Comments