A00-212 Web TestEngine demo

Exit VCEDump A00-212 SAS Advanced Programming Exam for SAS 9
Question 17 of 28
0% complete
Q17 Single choice

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?

Sign in to mark questions

Sign in to save marked questions and return to this demo.

Sign in