Hi
I have a decison tree from proc tree . I need to print it on very big paper say paper length 100cm . i.e paper size biger than A0. I have output in pdf but it prints really bad on that size of paper and texts are not readable . Apprantly I can not print image using the printer but any help in this regard is good.
Also I do not want to spilt output in multiple pages becaus then i will have to glue them .
Any one know any method generate graphs so that quality does not go down on bigger paper ?
Have you tried setting the ODS Graphics options to a larger height and width?
I would try
ODS Graphics / width=XXXcm height=YYYcm;
where XXX and YYY are the number of centimeters you want the IMAGE to display as, not the paper.
Registration is open! SAS is returning to Vegas for an AI and analytics experience like no other! Whether you're an executive, manager, end user or SAS partner, SAS Innovate is designed for everyone on your team. Register for just $495 by 12/31/2023.
If you are interested in speaking, there is still time to submit a session idea. More details are posted on the website.
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.