nerdexam
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

A00-281 question #79 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)
  • A
    14% (7)
  • B
    73% (36)
  • C
    4% (2)
  • D
    8% (4)

Community Discussion

No community discussion yet for this question.

Full A00-281 Practice