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.
Which sentence is true regarding the VALUE statement in the FORMAT procedure?
What happens when you submit the code shown below?
data table1 table2;
set sashelp.shoes;
output;
run;