Hi
is there a method of aligning multiple proc report outputs on the same output page. I am using ods document to create my report and then outputting using ods pdf. To keep the procs on the same page i am using the start page = never option. When the report is created however the report procedures appear to be default to center aligned when i would like them to be left aligned on the page. I have tried using the nocenter option in proc report but this doesnt appear to have any effect.
thanks
Hi:
I believe that when you replay the ODS DOCUMENT output to ODS PDF, that ODS uses the current SYSTEM option setting (not the original PROC REPORT setting). So you might try:
options nocenter;
right before your PROC DOCUMENT step that does the replay.
cynthia
Hi:
I believe that when you replay the ODS DOCUMENT output to ODS PDF, that ODS uses the current SYSTEM option setting (not the original PROC REPORT setting). So you might try:
options nocenter;
right before your PROC DOCUMENT step that does the replay.
cynthia
Thank you so much.
SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!
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.
Ready to level-up your skills? Choose your own adventure.