A00-211  Exam

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

A00-211 - Exam Information
  • Description: SAS Base Programming for SAS (r) 9
  • Passing Score: 75%
  • Practice Test - Number of questions: 61 questions
  • Simulation Test - Number of questions: 61 questions
  • Simulation Test Duration: 90 minutes
  • Has explanations: No

Question of the day

The following SAS program is submitted: proc format value score 1 - 50 = ?Fail? 51 - 100 = ?Pass?; run; proc report data = work.courses nowd; column exam; define exam / display format = score.; run; The variable EXAM has a value of 50.5. How will the EXAM variable value be displayed in the REPORT procedure output?

Answer(s)

  1. - Fail
  2. - Pass
  3. - 50.5
  4. - . (missing numeric value)
Correct Answer

- 50.5