BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
ShaheenRanalvi
Calcite | Level 5

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

1 ACCEPTED SOLUTION

Accepted Solutions
shivas
Pyrite | Level 9

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

View solution in original post

2 REPLIES 2
shivas
Pyrite | Level 9

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

ShaheenRanalvi
Calcite | Level 5

Thank you.Working beautifully nowSmiley Happy

hackathon24-white-horiz.png

2025 SAS Hackathon: There is still time!

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!

Register Now

How to Concatenate Values

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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 2 replies
  • 3492 views
  • 1 like
  • 2 in conversation