<?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: Table of Contents in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Table-of-Contents/m-p/66371#M2274</link>
    <description>Hi:&lt;BR /&gt;
  You have to open the FRAME= file in order to see the CONTENTS= and the FILE= output in the same HTML FRAMESET page. Are you saying that when you open the FRAME= file, you only see the FREQ and MEANS output??? Or are you saying that when you open the FILE= file, you only see the FREQ and MEANS output????&lt;BR /&gt;
&lt;BR /&gt;
  What do you see when you go to IE and open the HTML_FRAME.html file????&lt;BR /&gt;
 &lt;BR /&gt;
  You can open the CONTENTS= file separately, and you will ONLY see the CONTENTS. It is the FRAME= file that contains the HTML FRAMESET tags that defines how all 3 files should be used together. (In the SAS Results Window, you do not automatically open the FRAME= file -- you have to find that file and open it in order to see the whole frame navigation structure.)&lt;BR /&gt;
 &lt;BR /&gt;
  Also, I'm not clear on why you posted this question in the SAS/GRAPH and ODS Graphics forum -- there doesn't seem to be any graphic output generated in your program. (If you were using SAS/GRAPH, then you might need to also use PATH= and/or GPATH= options -- but that doesn't seem to be an issue in your case.)&lt;BR /&gt;
           &lt;BR /&gt;
  cynthia</description>
    <pubDate>Thu, 27 Jan 2011 18:13:25 GMT</pubDate>
    <dc:creator>Cynthia_sas</dc:creator>
    <dc:date>2011-01-27T18:13:25Z</dc:date>
    <item>
      <title>Table of Contents</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Table-of-Contents/m-p/66370#M2273</link>
      <description>Hello, I have been told by including the Contents option it will create a table of contents. It does not, only the proc freq and Mean are created.&lt;BR /&gt;
&lt;BR /&gt;
Anyone know why?&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
ODS HTML FILE=”HTML_FILE.html”&lt;BR /&gt;
CONTENTS=”HTML_CONTENTS.html”&lt;BR /&gt;
FRAME=”HTML_FRAME.html”;&lt;BR /&gt;
Proc Freq data=temp;&lt;BR /&gt;
Tables x1*x2/list;&lt;BR /&gt;
Run;&lt;BR /&gt;
Proc Means data=temp;&lt;BR /&gt;
Var x1 x2;&lt;BR /&gt;
Run;&lt;BR /&gt;
ODS HTML CLOSE;&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Thanks&lt;BR /&gt;
&lt;BR /&gt;
Fred</description>
      <pubDate>Thu, 27 Jan 2011 17:19:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Table-of-Contents/m-p/66370#M2273</guid>
      <dc:creator>fredbell</dc:creator>
      <dc:date>2011-01-27T17:19:19Z</dc:date>
    </item>
    <item>
      <title>Re: Table of Contents</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Table-of-Contents/m-p/66371#M2274</link>
      <description>Hi:&lt;BR /&gt;
  You have to open the FRAME= file in order to see the CONTENTS= and the FILE= output in the same HTML FRAMESET page. Are you saying that when you open the FRAME= file, you only see the FREQ and MEANS output??? Or are you saying that when you open the FILE= file, you only see the FREQ and MEANS output????&lt;BR /&gt;
&lt;BR /&gt;
  What do you see when you go to IE and open the HTML_FRAME.html file????&lt;BR /&gt;
 &lt;BR /&gt;
  You can open the CONTENTS= file separately, and you will ONLY see the CONTENTS. It is the FRAME= file that contains the HTML FRAMESET tags that defines how all 3 files should be used together. (In the SAS Results Window, you do not automatically open the FRAME= file -- you have to find that file and open it in order to see the whole frame navigation structure.)&lt;BR /&gt;
 &lt;BR /&gt;
  Also, I'm not clear on why you posted this question in the SAS/GRAPH and ODS Graphics forum -- there doesn't seem to be any graphic output generated in your program. (If you were using SAS/GRAPH, then you might need to also use PATH= and/or GPATH= options -- but that doesn't seem to be an issue in your case.)&lt;BR /&gt;
           &lt;BR /&gt;
  cynthia</description>
      <pubDate>Thu, 27 Jan 2011 18:13:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Table-of-Contents/m-p/66371#M2274</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2011-01-27T18:13:25Z</dc:date>
    </item>
    <item>
      <title>Re: Table of Contents</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Table-of-Contents/m-p/66372#M2275</link>
      <description>Hello&lt;BR /&gt;
&lt;BR /&gt;
Ok I found the files you are refering to on my local drive?&lt;BR /&gt;
Thanks that give me a starting point.&lt;BR /&gt;
&lt;BR /&gt;
Reason for posting in that location was simply because it was ods, sorry if it is not the correct location, i try.&lt;BR /&gt;
&lt;BR /&gt;
Fred</description>
      <pubDate>Thu, 27 Jan 2011 18:52:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Table-of-Contents/m-p/66372#M2275</guid>
      <dc:creator>fredbell</dc:creator>
      <dc:date>2011-01-27T18:52:55Z</dc:date>
    </item>
    <item>
      <title>Re: Table of Contents</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Table-of-Contents/m-p/66373#M2276</link>
      <description>Hi:&lt;BR /&gt;
  Glad you found the files. The description of THIS forum is pretty straightforward:&lt;BR /&gt;
 &lt;B&gt; SAS/GRAPH and ODS Graphics &lt;BR /&gt;
Welcome to the forum on graphics. The purpose of this forum is to discuss the visual representation of data using SAS/GRAPH and ODS Graphics. Use this forum to share your questions, suggestions, experiences and pains relating to graphics.  &lt;/B&gt;&lt;BR /&gt;
&lt;BR /&gt;
The better place to post general ODS and reporting questions (such as for ODS HTML and CONTENTS=) would be the ODS and Reporting forum, which can be found here:&lt;BR /&gt;
&lt;A href="http://support.sas.com/forums/forum.jspa?forumID=6" target="_blank"&gt;http://support.sas.com/forums/forum.jspa?forumID=6&lt;/A&gt;&lt;BR /&gt;
 &lt;BR /&gt;
and the description is:&lt;BR /&gt;
&lt;B&gt;ODS and Base Reporting &lt;BR /&gt;
This forum consists of discussions that pertain to ODS (Output Delivery System) and Base reporting features (PRINT, TABULATE, and REPORT procedures). &lt;/B&gt;&lt;BR /&gt;
&lt;BR /&gt;
cynthia</description>
      <pubDate>Thu, 27 Jan 2011 21:24:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Table-of-Contents/m-p/66373#M2276</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2011-01-27T21:24:48Z</dc:date>
    </item>
    <item>
      <title>Re: Table of Contents</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Table-of-Contents/m-p/66374#M2277</link>
      <description>Because Cynthia is seasoned expert about it.&lt;BR /&gt;
:-)&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Ksharp

Message was edited by: Ksharp</description>
      <pubDate>Fri, 28 Jan 2011 05:06:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Table-of-Contents/m-p/66374#M2277</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2011-01-28T05:06:31Z</dc:date>
    </item>
  </channel>
</rss>

