BookmarkSubscribeRSS Feed
derekmor54
Obsidian | Level 7

Hi,

 

I'm wondering if there's an easy way to prevent the table_start() method from producing a bookmark in a PDF file. I have 2 table_start() methods in a data step, and I don't want the second one to produce a bookmark. ODS PDF NOTOC turns off the bookmarking feature completely., but I want one of my table_start() methods to create a bookmark, so this isn't a matter of removing the label from the second bookmark, it's suppressing the bookmark generation.

 

This is using SAS 9.4 M5 under 64-bit Linux. 

 

I wish we could do something like: obj.table_start(label: _void_);

 

The only other alternative I can think of would be to turn off bookmarks and manually create them with style directives. 

 

Thanks in advance!

Catch up on SAS Innovate 2026

Nearly 200 sessions are now available on demand in the Innovate Hub.

Watch 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
  • 0 replies
  • 1031 views
  • 0 likes
  • 1 in conversation