SAS_Institute
A00-212 · Question #196
Which macro statement would remove the macro variable mv_Info from the symbol table?
The correct answer is C. %symdel Mv_Info. See the full explanation below for the reasoning.
Question
Which macro statement would remove the macro variable mv_Info from the symbol table?
Options
- A%symercase Mv_Info;
- B%symdel & Mv_Info;
- C%symdel Mv_Info;
- D%mdelete & Mv_Info;
How the community answered
(55 responses)- A4% (2)
- B7% (4)
- C75% (41)
- D15% (8)
Community Discussion
No community discussion yet for this question.