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

I'm producing tables using ods pdf.

I would like to have one footnote in the left-hand corner, one in the center of the page, and one in the right-hand corner.

Does anyone know how to create these three footnotes all on the same line?

Thank you.

1 ACCEPTED SOLUTION

Accepted Solutions
Cynthia_sas
SAS Super FREQ

Hi,

  You can put 3 text strings into 1 footnote:

Footnote j=l 'left' j=c 'center' j=r 'right';

And most destinations will put the 3 strings on 1 footnote line.

Cynthia

View solution in original post

2 REPLIES 2
art297
Opal | Level 21

One option is to use a macro to create the footnote.  Take a look at: http://www.sascommunity.org/wiki/Macro_TextLine

Cynthia_sas
SAS Super FREQ

Hi,

  You can put 3 text strings into 1 footnote:

Footnote j=l 'left' j=c 'center' j=r 'right';

And most destinations will put the 3 strings on 1 footnote line.

Cynthia

SAS Innovate 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 16. Read more here about why you should contribute and what is in it for you!

Submit your idea!

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.

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
  • 2 replies
  • 1197 views
  • 1 like
  • 3 in conversation