SAS Institute Related Exams
A00-215 Exam
The sashelp. class data set has 19 observations.
Given the frequency information about the Age, shown below:

How many observations are written to output data set when the following code is submitted?
What happens when you submit the code shown below?
data table1 table2;
set sashelp.shoes;
output;
run;
Which statement is true about the DROP statement during the compilation phase of the DATA step?