<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Does sas ODS have any issues with these options together? in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Does-sas-ODS-have-any-issues-with-these-options-together/m-p/983636#M26966</link>
    <description>&lt;P&gt;The NOBOOKMARKGEN option on the ODS PDF statement will suppress the Bookmarks. Is that what you are talking about?&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods listing close;
ods pdf file='c:\temp\test.pdf' nobookmarkgen;

proc print data=sashelp.class;
run;

ods pdf close;
ods listing;&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Tue, 17 Feb 2026 20:12:02 GMT</pubDate>
    <dc:creator>Kathryn_SAS</dc:creator>
    <dc:date>2026-02-17T20:12:02Z</dc:date>
    <item>
      <title>Does sas ODS have any issues with these options together?</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Does-sas-ODS-have-any-issues-with-these-options-together/m-p/983312#M26961</link>
      <description>&lt;DIV&gt;I am working with version&amp;nbsp;SAS Software 9.4 (TS1M8)&amp;nbsp; (Linux server)&lt;BR /&gt;&lt;BR /&gt;Does SAS ODS have any issues with these options together?&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;ods pdf file="my_file_name" &lt;STRONG&gt;style&lt;/STRONG&gt;=Custom &lt;STRONG&gt;startpage&lt;/STRONG&gt;=No &lt;STRONG&gt;pdftoc&lt;/STRONG&gt;=&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;uniform;&lt;/DIV&gt;&lt;DIV&gt;%&lt;STRONG&gt;&lt;I&gt;call_procedures&lt;/I&gt;&lt;/STRONG&gt;(in_path=/&amp;amp;root_dir/my_program/job_submission) /* my custom macro */&lt;/DIV&gt;&lt;DIV&gt;ods pdf close;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I know I have not shared all the code and have not given any sample data, as is the norm.&amp;nbsp; But what I am asking: does anyone know if these&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;options&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;have any inconsistencies to work together at the same runtime.&amp;nbsp; My issue is for a large or small PDF report that has all the data I want to produced 100% correctly on output lines per table. The bookmarks do not point to the first page per table in many of my tables. I have almost 30 tables in this pdf file, for small or large entities, there can be hundreds/thousands of pages per table, and the bookmarks not working is a pain for my customers. The odd thing is some tables the bookmarks are fine and others no.&amp;nbsp; I do not see a pattern, but I am still looking for it...&lt;BR /&gt;&lt;BR /&gt;I am just hoping to eliminate an easy question.&lt;/DIV&gt;</description>
      <pubDate>Wed, 11 Feb 2026 04:04:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Does-sas-ODS-have-any-issues-with-these-options-together/m-p/983312#M26961</guid>
      <dc:creator>kjohnson76</dc:creator>
      <dc:date>2026-02-11T04:04:59Z</dc:date>
    </item>
    <item>
      <title>Re: Does sas ODS have any issues with these options together?</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Does-sas-ODS-have-any-issues-with-these-options-together/m-p/983313#M26962</link>
      <description>PS The current logs have no warnings or errors when this process runs.</description>
      <pubDate>Wed, 11 Feb 2026 04:08:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Does-sas-ODS-have-any-issues-with-these-options-together/m-p/983313#M26962</guid>
      <dc:creator>kjohnson76</dc:creator>
      <dc:date>2026-02-11T04:08:24Z</dc:date>
    </item>
    <item>
      <title>Re: Does sas ODS have any issues with these options together?</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Does-sas-ODS-have-any-issues-with-these-options-together/m-p/983330#M26963</link>
      <description>&lt;P&gt;If you remove the STARTPAGE=NO option, do the bookmarks work as expected? I would think that turning off page breaks may impact the linking. It may also depend on if you are creating tables or graphs or adding images or a combination of all.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also we don't know what your Custom style is doing. You can try to simplify the problem by first commenting that out. Do you still replicate the problem? If so, it is not the style. Then try commenting out STARTPAGE. Then, if you don't replicate the problem, then it could be related to the interaction with page breaks.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;That being said, there are known issues with PDF bookmarks, so I would suggest opening a Case with &lt;A href="https://support.sas.com/en/technical-support.html" target="_self"&gt;Technical Support&lt;/A&gt; and send a small example with code and output that replicates the problem for them to investigate further.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Feb 2026 12:28:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Does-sas-ODS-have-any-issues-with-these-options-together/m-p/983330#M26963</guid>
      <dc:creator>Kathryn_SAS</dc:creator>
      <dc:date>2026-02-11T12:28:16Z</dc:date>
    </item>
    <item>
      <title>Re: Does sas ODS have any issues with these options together?</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Does-sas-ODS-have-any-issues-with-these-options-together/m-p/983634#M26964</link>
      <description>&lt;P&gt;'If you remove the STARTPAGE=NO option, do the bookmarks work as expected?"&lt;BR /&gt;&lt;STRONG&gt;No change, I am creating tables only; we have no graphs and no images at all in this given report.&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;"Also we don't know what your Custom style is doing. You can try to simplify the problem by first commenting that out. Do you still replicate the problem?" &lt;STRONG&gt;Yes, the problem persists.&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;"Then try commenting out STARTPAGE. Then, if you don't replicate the problem, then it could be related to the interaction with page breaks." &lt;STRONG&gt;Yes, I still get the issue with Startpage removed.&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;When I turn on the TOC, the issue goes away in many configurations, including with "all my other options turned on" -it works. I am not sure, but am checking with customers to see if having the TOC turned on is acceptable. I am hoping they will but have no idea...&amp;nbsp; &amp;nbsp;It does, of course, add a few leading pages to the document.&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;"That being said, there are known issues with PDF bookmarks, so I would suggest opening a Case with&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://support.sas.com/en/technical-support.html" target="_self" rel="nofollow noopener noreferrer"&gt;Technical Support&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;and send a small example with code and output that replicates the problem for them to investigate further."&lt;BR /&gt;&lt;U&gt;I will share this with my other staff to see what they say.&amp;nbsp; Thank you for the assistance.&lt;/U&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Feb 2026 19:58:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Does-sas-ODS-have-any-issues-with-these-options-together/m-p/983634#M26964</guid>
      <dc:creator>kjohnson76</dc:creator>
      <dc:date>2026-02-17T19:58:42Z</dc:date>
    </item>
    <item>
      <title>Re: Does sas ODS have any issues with these options together?</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Does-sas-ODS-have-any-issues-with-these-options-together/m-p/983635#M26965</link>
      <description>I see there is a hide feature, can that be done with PDF TOC? I did not see that as an option in the webpages for it, but it's available for the bookmarks. hehe</description>
      <pubDate>Tue, 17 Feb 2026 20:04:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Does-sas-ODS-have-any-issues-with-these-options-together/m-p/983635#M26965</guid>
      <dc:creator>kjohnson76</dc:creator>
      <dc:date>2026-02-17T20:04:49Z</dc:date>
    </item>
    <item>
      <title>Re: Does sas ODS have any issues with these options together?</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Does-sas-ODS-have-any-issues-with-these-options-together/m-p/983636#M26966</link>
      <description>&lt;P&gt;The NOBOOKMARKGEN option on the ODS PDF statement will suppress the Bookmarks. Is that what you are talking about?&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods listing close;
ods pdf file='c:\temp\test.pdf' nobookmarkgen;

proc print data=sashelp.class;
run;

ods pdf close;
ods listing;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 17 Feb 2026 20:12:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Does-sas-ODS-have-any-issues-with-these-options-together/m-p/983636#M26966</guid>
      <dc:creator>Kathryn_SAS</dc:creator>
      <dc:date>2026-02-17T20:12:02Z</dc:date>
    </item>
    <item>
      <title>Re: Does sas ODS have any issues with these options together?</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Does-sas-ODS-have-any-issues-with-these-options-together/m-p/983637#M26967</link>
      <description>&lt;P&gt;...no I was joking. It does not really make sense to create the TOC but not display it, but that is a feature for bookmarks to hide them (you can activate them from within the output file). If I could create the TOC and hide it, I would not have this issue; my report would be 100% what my users expect.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Feb 2026 20:19:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Does-sas-ODS-have-any-issues-with-these-options-together/m-p/983637#M26967</guid>
      <dc:creator>kjohnson76</dc:creator>
      <dc:date>2026-02-17T20:19:21Z</dc:date>
    </item>
    <item>
      <title>Re: Does sas ODS have any issues with these options together?</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Does-sas-ODS-have-any-issues-with-these-options-together/m-p/983676#M26968</link>
      <description>&lt;P&gt;There is also the BOOKMARKLIST=HIDE option on the ODS PDF statement. I would suggest that you check out all the Bookmark and Contents options documented here:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://documentation.sas.com/?cdcId=pgmsascdc&amp;amp;cdcVersion=9.4_3.2&amp;amp;docsetId=uprint&amp;amp;docsetTarget=n0mc4eolqoned0n16oy88mpj0e4g.htm" target="_self"&gt;ODS PDF Statement&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Feb 2026 11:54:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Does-sas-ODS-have-any-issues-with-these-options-together/m-p/983676#M26968</guid>
      <dc:creator>Kathryn_SAS</dc:creator>
      <dc:date>2026-02-18T11:54:01Z</dc:date>
    </item>
    <item>
      <title>Re: Does sas ODS have any issues with these options together?</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Does-sas-ODS-have-any-issues-with-these-options-together/m-p/983679#M26969</link>
      <description>&lt;P&gt;"&lt;SPAN&gt;There is also the BOOKMARKLIST=HIDE option on the ODS PDF statement. I would suggest that you check out all the Bookmark and Contents options documented here:&lt;/SPAN&gt;"&amp;nbsp;&lt;BR /&gt;&lt;STRONG&gt;I am sorry my joke must have run flat.&amp;nbsp;&lt;BR /&gt;I know and understand the hide bookmarks option. It does not help me. The bookmarks are desired 'on' + 'displayed', but they have to work correctly. The only combination I have found that fixes the bookmarks for me is when the TOC is also 'on'.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Thus, the joke is about hiding the TOC and having the bookmarks work while hiding the undesired TOC.&amp;nbsp; &amp;nbsp;There is no TOC hide option...&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Feb 2026 12:37:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Does-sas-ODS-have-any-issues-with-these-options-together/m-p/983679#M26969</guid>
      <dc:creator>kjohnson76</dc:creator>
      <dc:date>2026-02-18T12:37:49Z</dc:date>
    </item>
    <item>
      <title>Re: Does sas ODS have any issues with these options together?</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Does-sas-ODS-have-any-issues-with-these-options-together/m-p/983761#M26970</link>
      <description>&lt;P&gt;Right now I have no idea how to debug your issue since I cannot recreate it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can your create a program using available datasets, like those in SASHELP library? Or dataset(s) you can create using simple data steps.&amp;nbsp; That makes incorrect bookmarks in the PSF file?&lt;/P&gt;</description>
      <pubDate>Thu, 19 Feb 2026 20:36:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Does-sas-ODS-have-any-issues-with-these-options-together/m-p/983761#M26970</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2026-02-19T20:36:27Z</dc:date>
    </item>
  </channel>
</rss>

