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
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)- A78% (29)
- B3% (1)
- C5% (2)
- D14% (5)
Community Discussion
No community discussion yet for this question.
