SAS_Institute
A00-212 · Question #91
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?
The correct answer is A. 1. See the full explanation below for the reasoning.
Question
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?
Options
- A1
- B2
- C1.8
- Dnull
How the community answered
(37 responses)- A81% (30)
- B11% (4)
- C5% (2)
- D3% (1)
Community Discussion
No community discussion yet for this question.