A00-212  Exam

Exam # of questions Description  Update
A00-212 60 A00-212... 02/15/2011
[Practice Test]   [Download Study Guide(PDF)]  [Update Exam]

A00-212 - Exam Information
  • Description:SAS Advanced Programming Exam for SAS 9
  • Passing Score:75%
  • Practice Test - Number of questions:60 questions
  • Simulation Test - Number of questions:60 questions
  • Simulation Test Duration:90 minutes
  • Has explanations:No

Question of the day

Given the SAS data set ONE: ONE DIVISION SALES ----------- ----------

Answer(s)

  1. 1234A 3654
  2. 5678The following SAS program is submitted:data _null_;set one;by division;if first.division thendo;%let mfirst = sales;end;run;What is the value of the macro variable MFIRST when the program finishes execution?A. 1234B. 5678
  3. Null
  4. Sales
Correct Answer

Sales