nerdexam
SAS_Institute

A00-281 · Question #70

This question will ask you to provide a section of missing code. Given the input SAS data set LABRAW: Which DO LOOP will create the output SAS data set WORK.LAB_NEW?

The correct answer is A. do i=1 to 2. See the full explanation below for the reasoning.

Question

This question will ask you to provide a section of missing code. Given the input SAS data set LABRAW:

Which DO LOOP will create the output SAS data set WORK.LAB_NEW?

Exhibit

A00-281 question #70 exhibit

Options

  • Ado i=1 to 2;
  • Bdo i=1 to 2;
  • Cdo i=1 to 2;
  • Ddo i=1 to 2;

How the community answered

(37 responses)
  • A
    78% (29)
  • B
    3% (1)
  • C
    5% (2)
  • D
    14% (5)

Community Discussion

No community discussion yet for this question.

Full A00-281 Practice