nerdexam
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

A00-212 question #162 exhibit 1
A00-212 question #162 exhibit 2

Options

  • Ainto : GROUPS separated by ` , '
  • B: into GROUPS separated = ` , '
  • CInto : GROUPS delimited by ` , '
  • D: into GROUPS delimited by ` , '

How the community answered

(19 responses)
  • A
    79% (15)
  • B
    11% (2)
  • C
    5% (1)
  • D
    5% (1)

Community Discussion

No community discussion yet for this question.

Full A00-212 Practice