<?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 PROC REPORT keeps running in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/PROC-REPORT-keeps-running/m-p/3514#M1509</link>
    <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
Whenever I run a PROC REPORT, the report is displayed but in the title bar of the editor window it says "PROC REPORT running" and nothing is written to the log. At first, I thought I just had to be patient but the procedure doesn't end until I close the Report window or halt it. It happens with just a simple script like&lt;BR /&gt;
&lt;BR /&gt;
PROC REPORT data=sashelp.class;&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
as well as with more complex ones. &lt;BR /&gt;
&lt;BR /&gt;
I am quite new to SAS programming but I don't believe that this is the intended behavior, is it? Does anyone know what could be wrong? &lt;BR /&gt;
&lt;BR /&gt;
Thanks,&lt;BR /&gt;
&lt;BR /&gt;
Helle</description>
    <pubDate>Fri, 22 Jun 2007 10:13:03 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2007-06-22T10:13:03Z</dc:date>
    <item>
      <title>PROC REPORT keeps running</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/PROC-REPORT-keeps-running/m-p/3514#M1509</link>
      <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
Whenever I run a PROC REPORT, the report is displayed but in the title bar of the editor window it says "PROC REPORT running" and nothing is written to the log. At first, I thought I just had to be patient but the procedure doesn't end until I close the Report window or halt it. It happens with just a simple script like&lt;BR /&gt;
&lt;BR /&gt;
PROC REPORT data=sashelp.class;&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
as well as with more complex ones. &lt;BR /&gt;
&lt;BR /&gt;
I am quite new to SAS programming but I don't believe that this is the intended behavior, is it? Does anyone know what could be wrong? &lt;BR /&gt;
&lt;BR /&gt;
Thanks,&lt;BR /&gt;
&lt;BR /&gt;
Helle</description>
      <pubDate>Fri, 22 Jun 2007 10:13:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/PROC-REPORT-keeps-running/m-p/3514#M1509</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2007-06-22T10:13:03Z</dc:date>
    </item>
    <item>
      <title>Re: PROC REPORT keeps running</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/PROC-REPORT-keeps-running/m-p/3515#M1510</link>
      <description>You've run into an annoying "feature" of PROC REPORT. When you run PROC REPORT in DMS, by default it starts up in Report Window mode. The NOWINDOWS (or NOWD) option will suppress that behavior:&lt;BR /&gt;
&lt;BR /&gt;
proc report data=sashelp.class nowd;&lt;BR /&gt;
run;</description>
      <pubDate>Fri, 22 Jun 2007 12:02:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/PROC-REPORT-keeps-running/m-p/3515#M1510</guid>
      <dc:creator>Tim_SAS</dc:creator>
      <dc:date>2007-06-22T12:02:29Z</dc:date>
    </item>
    <item>
      <title>Re: PROC REPORT keeps running</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/PROC-REPORT-keeps-running/m-p/3516#M1511</link>
      <description>Thanks a lot - I have spent so much time trying to figure out what was going on.</description>
      <pubDate>Fri, 22 Jun 2007 12:25:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/PROC-REPORT-keeps-running/m-p/3516#M1511</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2007-06-22T12:25:01Z</dc:date>
    </item>
  </channel>
</rss>

