nerdexam
SAS_Institute

A00-211 · Question #255

This question will ask you to provide a missing option. Given the following SAS program: Which option needs to be added to wrap the labels to the next line whenever it encounters an asterisk?

The correct answer is B. labelsplit = `*'. See the full explanation below for the reasoning.

Question

This question will ask you to provide a missing option. Given the following SAS program:

Which option needs to be added to wrap the labels to the next line whenever it encounters an asterisk?

Exhibit

A00-211 question #255 exhibit

Options

  • Alabel = `*'
  • Blabelsplit = `*'
  • Csplit = `*'
  • Dwrap = `*'

How the community answered

(28 responses)
  • A
    11% (3)
  • B
    82% (23)
  • C
    4% (1)
  • D
    4% (1)

Community Discussion

No community discussion yet for this question.

Full A00-211 Practice