nerdexam
SAS_Institute

A00-202 · Question #65

A00-202 Question #65: Real Exam Question with Answer & Explanation

Sign in or unlock A00-202 to reveal the answer and full explanation for question #65. The question stem and answer options stay visible for context.

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

  • ANo report is generated as the case of the compared values is different.
  • BA report is generated with one destination.
  • 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.

Unlock A00-202 to see the answer

You've previewed enough free A00-202 questions. Unlock A00-202 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.

Full A00-202 Practice