nerdexam
SAS_Institute

A00-212 · Question #126

A00-212 Question #126: Real Exam Question with Answer & Explanation

The correct answer is B. No report is generated as the case of the compared values is different.. See the full explanation below for the reasoning.

Question

Given the following SAS data set named WORK.INTERNAT: WORK.INTERNAT LOCATION SUM USA 30 EUR 40 The following SAS program is submitted: %let LOC = Usa; proc sql; select * from internat where location = "&Loc"; quit; Which one of the following is the result when the above code is executed on the above data set?

Options

  • AA report is generated with one destination.
  • BNo report is generated as the case of the compared values is different.
  • CNo report is generated as the case of the macro variable name is different.
  • DA report is generated with the two original observations as the where clause does not work.

Community Discussion

No community discussion yet for this question.

Full A00-212 Practice