ods listing close;
Ods pdf file "C:\download\abc.pdf";
Proc print data=sashelp.class;
run;
ods _all_ close;
my code is running fine but when I am ruuning this code it open the PDF 'abc' autmatically .
I do not want PDF to be open automatically .How can i acheive that
That was typo mistake it still open PDF automatically
Check the options of the client you are using. Enterprise Guide and SAS Studio have options to prevent the opening of generated results. Unfortunately this option is active or not for all results.
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!
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.
Ready to level-up your skills? Choose your own adventure.