Hi All,
I am working on a Diabetes dataset and i would like to present a good analysis of the same with .pdf files of pie charts and graphs.
Now i would also like to add some comments and notes on the same so that the Doctors are able to understand the analysis very quickly and easily.
Is there any way other than titles and footnotes.
Also,any other guidance regarding the analysis is also welcome.(What type/ comparison would be most useful for the Physicians analysed from the diabetes data.)
Many Thanks,
Shaheen Ranalvi
Hi,
You can try using ...ods text...
ods pdf file='F:\testing.pdf';
ods text="Analysis one Results";
proc print data=sashelp.class;
run;
ods text="Analysis output";
ods pdf close;
Thanks,
Shiva
Hi,
You can try using ...ods text...
ods pdf file='F:\testing.pdf';
ods text="Analysis one Results";
proc print data=sashelp.class;
run;
ods text="Analysis output";
ods pdf close;
Thanks,
Shiva
Thank you.Working beautifully now
Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!
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.