SAS_Institute
A00-212 · Question #191
This question will ask you to provide a segment of missing code. Given the following program and data: What is the WHERE statement that successfully completes the PROC PRINT and selects the…
The correct answer is A. Where Birthday=&"Want". See the full explanation below for the reasoning.
Question
This question will ask you to provide a segment of missing code. Given the following program and data:
What is the WHERE statement that successfully completes the PROC PRINT and selects the observation from Barb?
Exhibit
Options
- AWhere Birthday=&"Want";
- BWhere Birthday=&`Want' d;
- CBirthday=&Want;
- DBirthday=&"Want" d;
How the community answered
(24 responses)- A75% (18)
- B4% (1)
- C17% (4)
- D4% (1)
Community Discussion
No community discussion yet for this question.
