Chapter Contents |
Previous |
Next |
The TRANSPOSE Procedure |
Procedure features: |
|
Program |
options nodate pageno=1 linesize=80 pagesize=40;
proc transpose data=score out=score_transposed; run; |
proc print data=score_transposed noobs; title 'Student Test Scores in Variables'; run; |
Output |
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.