SAS_Institute
A00-212 · Question #54
The following SAS program is submitted: %let value=9; %let add=5; %let newval=%eval(&value/&add); What is the 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 add=5; %let newval=%eval(&value/&add); What is the value of the macro variable NEWVAL?
Options
- A1
- B2
- C1.8
- Dnull
How the community answered
(55 responses)- A76% (42)
- B4% (2)
- C5% (3)
- D15% (8)
Community Discussion
No community discussion yet for this question.