BookmarkSubscribeRSS Feed
ucvikas
Obsidian | Level 7

I have 2 graph output from proc gchart and one output from proc report I want to place them on single PDF file . to achieve this I can control the position the graphs generated by proc gchart using horigin and vorigin in combination with hsize and vsize ; but i am not able to control the position of table from proc report to place all 3 on single page. Can any one suggest how can i do this ?

3 REPLIES 3
DanH_sas
SAS Super FREQ

What version of SAS do you have?

ucvikas
Obsidian | Level 7

I have SAS 9.2 .

GraphGuy
Meteorite | Level 14

Once you upgrade to SAS 9.4, you might be able to use ODS Layout to programmatically place your graphs and tables on the page in the layout you want. This functionality is so new, I have only used it 1 time, and that was to slightly modify an example that was in the doc, and create this version:

http://robslink.com/SAS/democd64/ods_layout.pdf

Here's some info aobut the example, and a link to the SAS code I used:

http://robslink.com/SAS/democd64/ods_layout_info.htm

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

How to Concatenate Values

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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 3 replies
  • 1438 views
  • 0 likes
  • 3 in conversation