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
Diamond | Level 26

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
Diamond | Level 26

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

Catch up on SAS Innovate 2026

Nearly 200 sessions are now available on demand with the SAS Innovate Digital Pass.

Explore 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
  • 2300 views
  • 1 like
  • 3 in conversation