SAS_Institute
A00-281 · Question #79
This question will ask you to provide a line of missing code. Which line of code would produce the blue notes in the log?
The correct answer is B. if indm ne indisp then put 'MERGE ISSUE: ' subjid= indm= indisp=. See the full explanation below for the reasoning.
Question
This question will ask you to provide a line of missing code. Which line of code would produce the blue notes in the log?
Exhibit
Options
- Aif indm ne indisp then output 'MERGE ISSUE: ' subjid indm indisp ;
- Bif indm ne indisp then put 'MERGE ISSUE: ' subjid= indm= indisp=;
- C%if indm ne indisp %then %put 'MERGE ISSUE: ' subjid= indm= indisp=;
- Dif indm ne indisp then put 'MERGE ISSUE: ' all ;
How the community answered
(49 responses)- A14% (7)
- B73% (36)
- C4% (2)
- D8% (4)
Community Discussion
No community discussion yet for this question.
