BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
Dvg
Calcite | Level 5 Dvg
Calcite | Level 5

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

1 ACCEPTED SOLUTION

Accepted Solutions
Cynthia_sas
Diamond | Level 26

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

View solution in original post

2 REPLIES 2
Cynthia_sas
Diamond | Level 26

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

Dvg
Calcite | Level 5 Dvg
Calcite | Level 5

Thank you so much.

hackathon24-white-horiz.png

2025 SAS Hackathon: There is still time!

Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!

Register Now

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
  • 2 replies
  • 1523 views
  • 0 likes
  • 2 in conversation