<?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: No results tab displayed with ODS Report Writing Interface (RWI) in Enterprise Guide (EG) in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/No-results-tab-displayed-with-ODS-Report-Writing-Interface-RWI/m-p/827498#M41222</link>
    <description>Same behaviour observed with Enterprise Guide 7.15</description>
    <pubDate>Sun, 07 Aug 2022 13:58:33 GMT</pubDate>
    <dc:creator>AVO339</dc:creator>
    <dc:date>2022-08-07T13:58:33Z</dc:date>
    <item>
      <title>No results tab displayed with ODS Report Writing Interface (RWI) in Enterprise Guide (EG)</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/No-results-tab-displayed-with-ODS-Report-Writing-Interface-RWI/m-p/827431#M41221</link>
      <description>&lt;P&gt;Hi everybody.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;With EG 8.3 (and SAS 9.4M7) running on Windows 10 I have no results tab with this simple SAS program:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data _null_;
&amp;nbsp; declare odsout t();
&amp;nbsp; t.format_text(data: 'Hello World');
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I set EG options to get HTML and PDF outputs.&lt;/P&gt;
&lt;P&gt;Outputs are produced but the results tab does not appear:&lt;/P&gt;
&lt;P&gt;By using my own ODS PDF statement (code below), I can open the PDF document and see with the "Hello World".&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods pdf file="c:\temp\hw.pdf" notoc;
data _null_;
&amp;nbsp; declare odsout t();
&amp;nbsp; t.format_text(data: 'Hello World');
&amp;nbsp; run;
ods pdf close;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Another hint: With the Display Manager I have a SAS Output results viewer tab.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is strange because I have a big (real world) SAS program (305 lines) that use many ODS-RWI methods and PDF outputs are correctly produced in EG.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Do you have an idea about this "strange" EG behaviour?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Alain "AVO339"&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Aug 2022 23:25:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/No-results-tab-displayed-with-ODS-Report-Writing-Interface-RWI/m-p/827431#M41221</guid>
      <dc:creator>AVO339</dc:creator>
      <dc:date>2022-08-05T23:25:23Z</dc:date>
    </item>
    <item>
      <title>Re: No results tab displayed with ODS Report Writing Interface (RWI) in Enterprise Guide (EG)</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/No-results-tab-displayed-with-ODS-Report-Writing-Interface-RWI/m-p/827498#M41222</link>
      <description>Same behaviour observed with Enterprise Guide 7.15</description>
      <pubDate>Sun, 07 Aug 2022 13:58:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/No-results-tab-displayed-with-ODS-Report-Writing-Interface-RWI/m-p/827498#M41222</guid>
      <dc:creator>AVO339</dc:creator>
      <dc:date>2022-08-07T13:58:33Z</dc:date>
    </item>
    <item>
      <title>Re: No results tab displayed with ODS Report Writing Interface (RWI) in Enterprise Guide (EG)</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/No-results-tab-displayed-with-ODS-Report-Writing-Interface-RWI/m-p/827501#M41223</link>
      <description>&lt;P&gt;What RESULTS are you expecting to be produced?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The only code you showed is a DATA _NULL_ step, which by definition does not produce any output data.&lt;/P&gt;</description>
      <pubDate>Sun, 07 Aug 2022 15:15:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/No-results-tab-displayed-with-ODS-Report-Writing-Interface-RWI/m-p/827501#M41223</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2022-08-07T15:15:55Z</dc:date>
    </item>
    <item>
      <title>Re: No results tab displayed with ODS Report Writing Interface (RWI) in Enterprise Guide (EG)</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/No-results-tab-displayed-with-ODS-Report-Writing-Interface-RWI/m-p/827982#M41237</link>
      <description>&lt;P&gt;You are right Tom. But with the Display Manager I have an output in the Results Viewer:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture d’écran 2022-08-09 155230.jpg" style="width: 599px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/74301iDD5C74BBA98422D5/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture d’écran 2022-08-09 155230.jpg" alt="Capture d’écran 2022-08-09 155230.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;That's why I was hoping for an output with EG too.&lt;/P&gt;
&lt;P&gt;I also believed I was able to have a Results tab using the Report Writing Interface in a DATA _NULL_;&lt;/P&gt;
&lt;P&gt;But the most important thing is with&lt;SPAN&gt;&amp;nbsp;&lt;FONT face="courier new,courier"&gt;ods pdf file="C:\temp\hw.pdf" notoc;&lt;/FONT&gt;, the PDF file was created:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#3366FF"&gt;&amp;nbsp; &amp;nbsp; NOTE: ODS PDF printed 1 page to C:\temp\hw.pdf.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;Thanks to Pete Lund for the "Hello World" program:&amp;nbsp;&lt;A href="https://support.sas.com/resources/papers/proceedings16/2240-2016.pdf" target="_blank"&gt;https://support.sas.com/resources/papers/proceedings16/2240-2016.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Aug 2022 20:29:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/No-results-tab-displayed-with-ODS-Report-Writing-Interface-RWI/m-p/827982#M41237</guid>
      <dc:creator>AVO339</dc:creator>
      <dc:date>2022-08-09T20:29:22Z</dc:date>
    </item>
  </channel>
</rss>

