Sas enterprise guide report builder

So if I wanted to create a PDF of this report is there anyway to do such a thing? Automatically that is, rather than manually going to the export button.

SAS Super FREQ Re: Enterprise Guide - Report Builder - Get Code Posted 10-03-2014 12:00 AM (1934 views) | In reply to wcp_fnfg

Did you look at the ODS LAYOUT paper? Without seeing what the final report looks like, it is nearly impossible to comment. Your report could be as simple as a single table and a single graph next to each other. Or, it could be more complicated. There's no way to know.

Depending on what you want to do, you will have to write code. It might be as simple as exporting your EG project code into a .SAS file and then manually inserting ODS LAYOUT statements in the right places. Or, you might need more ODS knowledge or you might need different report procedures. It is hard to comment without any idea of what, exactly, your final report looks like and what, exactly, your input data looks like and what, exactly your EG generated code looks like (that generates the objects that make up the final report). And since all of those things are a lot to post to the Forums, this might indicate that your needs might be better met by Tech Support, who can look at ALL your data, ALL your code, your FINAL report and help you with an approach.

But, first, you should look at some of the ODS LAYOUT examples to see whether that is even a road you want to go down.