A00-212 Web TestEngine demo

Exit VCEDump A00-212 SAS Advanced Programming Exam for SAS 9
Question 19 of 28
0% complete
Q19 Single choice

The following SAS program is submitted:

%micro cols1;

name age;

%mend;

%macro cols2;

height weight

%mend

proc print data=sashelp.class;

<insert VAR statement here>

Run

Which VAR statement successfully completes the program and produces a report?

Sign in to mark questions

Sign in to save marked questions and return to this demo.

Sign in