<?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 SAS Stored Process in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/SAS-Stored-Process/m-p/289179#M59715</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to create a stored process, which will pull out one .xls file from server(pre created) and show a pop up to save when execute. i am using below code but its not working, please help&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;filename in "path/test.xls";&lt;/P&gt;&lt;P&gt;data _null_;&lt;BR /&gt;rc = stpsrv_header('Content-type','application/vnd.ms-excel');&lt;BR /&gt;rc = stpsrv_header('Content-disposition',"attachment; filename=test.xls");&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;MS&lt;/P&gt;</description>
    <pubDate>Wed, 03 Aug 2016 12:17:43 GMT</pubDate>
    <dc:creator>Micheal_S</dc:creator>
    <dc:date>2016-08-03T12:17:43Z</dc:date>
    <item>
      <title>SAS Stored Process</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Stored-Process/m-p/289179#M59715</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to create a stored process, which will pull out one .xls file from server(pre created) and show a pop up to save when execute. i am using below code but its not working, please help&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;filename in "path/test.xls";&lt;/P&gt;&lt;P&gt;data _null_;&lt;BR /&gt;rc = stpsrv_header('Content-type','application/vnd.ms-excel');&lt;BR /&gt;rc = stpsrv_header('Content-disposition',"attachment; filename=test.xls");&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;MS&lt;/P&gt;</description>
      <pubDate>Wed, 03 Aug 2016 12:17:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Stored-Process/m-p/289179#M59715</guid>
      <dc:creator>Micheal_S</dc:creator>
      <dc:date>2016-08-03T12:17:43Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Stored Process</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Stored-Process/m-p/289196#M59723</link>
      <description>&lt;P&gt;I'd try to change the second function call to this:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;rc = stpsrv_header('Content-disposition','attachment; filename="test.xls"');&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 03 Aug 2016 12:57:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Stored-Process/m-p/289196#M59723</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2016-08-03T12:57:30Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Stored Process</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Stored-Process/m-p/289197#M59724</link>
      <description>Thus should be better posted in the Stored Process forum (under BI).&lt;BR /&gt;What is not working? &lt;BR /&gt;Do you get any error/warning?&lt;BR /&gt;&lt;BR /&gt;And what do you mean by "save when execute"?</description>
      <pubDate>Wed, 03 Aug 2016 12:58:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Stored-Process/m-p/289197#M59724</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2016-08-03T12:58:03Z</dc:date>
    </item>
  </channel>
</rss>

