Which PROC PRINT statement controls the order of the variables displayed in the report?
In PROC PRINT, the VAR statement is used to control the order of the variables displayed in the report. You can list the variables in the order you want them to appear. The KEEP statement can control which variables appear, but not their order. DROP and SELECT are not valid statements within PROC PRINT for controlling the order of variables.
Reference
SAS documentation for PROC PRINT.
Winfred
1 month agoAdolph
1 month agoReita
2 months agoJanna
2 months agoCeola
2 months agoKing
3 months ago