How do I export Proc Tabulate in Excel?
You can send the PROC TABULATE table DIRECTLY to Excel using either ODS EXCEL or ODS TAGSETS. EXCELXP or, even, ODS HTML. The key is to get the structure you want with TABULATE and then use ODS to create output that Excel can open.Also question is, how do I export proc freq to excel?The easiest way ...