SAS Certified Adv Programmer 50 Questions (31)
Which one of the following statements is true regarding the TRANSPOSE procedure?
a. The TRANSPOSE procedure produces printed output by default.
b. The TRANSPOSE procedure rearranges all variables by default.
c. The TRANSPOSE procedure does not create an output data set by default.
d. The TRANSPOSE procedure creates one observation for each restructured variable for each BY group.
Topics:
SAS Adv Questions |
2 Comments »
D
For each by group, proc transpose create one observation for each variable that it transposed. The By variables itself is not transposed.