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,

Ready to join fellow brilliant minds for the SAS Hackathon?

Build your skills. Make connections. Enjoy creative freedom. Maybe change the world. Registration is now open through August 30th. Visit the SAS Hackathon homepage.

Register today!
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
  • 582 views
  • 0 likes
  • 2 in conversation