SAS Institute Related Exams
A00-215 Exam
Which statement is true about the DROP statement during the compilation phase of the DATA step?
How many statements are in the following PROC PRINT step?

What happens when you submit the code shown below?
data table1 table2;
set sashelp.shoes;
output;
run;