
For a complete explanation of the SAS program that produces these results, see
“Example 4: Transposing BY Groups” on page 1976.
Syntax: TRANSPOSE Procedure
Tips: Does not support the Output Delivery System
You can use the ATTRIB, FORMAT, LABEL, and WHERE statements. For more
information, see “Statements with the Same Function in Multiple Procedures” on
page 67. You can also use any global statement. For a list, see “Global Statements”
in Chapter 1 of SAS Statements: Reference.
PROC TRANSPOSE <DATA=input-data-set> <DELIMITER=delimiter> <LABEL=label>
<LET> <NAME=name> <OUT=output-data-set> <PREFIX=prefix> <SUFFIX=suffix>;
BY <DESCENDING> variable-1 ...