<?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: Facility to download output in text delimited format using STP in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Facility-to-download-output-in-text-delimited-format-using-STP/m-p/794168#M40207</link>
    <description>&lt;P&gt;Try using a data step with _webout in the FILE statement.&lt;/P&gt;</description>
    <pubDate>Thu, 03 Feb 2022 08:51:01 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2022-02-03T08:51:01Z</dc:date>
    <item>
      <title>Facility to download output in text delimited format using STP</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Facility-to-download-output-in-text-delimited-format-using-STP/m-p/794073#M40206</link>
      <description>Hi Team,&lt;BR /&gt;I want to download output in text delimited format using Sas Stp. I have cracked downloading in CSV,Excel and RTF with below code.&lt;BR /&gt;&lt;BR /&gt;data _null_;&lt;BR /&gt;&lt;BR /&gt;rc =stpsrv_header('Content-type','application/vnd.openxmlformats-officedocument.spreadsheetml.sheet');&lt;BR /&gt;rc = stpsrv_header('Content-disposition','attachment;filename=Test.csv');&lt;BR /&gt;run;&lt;BR /&gt;&lt;BR /&gt;ods listing close;&lt;BR /&gt;&lt;BR /&gt;ods tagsets.csv body=_webout style=sasweb;&lt;BR /&gt;&lt;BR /&gt;proc print data=Transaction_Detail_dt_acct noobs;&lt;BR /&gt;title 'test1 excelxp mimetype=application/vnd.ms-excel';&lt;BR /&gt;run;&lt;BR /&gt;&lt;BR /&gt;ods tagsets.csv close;&lt;BR /&gt;&lt;BR /&gt;Please suggest.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Akash</description>
      <pubDate>Wed, 02 Feb 2022 17:54:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Facility-to-download-output-in-text-delimited-format-using-STP/m-p/794073#M40206</guid>
      <dc:creator>Akash93</dc:creator>
      <dc:date>2022-02-02T17:54:00Z</dc:date>
    </item>
    <item>
      <title>Re: Facility to download output in text delimited format using STP</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Facility-to-download-output-in-text-delimited-format-using-STP/m-p/794168#M40207</link>
      <description>&lt;P&gt;Try using a data step with _webout in the FILE statement.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Feb 2022 08:51:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Facility-to-download-output-in-text-delimited-format-using-STP/m-p/794168#M40207</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2022-02-03T08:51:01Z</dc:date>
    </item>
    <item>
      <title>Re: Facility to download output in text delimited format using STP</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Facility-to-download-output-in-text-delimited-format-using-STP/m-p/795852#M40234</link>
      <description>Thanks Kurt_Bremser..It helped me to achieve required output.</description>
      <pubDate>Sat, 12 Feb 2022 16:04:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Facility-to-download-output-in-text-delimited-format-using-STP/m-p/795852#M40234</guid>
      <dc:creator>Akash93</dc:creator>
      <dc:date>2022-02-12T16:04:44Z</dc:date>
    </item>
  </channel>
</rss>

