SAS_Institute
A00-212 · Question #205
This question will ask you to provide a segment of missing code. Given the SAS data set WORK EXAM: TotalScore ---------------- * The following SAS program is submitted: The following output is…
The correct answer is A. Where TotalScore is not missing. See the full explanation below for the reasoning.
Question
This question will ask you to provide a segment of missing code. Given the SAS data set WORK EXAM:
TotalScore ---------------- * The following SAS program is submitted:
The following output is desired:
TotalScore -------------- Which WHERE expression completes the program and generates the desired output?
Options
- AWhere TotalScore is not missing
- BWhere TotalScore ne null
- CWhere TotalScore is not
- DWhere TotalScore ne missing
How the community answered
(42 responses)- A81% (34)
- B5% (2)
- C5% (2)
- D10% (4)
Community Discussion
No community discussion yet for this question.