Hello,
When I produce 2 graphs in SAS EG (4.1) in the default HTML viewer, the graphs appear on 2 pages. When I print a hard copy of the output that is also on 2 pages. Is there an option to get both the graphs on the same page?
I do not intend to use pdf or rtf output.
Thanks.
VD
Yes. You can switch to using SAS Report instead of HTML. SAS Report is available in SAS 9.1 and EG 4.1 - it's the default format for EG 4.2 and later.
Then you can use File->New->Report to combine your two graphs into a single output report, which is suitable for printing.
Here's are some blog posts with examples:
SAS alchemy: turn your SAS Report into PDF gold - The SAS Dummy
SAS Report: You're soaking in it - The SAS Dummy
Chris
Thanks Chris.
I need to somehow give the options programmatically (instead of the File->New->Report step) as I want to output a number of reports iteratively.
Could this be done without using ODS or would it be better to use ODS HTML?
VD
In SAS 9.1/EG 4.1, you can use ODS HTMLPANEL to achieve this. See my example here:
My new executive dashboard - The SAS Dummy
ODS LAYOUT is another option, but I think that you really need at least SAS 9.2 for this to work reliably.
Chris
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
Check out this tutorial series to learn how to build your own steps in SAS Studio.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.