From the course: SAS® 9.4 Cert Prep: Part 14 Restructuring Tables

Unlock this course with a free trial

Join today to access over 22,600 courses taught by industry experts.

The TRANSPOSE procedure

The TRANSPOSE procedure

- [Instructor] Another way to restructure data is to use the TRANSPOSE procedure. PROC TRANSPOSE creates an output table by restructuring the values in a SAS table, transposing selected columns into rows. Although the DATA step is an effective way to restructure tables, the TRANSPOSE procedure can sometimes achieve the same result with less code.

Contents