A00-202 Web TestEngine demo

Exit VCEDump A00-202 SAS Advanced Programming
Question 7 of 20
0% complete
Q7 Single choice

The following SAS program is submitted:

%let value = 9;
%let value2 = 5;
%let newval = %eval(&value / &value2);

Which one of the following is the resulting value of the macro variable NEWVAL?

Sign in to mark questions

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

Sign in