SAS_Institute
A00-202 · Question #41
The following SAS program is submitted: %macro test(var); proc print data = sasuser.class; where age > &var; SAS A00-202 Exam run; %mend; Which type of parameter is the macro variable VAR?
The correct answer is A. positional. See the full explanation below for the reasoning.
Question
The following SAS program is submitted:
%macro test(var); proc print data = sasuser.class; where age > &var; SAS A00-202 Exam run; %mend; Which type of parameter is the macro variable VAR?
Options
- Apositional
- Bdefault
- Ccommand
- Dkeyword
How the community answered
(18 responses)- A83% (15)
- B6% (1)
- D11% (2)
Community Discussion
No community discussion yet for this question.