A00-211 Web TestEngine demo

Exit VCEDump A00-211 SAS Base Programming for SAS 9
Question 4 of 41
0% complete
Q4 Single choice

The following SAS program is submitted:

data work.january;
set work.allmonths (keep = product month num_sold cost);
if month = 'Jan' then output work.january;
sales = cost * num_sold;
keep = product sales;
run;

Which variables does the WORK.JANUARY data set contain?

Sign in to mark questions

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

Sign in