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-wordmark-2025-midnight.png

Register Today!

Join us for SAS Innovate 2025, our biggest and most exciting global event of the year, in Orlando, FL, from May 6-9. Sign up by March 14 for just $795.


Register now!

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
  • 990 views
  • 0 likes
  • 2 in conversation