<?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 in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/proc-report/m-p/415078#M26688</link>
    <description>&lt;P&gt;Please post a sample of your data and your code.&lt;/P&gt;</description>
    <pubDate>Tue, 21 Nov 2017 08:44:04 GMT</pubDate>
    <dc:creator>Shmuel</dc:creator>
    <dc:date>2017-11-21T08:44:04Z</dc:date>
    <item>
      <title>proc report</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/proc-report/m-p/415071#M26686</link>
      <description>&lt;P&gt;I have a dataset consisting of two rows. I'd like to convert it to html table using proc report without summarizing and statistics. But istead I get a single row with sums by each column. &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Nov 2017 08:27:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/proc-report/m-p/415071#M26686</guid>
      <dc:creator>ManOfHonor</dc:creator>
      <dc:date>2017-11-21T08:27:48Z</dc:date>
    </item>
    <item>
      <title>Re: proc report</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/proc-report/m-p/415077#M26687</link>
      <description>&lt;P&gt;Hey I don't know why you want to use proc report but if you just want to output the table as HTML have you tried proc print with ods html?&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data aaa;
    set sashelp.cars(obs=2);
run;

ods html;
proc print data=aaa noobs;
run;

ods html close;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 21 Nov 2017 08:43:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/proc-report/m-p/415077#M26687</guid>
      <dc:creator>Criptic</dc:creator>
      <dc:date>2017-11-21T08:43:05Z</dc:date>
    </item>
    <item>
      <title>Re: proc report</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/proc-report/m-p/415078#M26688</link>
      <description>&lt;P&gt;Please post a sample of your data and your code.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Nov 2017 08:44:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/proc-report/m-p/415078#M26688</guid>
      <dc:creator>Shmuel</dc:creator>
      <dc:date>2017-11-21T08:44:04Z</dc:date>
    </item>
    <item>
      <title>Re: proc report</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/proc-report/m-p/415085#M26689</link>
      <description>I tried your code, got an error:&lt;BR /&gt;ERROR: Insufficient authorization to access /sas/config/Lev1/SASApp/sashtml3.htm.&lt;BR /&gt;ERROR: No body file. HTML output will not be created.</description>
      <pubDate>Tue, 21 Nov 2017 09:00:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/proc-report/m-p/415085#M26689</guid>
      <dc:creator>ManOfHonor</dc:creator>
      <dc:date>2017-11-21T09:00:36Z</dc:date>
    </item>
    <item>
      <title>Re: proc report</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/proc-report/m-p/415087#M26690</link>
      <description>Try talking to you Admin about getting write access to that directory</description>
      <pubDate>Tue, 21 Nov 2017 09:04:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/proc-report/m-p/415087#M26690</guid>
      <dc:creator>Criptic</dc:creator>
      <dc:date>2017-11-21T09:04:28Z</dc:date>
    </item>
    <item>
      <title>Re: proc report</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/proc-report/m-p/415089#M26691</link>
      <description>&lt;P&gt;&amp;nbsp;IT WORKED! Without&amp;nbsp;ods html; and&amp;nbsp;ods html close;&lt;/P&gt;&lt;P&gt;I will export to html manually.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Nov 2017 09:07:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/proc-report/m-p/415089#M26691</guid>
      <dc:creator>ManOfHonor</dc:creator>
      <dc:date>2017-11-21T09:07:49Z</dc:date>
    </item>
  </channel>
</rss>

