SAS Institute Related Exams
A00-215 Exam
What is the default byte size of a numeric variable?
Enter your numeric answer in the space above.
What happens when you submit the code shown below?
data table1 table2;
set sashelp.shoes;
output;
run;