SAS Institute Related Exams
A00-215 Exam
Given the PATIENT and VISIT data sets and the DATA step shown below:
PATIENT

VISIT


How many observations are created in the ALLVISITS data set?
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?