SAS Institute Related Exams
A00-215 Exam
Which statements read the input data set SASHELP. SHOES and create the output data set WORK. TOTAL?
What happens when you submit the code shown below?
data table1 table2;
set sashelp.shoes;
output;
run;
Given the data sets AMERICIAN NATIONAL and results in the data set BASEBALL shown below:

Which DATA step correctly creates the BASEBALL data set?