SAS_Institute
A00-212 · Question #162
This question will ask you to provide a segment of missing code. Given the SAS data set SASUSER.HIGHWAY: The following SAS program is submitted: Which SQL clause stores the text 0-29, 30-49, 60+ in…
The correct answer is A. into : GROUPS separated by ` , '. 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 SASUSER.HIGHWAY:
The following SAS program is submitted:
Which SQL clause stores the text 0-29, 30-49, 60+ in the macro variable GROUPS?
Exhibits
Options
- Ainto : GROUPS separated by ` , '
- B: into GROUPS separated = ` , '
- CInto : GROUPS delimited by ` , '
- D: into GROUPS delimited by ` , '
How the community answered
(19 responses)- A79% (15)
- B11% (2)
- C5% (1)
- D5% (1)
Community Discussion
No community discussion yet for this question.

