BookmarkSubscribeRSS Feed
hiteshchauhan1
Obsidian | Level 7

i Have generated a report using proc compare in SAS and now i want to save that report in PDF format as an external file.

 

Can i do this using ODS in sas and if yes can anyone explain how?

 

Below is the PROC compare program:

 

proc compare base=test3 compare=test2 /*printall*/ /*nosummary*/;
title 'Comparing PROD and ADHOC for Conversion Policies';
run;

 

Thanks,

4 REPLIES 4
hiteshchauhan1
Obsidian | Level 7

Do i have the option to select the location where i want to save the PDF?

 

If yes, please tell how.

 

Thanks,

SAS Innovate 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 16. Read more here about why you should contribute and what is in it for you!

Submit your idea!

Mastering the WHERE Clause in PROC SQL

SAS' Charu Shankar shares her PROC SQL expertise by showing you how to master the WHERE clause using real winter weather data.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 4 replies
  • 662 views
  • 0 likes
  • 2 in conversation