nerdexam
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)
  • A
    4% (2)
  • B
    7% (4)
  • C
    75% (41)
  • D
    15% (8)

Community Discussion

No community discussion yet for this question.

Full A00-212 Practice