Hi:
What is your destination of interest?? For example, do you want a web page (ODS HTML)? Do you want a document that you can open in a word processor (ODS RTF)? Or, do you want a document that you can open with Adobe Acrobat Reader(ODS PDF)??? Or, do you want to create just an external image file???
The technique shown in the Tech Support note -- which uses PROC GREPLAY is just one way of producing 2 outputs side-by-side.
If you want ODS HTML output -- or an HTML file that can be opened in a browser, then either the GREPLAY technique or switching to the ODS HTMLPANEL destination is a possibility. ODS HTMLPANEL info here:
http://support.sas.com/rnd/base/ods/odsmarkup/htmlpanel.html
For RTF and/or PDF, the GREPLAY technique is also an option. In addition you could investigate the use of COLUMNS=2, as described in this paper and/or ODS LAYOUT:
http://www.wuss.org/proceedings09/09WUSSProceedings/papers/dpr/DPR-OConnor.pdf (COLUMNS= starts on page 6, ODS LAYOUT starts on page 11)
In addition, you will find many examples of using GREPLAY to place multiple graphs side-by-side at this web site (www.roblink.com/SAS/
😞
http://www.robslink.com/SAS/democd11/multi_info.htm (explicitly shows how to put multiple graphs on a single image)
And, almost all of these dashboard examples contain GREPLAY examples along with the ANNOTATE facility:
http://www.robslink.com/SAS/dashboards/aaaindex.htm
How you create your output depends on the ODS destination that you will use for the output. Also useful to know is your operating system, your version of SAS, and how you are creating the PIE charts (using SAS Enterprise Guide, using SAS Display Manager Windowing Environment, or via batch processing).
cynthia