SAS Institute Related Exams
A00-215 Exam
What happens when you submit the code shown below?
data table1 table2;
set sashelp.shoes;
output;
run;
Given the code shown below:

What will be the format for MSRP in the RPOC PRINT output?