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

Hello

I'm using SAS 9.3 and generally use E.Guide 5.1

 

I'm creating PDF reports using ODS PDF and I'm now attempting to add some order to the table of contents. Some of my reports can be very large so the end user needs a decent table of contents to jump to their relevant section.

 

I can create single node contents using PROC PRINT but when I use PROC REPORT it creates an additional node with the text "Table 1".   You can see this in the code attached where I was aiming to collapse the TOC to 1 node also use CONTENTS="" to eliminate the second node.   

  • How do I get rid of the "Table 1" node created by Proc Report?
  • When it's generated in the third node position, how do I edit it?

 

The paper I've been referencing is http://support.sas.com/resources/papers/proceedings11/252-2011.pdf.

PS - for base SAS you need to add NOWD to the proc report and disable the HTML from Tools/Options/Preferences/Results

1 ACCEPTED SOLUTION

Accepted Solutions
Cynthia_sas
SAS Super FREQ
Hi: This Tech Support note has a full code tab with a way to get rid of the extra TABLE 1 node that is created. http://support.sas.com/kb/31/278.html
cynthia

View solution in original post

3 REPLIES 3
Cynthia_sas
SAS Super FREQ
Hi: This Tech Support note has a full code tab with a way to get rid of the extra TABLE 1 node that is created. http://support.sas.com/kb/31/278.html
cynthia
RB1Kenobi
Quartz | Level 8

That's great thanks, i've got it working now.

My next challenge is tackling nodes on various charts if you're able to recommend any papers please?

Cynthia_sas
SAS Super FREQ
Hi:
I don't think there are a lot of papers. The ODS DOCUMENT documentation or working with Tech Support is your best bet and it makes a difference, I think whether you are using SAS/GRAPH or ODS GRAPHICS.

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!

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