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,