<?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 Questions Table of Contents in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Questions-Table-of-Contents/m-p/61286#M7308</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I wrote to the German Tech Support. &lt;/P&gt;&lt;P&gt;They said that the DATA STEP is still a Pre-Production and therefore they can't send the Question to Cary to ask.&lt;/P&gt;&lt;P&gt;So at the moment it's not possible to change the TOC the way i like to.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 16 Sep 2011 06:12:52 GMT</pubDate>
    <dc:creator>nala030</dc:creator>
    <dc:date>2011-09-16T06:12:52Z</dc:date>
    <item>
      <title>Questions Table of Contents</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Questions-Table-of-Contents/m-p/61284#M7306</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I created a report using DATA_NULL_ Steps. The output is a PDF file.&lt;/P&gt;&lt;P&gt;Then I wantto insert an outomatic contstructed table of contents (ods pdf content=yes).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The constructionof the Report is &lt;A href="http://de.pons.eu/englisch-deutsch/in"&gt;&lt;SPAN lang="EN-GB" style="color: windowtext;"&gt;in&lt;/SPAN&gt;&lt;/A&gt; like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA _NULL_&lt;/P&gt;&lt;P&gt;Dcl odsout obj();&lt;/P&gt;&lt;P&gt;Ods proclabel“heading1”;&lt;/P&gt;&lt;P&gt;Obj.format_text(data:”heading1”);&lt;/P&gt;&lt;P&gt;Obj.format_text(data:”alittle bit of text”);&lt;/P&gt;&lt;P&gt;Obj.table_start(name:”heading1”);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Obj.row_start();&lt;/P&gt;&lt;P&gt;Obj.format.cell(data:“note1“);&lt;/P&gt;&lt;P&gt;Obj.format.cell(data:note2”);&lt;/P&gt;&lt;P&gt;Obj.row_end();&lt;/P&gt;&lt;P&gt;Obj.table_end();&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This constructionrepeats a couple of times&lt;/P&gt;&lt;P&gt;When youexecute the program a table of contents is printed on the first page of the pdffile.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This lookslike this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table ofContent&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Überschrift…………1&lt;/P&gt;&lt;P&gt;DATA _NULL_........1&lt;/P&gt;&lt;P&gt;DATA _NULL_........1&lt;/P&gt;&lt;P&gt;DATA _NULL_........1&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can Iinsert the TOC on page 2 of the document? I want to have a title page at thebeginning so the TOC should be placed after the title page.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can Idelete or supress the output of the subheadings in the TOC &lt;/P&gt;&lt;P&gt;(the DATA _NULL_text)?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Sep 2011 07:26:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Questions-Table-of-Contents/m-p/61284#M7306</guid>
      <dc:creator>nala030</dc:creator>
      <dc:date>2011-09-07T07:26:49Z</dc:date>
    </item>
    <item>
      <title>Questions Table of Contents</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Questions-Table-of-Contents/m-p/61285#M7307</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; I am not sure that anything can appear before the TOC page with ODS PDF. But since you are using the DATA step object syntax, you might want to work with Tech Support on this question. I thought the object syntax was still pre-production, so there might not be a way to do what you want with the TOC. If there is a way to change the node information, Tech Support can help you with figuring that out.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;Cynthia&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Sep 2011 12:16:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Questions-Table-of-Contents/m-p/61285#M7307</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2011-09-08T12:16:41Z</dc:date>
    </item>
    <item>
      <title>Questions Table of Contents</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Questions-Table-of-Contents/m-p/61286#M7308</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I wrote to the German Tech Support. &lt;/P&gt;&lt;P&gt;They said that the DATA STEP is still a Pre-Production and therefore they can't send the Question to Cary to ask.&lt;/P&gt;&lt;P&gt;So at the moment it's not possible to change the TOC the way i like to.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Sep 2011 06:12:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Questions-Table-of-Contents/m-p/61286#M7308</guid>
      <dc:creator>nala030</dc:creator>
      <dc:date>2011-09-16T06:12:52Z</dc:date>
    </item>
  </channel>
</rss>

