<?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: Stored Process output display issue in IDP in Developers</title>
    <link>https://communities.sas.com/t5/Developers/Stored-Process-output-display-issue-in-IDP/m-p/267571#M4978</link>
    <description>&lt;P&gt;Hi Timmy,&lt;/P&gt;&lt;P&gt;Stream option is enabled and I used %stpbegin and %stpend in my stored process program. In EG its working fine and generating output, but when I access through with Information delivery portal, it gives me such error msg. Find the screen shots also.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here I've attached my Stored process code.&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/12503i2DAD1C4DF4E6B3A7/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="Screen Shot 05-02-16 at 05.33 PM.PNG" title="Screen Shot 05-02-16 at 05.33 PM.PNG" /&gt;</description>
    <pubDate>Mon, 02 May 2016 12:09:22 GMT</pubDate>
    <dc:creator>rajiv436</dc:creator>
    <dc:date>2016-05-02T12:09:22Z</dc:date>
    <item>
      <title>Stored Process output display issue in IDP</title>
      <link>https://communities.sas.com/t5/Developers/Stored-Process-output-display-issue-in-IDP/m-p/267540#M4976</link>
      <description>Hi Friends, I'm facing a problem with stored processes in IDP, it doesn't displays the output and generating below mentioned errors. Can you please help me. NOTE: Writing HTML Body file: sashtml.htm ERROR: File is in use, /SASCONF/conf93/Lev1/SASApp/sashtml.htm. ERROR: No body file. HTML output will not be created. NOTE: The SAS System stopped processing this step because of errors.</description>
      <pubDate>Mon, 02 May 2016 06:49:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Stored-Process-output-display-issue-in-IDP/m-p/267540#M4976</guid>
      <dc:creator>rajiv436</dc:creator>
      <dc:date>2016-05-02T06:49:27Z</dc:date>
    </item>
    <item>
      <title>Re: Stored Process output display issue in IDP</title>
      <link>https://communities.sas.com/t5/Developers/Stored-Process-output-display-issue-in-IDP/m-p/267560#M4977</link>
      <description>Did you select "streaming" as the output type on the execution tab of the stores process?&lt;BR /&gt;&lt;BR /&gt;Are you using the %stpbegin and %stpend macros? I believe if either of these are true and you have any Html ODS statements in your code then it will create a conflict.&lt;BR /&gt;&lt;BR /&gt;Can you share your stored process code?</description>
      <pubDate>Mon, 02 May 2016 10:56:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Stored-Process-output-display-issue-in-IDP/m-p/267560#M4977</guid>
      <dc:creator>Timmy2383</dc:creator>
      <dc:date>2016-05-02T10:56:41Z</dc:date>
    </item>
    <item>
      <title>Re: Stored Process output display issue in IDP</title>
      <link>https://communities.sas.com/t5/Developers/Stored-Process-output-display-issue-in-IDP/m-p/267571#M4978</link>
      <description>&lt;P&gt;Hi Timmy,&lt;/P&gt;&lt;P&gt;Stream option is enabled and I used %stpbegin and %stpend in my stored process program. In EG its working fine and generating output, but when I access through with Information delivery portal, it gives me such error msg. Find the screen shots also.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here I've attached my Stored process code.&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/12503i2DAD1C4DF4E6B3A7/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="Screen Shot 05-02-16 at 05.33 PM.PNG" title="Screen Shot 05-02-16 at 05.33 PM.PNG" /&gt;</description>
      <pubDate>Mon, 02 May 2016 12:09:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Stored-Process-output-display-issue-in-IDP/m-p/267571#M4978</guid>
      <dc:creator>rajiv436</dc:creator>
      <dc:date>2016-05-02T12:09:22Z</dc:date>
    </item>
    <item>
      <title>Re: Stored Process output display issue in IDP</title>
      <link>https://communities.sas.com/t5/Developers/Stored-Process-output-display-issue-in-IDP/m-p/267605#M4979</link>
      <description>&lt;P&gt;I think the problem might be that with the STREAM option selected and running on the stored process server in the IDP it defaults to HTML output (ODS HTML), but then you're explicitly trying to use ODS TAGSETS.MSOFFICE2k when the listing is already in use for HTML.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Are you trying to make it create a file that the user downloads?&amp;nbsp; If so, I believe you need to change your approach a bit.&amp;nbsp; Check out pages 17-18 of this paper &lt;A href="http://support.sas.com/resources/papers/proceedings15/SAS1700-2015.pdf" target="_blank"&gt;http://support.sas.com/resources/papers/proceedings15/SAS1700-2015.pdf&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 02 May 2016 13:49:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Stored-Process-output-display-issue-in-IDP/m-p/267605#M4979</guid>
      <dc:creator>Timmy2383</dc:creator>
      <dc:date>2016-05-02T13:49:50Z</dc:date>
    </item>
  </channel>
</rss>

