A00-211 Web TestEngine demo

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

The following SAS program is submitted:

data work.one;
x = 3;
y = 2;
z = x ** y;
run;

Which one of the following is the value of the variable Z in the output data set?

Sign in to mark questions

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

Sign in