<?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: PROC REPORT:  Customizing PDF Bookmarks in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/PROC-REPORT-Customizing-PDF-Bookmarks/m-p/55014#M6749</link>
    <description>Hi:&lt;BR /&gt;
  Also note that CONTENTS= on the break statement is a new feature for SAS 9.2. In SAS 9.1.3, you get this error message if you use it on the BREAK statement:&lt;BR /&gt;
[pre]&lt;BR /&gt;
5977    break before count / contents="Third Node" page;&lt;BR /&gt;
                             ---------&lt;BR /&gt;
                             22      200&lt;BR /&gt;
ERROR 22-322: Syntax error, expecting one of the following: ;, BOX, COLOR, DOL,&lt;BR /&gt;
              DUL, OL, PAGE, SKIP, STYLE, SUMMARIZE, SUPPRESS, UL.&lt;BR /&gt;
ERROR 200-322: The symbol is not recognized and will be ignored.&lt;BR /&gt;
           &lt;BR /&gt;
[/pre]&lt;BR /&gt;
 &lt;BR /&gt;
cynthia</description>
    <pubDate>Thu, 16 Oct 2008 21:40:24 GMT</pubDate>
    <dc:creator>Cynthia_sas</dc:creator>
    <dc:date>2008-10-16T21:40:24Z</dc:date>
    <item>
      <title>PROC REPORT:  Customizing PDF Bookmarks</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/PROC-REPORT-Customizing-PDF-Bookmarks/m-p/55012#M6747</link>
      <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
The code below generates 3-level bookmarks.  The ODS PROCLABEL statement customizes level 1, and the PROC REPORT statement option CONTENTS customizes level 2.  The 3rd level is the range of columns (column names) displayed by that part of the table.&lt;BR /&gt;
&lt;BR /&gt;
Can the bookmark's 3rd level be customized  (other than by manipulating column names)?  If not, is there a way to not create  the 3rd level?&lt;BR /&gt;
&lt;BR /&gt;
Thanks,&lt;BR /&gt;
Randy&lt;BR /&gt;
&lt;BR /&gt;
ods listing close;&lt;BR /&gt;
ods pdf file='c:\temp\test.pdf' pdftoc=1;&lt;BR /&gt;
ods proclabel "Sashelp";&lt;BR /&gt;
proc report data=sashelp.class nowindows contents="Class";&lt;BR /&gt;
   column name age sex height weight;&lt;BR /&gt;
   define name /  id;&lt;BR /&gt;
   define age / display;&lt;BR /&gt;
   define sex / display;&lt;BR /&gt;
   define height / display page;&lt;BR /&gt;
   define weight / display;&lt;BR /&gt;
run;</description>
      <pubDate>Thu, 16 Oct 2008 20:01:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/PROC-REPORT-Customizing-PDF-Bookmarks/m-p/55012#M6747</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2008-10-16T20:01:21Z</dc:date>
    </item>
    <item>
      <title>Re: PROC REPORT:  Customizing PDF Bookmarks</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/PROC-REPORT-Customizing-PDF-Bookmarks/m-p/55013#M6748</link>
      <description>Randy,&lt;BR /&gt;
&lt;BR /&gt;
This Technical Support note should answer your question.&lt;BR /&gt;
&lt;BR /&gt;
Scott&lt;BR /&gt;
&lt;BR /&gt;
 &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;</description>
      <pubDate>Thu, 16 Oct 2008 20:27:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/PROC-REPORT-Customizing-PDF-Bookmarks/m-p/55013#M6748</guid>
      <dc:creator>ScottH_SAS</dc:creator>
      <dc:date>2008-10-16T20:27:55Z</dc:date>
    </item>
    <item>
      <title>Re: PROC REPORT:  Customizing PDF Bookmarks</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/PROC-REPORT-Customizing-PDF-Bookmarks/m-p/55014#M6749</link>
      <description>Hi:&lt;BR /&gt;
  Also note that CONTENTS= on the break statement is a new feature for SAS 9.2. In SAS 9.1.3, you get this error message if you use it on the BREAK statement:&lt;BR /&gt;
[pre]&lt;BR /&gt;
5977    break before count / contents="Third Node" page;&lt;BR /&gt;
                             ---------&lt;BR /&gt;
                             22      200&lt;BR /&gt;
ERROR 22-322: Syntax error, expecting one of the following: ;, BOX, COLOR, DOL,&lt;BR /&gt;
              DUL, OL, PAGE, SKIP, STYLE, SUMMARIZE, SUPPRESS, UL.&lt;BR /&gt;
ERROR 200-322: The symbol is not recognized and will be ignored.&lt;BR /&gt;
           &lt;BR /&gt;
[/pre]&lt;BR /&gt;
 &lt;BR /&gt;
cynthia</description>
      <pubDate>Thu, 16 Oct 2008 21:40:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/PROC-REPORT-Customizing-PDF-Bookmarks/m-p/55014#M6749</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2008-10-16T21:40:24Z</dc:date>
    </item>
  </channel>
</rss>

