BookmarkSubscribeRSS Feed
deleted_user
Not applicable
I'm using this code (in SAS 9.1) to create a hyperlink to my table of contents:
ods pdf text="^S={&TOCfmt URL='#TOC'}Go to Table of Contents";
I attempted to put the hyperlink under a gplot.
However, the first page had the plot and the second page had this message:
"Continuing contents of page 24, which would not fit on a single physical page."
How can I fit both my gplot and the hyperlink on the same page?
I'm using ods pdf to create the output.
Thank you.
3 REPLIES 3
Cynthia_sas
Diamond | Level 26
Hi:
I do not believe that ODS ESCAPECHAR methods will work for SAS/GRAPH output, per this note:
http://support.sas.com/kb/24/304.html

You might wish to work with Tech Support on this issue to see whether there are any workaounds ... although, I do not know of any.

cynthia
sbb
Lapis Lazuli | Level 10 sbb
Lapis Lazuli | Level 10
Have you considered using a FOOTNOTE?

Scott Barry
SBBWorks, Inc.
deleted_user
Not applicable
This appears to work pretty well.
Thanks.

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

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
  • 3 replies
  • 1116 views
  • 0 likes
  • 3 in conversation