<?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: How to export external files into sharepoint in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-to-export-external-files-into-sharepoint/m-p/439263#M109597</link>
    <description>&lt;P&gt;You can use the WebDAV access method to do so.&lt;/P&gt;
&lt;P&gt;See also&amp;nbsp;&lt;A href="http://support.sas.com/kb/42/054.html" target="_blank"&gt;http://support.sas.com/kb/42/054.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;filename sometest webdav "http://&amp;lt;your sharepoint location&amp;gt;/class.csv";
proc export
  data=sashelp.class
  file=sometest
  dbms=csv
  replace
;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Thu, 22 Feb 2018 13:21:29 GMT</pubDate>
    <dc:creator>BrunoMueller</dc:creator>
    <dc:date>2018-02-22T13:21:29Z</dc:date>
    <item>
      <title>How to export external files into sharepoint</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-export-external-files-into-sharepoint/m-p/439225#M109580</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How to export external (excel,txt)&amp;nbsp;files and SAS datasets into share point.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks in advance.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Srinivas&lt;/P&gt;</description>
      <pubDate>Thu, 22 Feb 2018 11:16:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-export-external-files-into-sharepoint/m-p/439225#M109580</guid>
      <dc:creator>gsreddy</dc:creator>
      <dc:date>2018-02-22T11:16:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to export external files into sharepoint</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-export-external-files-into-sharepoint/m-p/439263#M109597</link>
      <description>&lt;P&gt;You can use the WebDAV access method to do so.&lt;/P&gt;
&lt;P&gt;See also&amp;nbsp;&lt;A href="http://support.sas.com/kb/42/054.html" target="_blank"&gt;http://support.sas.com/kb/42/054.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;filename sometest webdav "http://&amp;lt;your sharepoint location&amp;gt;/class.csv";
proc export
  data=sashelp.class
  file=sometest
  dbms=csv
  replace
;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 22 Feb 2018 13:21:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-export-external-files-into-sharepoint/m-p/439263#M109597</guid>
      <dc:creator>BrunoMueller</dc:creator>
      <dc:date>2018-02-22T13:21:29Z</dc:date>
    </item>
  </channel>
</rss>

