<?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: EG 4.1 - EXPORT HTML REPORT STEP DISAPPEARS in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/EG-4-1-EXPORT-HTML-REPORT-STEP-DISAPPEARS/m-p/10160#M2590</link>
    <description>Best I can tell, that's a "feature".  It's been noted on this forum before.  I hope it's changed in 4.2.</description>
    <pubDate>Tue, 24 Mar 2009 20:09:12 GMT</pubDate>
    <dc:creator>Doc_Duke</dc:creator>
    <dc:date>2009-03-24T20:09:12Z</dc:date>
    <item>
      <title>EG 4.1 - EXPORT HTML REPORT STEP DISAPPEARS</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/EG-4-1-EXPORT-HTML-REPORT-STEP-DISAPPEARS/m-p/10159#M2589</link>
      <description>I have a EG 4.1 project that I run for a date range.  The reports that come out are in HTML format.  I have added an export step to export to a network directory.  I have used an Ordered List to step through each query/filter and export step in proper order.  &lt;BR /&gt;
&lt;BR /&gt;
Here is the annoying/frustrating problem:   When I run a date range where there is no data and thus no HTML reports, my export steps all disappear!!!  I have to recreate all export steps and reassign the network directory.  Why does EG do this?  I have two different projects and both have exibited this behavior.  Is there any way of preventing this from happening?&lt;BR /&gt;
&lt;BR /&gt;
Thanks,&lt;BR /&gt;
B</description>
      <pubDate>Tue, 24 Mar 2009 16:52:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/EG-4-1-EXPORT-HTML-REPORT-STEP-DISAPPEARS/m-p/10159#M2589</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-03-24T16:52:44Z</dc:date>
    </item>
    <item>
      <title>Re: EG 4.1 - EXPORT HTML REPORT STEP DISAPPEARS</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/EG-4-1-EXPORT-HTML-REPORT-STEP-DISAPPEARS/m-p/10160#M2590</link>
      <description>Best I can tell, that's a "feature".  It's been noted on this forum before.  I hope it's changed in 4.2.</description>
      <pubDate>Tue, 24 Mar 2009 20:09:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/EG-4-1-EXPORT-HTML-REPORT-STEP-DISAPPEARS/m-p/10160#M2590</guid>
      <dc:creator>Doc_Duke</dc:creator>
      <dc:date>2009-03-24T20:09:12Z</dc:date>
    </item>
    <item>
      <title>Re: EG 4.1 - EXPORT HTML REPORT STEP DISAPPEARS</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/EG-4-1-EXPORT-HTML-REPORT-STEP-DISAPPEARS/m-p/10161#M2591</link>
      <description>I figured it was one of those types of "features"!  &lt;BR /&gt;
&lt;BR /&gt;
Is it possible to create a code block with PROC EXPORT to export my .HMTL files?  I was thinking I could just create a code block that wouldn't be tied to anything and won't disappear if a report is missing.  And thus I would have to go back through and recreate all the export steps.&lt;BR /&gt;
&lt;BR /&gt;
If this is possible, can you give me an example?&lt;BR /&gt;
&lt;BR /&gt;
Thanks.</description>
      <pubDate>Tue, 31 Mar 2009 20:27:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/EG-4-1-EXPORT-HTML-REPORT-STEP-DISAPPEARS/m-p/10161#M2591</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-03-31T20:27:58Z</dc:date>
    </item>
    <item>
      <title>Re: EG 4.1 - EXPORT HTML REPORT STEP DISAPPEARS</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/EG-4-1-EXPORT-HTML-REPORT-STEP-DISAPPEARS/m-p/10162#M2592</link>
      <description>gidday.&lt;BR /&gt;
&lt;BR /&gt;
we create a user written code block with this to export data using ods &lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
options orientation=portrait missing=" ";	&lt;BR /&gt;
ods noresults;&lt;BR /&gt;
ods html &lt;BR /&gt;
style=minimal&lt;BR /&gt;
file="\\..\data.xls";&lt;BR /&gt;
&lt;BR /&gt;
TITLE;&lt;BR /&gt;
FOOTNOTE;&lt;BR /&gt;
&lt;BR /&gt;
   PROC print&lt;BR /&gt;
      DATA=WORK.alldata noobs label;&lt;BR /&gt;
   RUN;&lt;BR /&gt;
&lt;BR /&gt;
TITLE; FOOTNOTE;&lt;BR /&gt;
&lt;BR /&gt;
ods html  close;</description>
      <pubDate>Tue, 31 Mar 2009 23:29:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/EG-4-1-EXPORT-HTML-REPORT-STEP-DISAPPEARS/m-p/10162#M2592</guid>
      <dc:creator>DerekAdams</dc:creator>
      <dc:date>2009-03-31T23:29:14Z</dc:date>
    </item>
  </channel>
</rss>

