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
Options
- Alabel = `*'
- Blabelsplit = `*'
- Csplit = `*'
- Dwrap = `*'
How the community answered
(28 responses)- A11% (3)
- B82% (23)
- C4% (1)
- D4% (1)
Community Discussion
No community discussion yet for this question.
