| A00-211 Exam |
| A00-211 - Exam Information |
| 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)
- 50.5