<?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: Removing first level node in ODS PDF in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Removing-first-level-node-in-ODS-PDF/m-p/498725#M21771</link>
    <description>&lt;P&gt;Hi:&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Try ODS PROCLABEL with " " (quote-space-quote) -- I believe that if you do just "" (quote-quote) with no space, that you get the default title of "The Report Procedure".&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; You may then find that you get an extra "Table 1" node in the TOC to get rid of that, see this Tech Support note: &lt;A href="http://support.sas.com/kb/31/278.html" target="_blank"&gt;http://support.sas.com/kb/31/278.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cynthia&lt;/P&gt;</description>
    <pubDate>Tue, 25 Sep 2018 13:30:48 GMT</pubDate>
    <dc:creator>Cynthia_sas</dc:creator>
    <dc:date>2018-09-25T13:30:48Z</dc:date>
    <item>
      <title>Removing first level node in ODS PDF</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Removing-first-level-node-in-ODS-PDF/m-p/498558#M21759</link>
      <description>&lt;P&gt;I am using ODS PDF and LAYOUT to print multiple tables on the same page of output using proc report. I have tried searching for this but does anyone know if it's possible to retain the first-level PDF bookmark node for my first proc report, but then suppress a bookmark from being generated for subsequent proc reports? Currently a bookmark is being generated for every single proc report even though the tables are output to the same page. I am using 9.4 MM4.&lt;/P&gt;</description>
      <pubDate>Mon, 24 Sep 2018 19:53:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Removing-first-level-node-in-ODS-PDF/m-p/498558#M21759</guid>
      <dc:creator>lbarwick</dc:creator>
      <dc:date>2018-09-24T19:53:22Z</dc:date>
    </item>
    <item>
      <title>Re: Removing first level node in ODS PDF</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Removing-first-level-node-in-ODS-PDF/m-p/498562#M21761</link>
      <description>Hi:&lt;BR /&gt;  Look at ODS PROCLABEL and at the CONTENTS= option for PROC REPORT. Those are the 2 primary ways to control the nodes in the TOC.&lt;BR /&gt;Cynthia</description>
      <pubDate>Mon, 24 Sep 2018 19:56:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Removing-first-level-node-in-ODS-PDF/m-p/498562#M21761</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2018-09-24T19:56:12Z</dc:date>
    </item>
    <item>
      <title>Re: Removing first level node in ODS PDF</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Removing-first-level-node-in-ODS-PDF/m-p/498678#M21769</link>
      <description>&lt;P&gt;Before the first proc report I have specified my desired bookmark title via ods proclabel. Within the first proc report I have specified contents="" to suppress secondary-level nodes. For subsequent proc reports, prior to proc I have specified ods proclabel="" to try and suppress the first-level node, and within the proc report again specify contents="" to suppress secondary level nodes but I am still getting The Report Procedure as the primary node.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Sep 2018 09:12:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Removing-first-level-node-in-ODS-PDF/m-p/498678#M21769</guid>
      <dc:creator>lbarwick</dc:creator>
      <dc:date>2018-09-25T09:12:52Z</dc:date>
    </item>
    <item>
      <title>Re: Removing first level node in ODS PDF</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Removing-first-level-node-in-ODS-PDF/m-p/498725#M21771</link>
      <description>&lt;P&gt;Hi:&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Try ODS PROCLABEL with " " (quote-space-quote) -- I believe that if you do just "" (quote-quote) with no space, that you get the default title of "The Report Procedure".&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; You may then find that you get an extra "Table 1" node in the TOC to get rid of that, see this Tech Support note: &lt;A href="http://support.sas.com/kb/31/278.html" target="_blank"&gt;http://support.sas.com/kb/31/278.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cynthia&lt;/P&gt;</description>
      <pubDate>Tue, 25 Sep 2018 13:30:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Removing-first-level-node-in-ODS-PDF/m-p/498725#M21771</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2018-09-25T13:30:48Z</dc:date>
    </item>
    <item>
      <title>Re: Removing first level node in ODS PDF</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Removing-first-level-node-in-ODS-PDF/m-p/498732#M21772</link>
      <description>&lt;P&gt;Thanks Cynthia - I was able to use the break&amp;nbsp;statement to remove the&amp;nbsp;third level node, and did as you suggested with the proclabel=" ". The label is no longer appearing, but the first node for the subsequent proc reports still shows up, just blank (due to " "):&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 200px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/23505i4FB3D9FF752A5629/image-size/small?v=v2&amp;amp;px=200" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Any thoughts?&lt;/P&gt;</description>
      <pubDate>Tue, 25 Sep 2018 13:43:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Removing-first-level-node-in-ODS-PDF/m-p/498732#M21772</guid>
      <dc:creator>lbarwick</dc:creator>
      <dc:date>2018-09-25T13:43:41Z</dc:date>
    </item>
    <item>
      <title>Re: Removing first level node in ODS PDF</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Removing-first-level-node-in-ODS-PDF/m-p/498735#M21773</link>
      <description>Hi:&lt;BR /&gt;  I think you are only removing the label with ods proclabel, not suppressing the bookmark.&lt;BR /&gt;&lt;BR /&gt;  The only way I know to truly control the TOC the way you want is to write all the objects out to a document store and use ODS DOCUMENT/PROC DOCUMENT to restructure the TOC and make the folder structure you want. Then replay the new document to PDF. It is going to be a learning curve. The basics are outlined in this paper -- which shows the restructuring using ODS DOCUMENT/PROC DOCUMENT: &lt;A href="https://support.sas.com/resources/papers/sgf09/318-2009.pdf" target="_blank"&gt;https://support.sas.com/resources/papers/sgf09/318-2009.pdf&lt;/A&gt; &lt;BR /&gt;&lt;BR /&gt;Compare the TOC in Figure 3 with the rearranged and replayed TOC in Figure 21.&lt;BR /&gt;&lt;BR /&gt;Cynthia</description>
      <pubDate>Tue, 25 Sep 2018 13:54:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Removing-first-level-node-in-ODS-PDF/m-p/498735#M21773</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2018-09-25T13:54:34Z</dc:date>
    </item>
    <item>
      <title>Re: Removing first level node in ODS PDF</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Removing-first-level-node-in-ODS-PDF/m-p/498739#M21774</link>
      <description>&lt;P&gt;Yea I thought that'd be your answer after doing a lot of research, was just hoping there was an easier way. I've fooled around with the document store and couldn't quite get it to work right. I am using ODS LAYOUT to a PDF destination and when I tried the document store, the output was very jumbled compared to straight output to PDF. I'll explore some more. Thanks Cynthia.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Sep 2018 14:06:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Removing-first-level-node-in-ODS-PDF/m-p/498739#M21774</guid>
      <dc:creator>lbarwick</dc:creator>
      <dc:date>2018-09-25T14:06:07Z</dc:date>
    </item>
  </channel>
</rss>

