Hello expert,
i have tried to create a report using ods excel for example using the simple fake code below:
ODS EXCEL file='C:\A.XLSX';
DATA A;
A=1;
RUN;
proc report data=a;
run;
ODS EXCEL CLOSE;
the question is when I open the excel in SAS EG under the result tab, I was openning a ODS graphic editor rather than excel???
Nearly 200 sessions are now available on demand with the SAS Innovate Digital Pass.
Explore Now →Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.