Multiple choice technology databases

Which of the follwing option will be used to split the long names for the columns in proc print ?

  1. label

  2. Split

  3. break

  4. unstring

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

In PROC PRINT, the SPLIT= option (not LABEL, BREAK, or UNSTRING) specifies a character used to split long column labels into multiple lines when labels are displayed. Option B 'Split' refers to the SPLIT option. This is the correct answer.