BookmarkSubscribeRSS Feed
Jackie_Stanbank
Calcite | Level 5
i am writing a proc report into ods and want my titles and footnotes to be on the left hand side.

what syntax can i use?
3 REPLIES 3
Tim_SAS
Barite | Level 11
Check out the JUSTIFY= option on the TITLE and FOOTNOTE statements.
ballardw
Super User
If you want all of the output to align on the left margin you can also use
OPTION NOCENTER:
Cynthia_sas
SAS Super FREQ
And, to build on Tim's suggestion, you can apply justification to multiple strings in the same title or footnote statement like this:
[pre]
title j=l 'Left String' j=c 'Center String' j=r 'Right String';
footnote j=l "Created on: &sysdate" j=r "Draft Version";
[/pre]

Most of the major ODS destinations (RTF, PDF and HTML) will respect the multiple justifications.

cynthia

sas-innovate-2024.png

Join us for SAS Innovate April 16-19 at the Aria in Las Vegas. Bring the team and save big with our group pricing for a limited time only.

Pre-conference courses and tutorials are filling up fast and are always a sellout. Register today to reserve your seat.

 

Register now!

What is Bayesian Analysis?

Learn the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.

Find more tutorials on the SAS Users YouTube channel.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 3 replies
  • 1278 views
  • 0 likes
  • 4 in conversation