Tips:Jump-start PROC REPORT
From sasCommunity
proc report data = sashelp.class list noexec ; run ;
The NOEXEC and LIST options can be used together to generate a first approximation of a PROC REPORT step, including the possibly numerous DEFINE statements.
....read more
