SAS Institute Related Exams
A00-215 Exam

What happens when you submit the code shown below?
data table1 table2;
set sashelp.shoes;
output;
run;
Which PROC IMPORT step correctly creates the MYDATA,SALES data set from the SALES.SCV file?
Which statements read the input data set SASHELP. SHOES and create the output data set WORK. TOTAL?