nerdexam
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)
  • A
    76% (42)
  • B
    4% (2)
  • C
    5% (3)
  • D
    15% (8)

Community Discussion

No community discussion yet for this question.

Full A00-212 Practice