<?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: Exporting a file from SAS EG to Sharepoint Location in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Exporting-a-file-from-SAS-EG-to-Sharepoint-Location/m-p/342618#M22682</link>
    <description>&lt;P&gt;out= is meant to be a local file where the response from the server (basically the confirmation of your put request) is saved. Don't use a URL for it.&lt;/P&gt;</description>
    <pubDate>Mon, 20 Mar 2017 15:00:47 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2017-03-20T15:00:47Z</dc:date>
    <item>
      <title>Exporting a file from SAS EG to Sharepoint Location</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Exporting-a-file-from-SAS-EG-to-Sharepoint-Location/m-p/342613#M22681</link>
      <description>&lt;P&gt;I tried to run below code in SAS EG&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;options notes source;&lt;/P&gt;&lt;P&gt;filename reply "&lt;A href="http://sites.suntrust.com/teams/WholesaleInfoDelivery/Portal%20Reports/logging.xml" target="_blank"&gt;http://sites.suntrust.com/teams/WholesaleInfoDelivery/Portal%20Reports/logging.xml&lt;/A&gt;";&lt;/P&gt;&lt;P&gt;filename headout TEMP "";&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt; &lt;STRONG&gt;http&lt;/STRONG&gt; url="&lt;A href="http://sites.suntrust.com/teams/WholesaleInfoDelivery/Portal%20Reports/logging.xml" target="_blank"&gt;http://sites.suntrust.com/teams/WholesaleInfoDelivery/Portal%20Reports/logging.xml&lt;/A&gt;"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; in="testing prochttp"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; headerout=headout&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; method='put'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; out=reply&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; auth_negotiate&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ct='text/html&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; charset=utf-8'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; verbose;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Actuall path on the server is &lt;A href="http://sites.suntrust.com/teams/WholesaleInfoDelivery/Portal%20Reports/logging.xml" target="_blank"&gt;http://sites.suntrust.com/teams/WholesaleInfoDelivery/Portal%20Reports/logging.xml&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But when I tried to execute the above code it is resolving as /sas/config9_4/compute/Lev2/SASApp/&lt;A href="http://sites.suntrust.com/teams/WholesaleInfoDelivery/Portal%20Reports/logging.xml" target="_blank"&gt;http://sites.suntrust.com/teams/WholesaleInfoDelivery/Portal%20Reports/logging.xml&lt;/A&gt;. with below error&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ERROR: Physical file does not exist,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;/sas/config9_4/compute/Lev2/SASApp/&lt;A href="http://sites.suntrust.com/teams/WholesaleInfoDelivery/Portal%20Reports/logging.xml" target="_blank"&gt;http://sites.suntrust.com/teams/WholesaleInfoDelivery/Portal%20Reports/logging.xml&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;when resolving “/sas/config9_4/compute/Lev2/SASApp” is getting added to actuall path &lt;A href="http://sites.suntrust.com/teams/WholesaleInfoDelivery/Portal%20Reports/logging.xml" target="_blank"&gt;http://sites.suntrust.com/teams/WholesaleInfoDelivery/Portal%20Reports/logging.xml&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Can you please help me out with this !&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Mar 2017 14:52:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Exporting-a-file-from-SAS-EG-to-Sharepoint-Location/m-p/342613#M22681</guid>
      <dc:creator>Deepti44</dc:creator>
      <dc:date>2017-03-20T14:52:43Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting a file from SAS EG to Sharepoint Location</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Exporting-a-file-from-SAS-EG-to-Sharepoint-Location/m-p/342618#M22682</link>
      <description>&lt;P&gt;out= is meant to be a local file where the response from the server (basically the confirmation of your put request) is saved. Don't use a URL for it.&lt;/P&gt;</description>
      <pubDate>Mon, 20 Mar 2017 15:00:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Exporting-a-file-from-SAS-EG-to-Sharepoint-Location/m-p/342618#M22682</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-03-20T15:00:47Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting a file from SAS EG to Sharepoint Location</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Exporting-a-file-from-SAS-EG-to-Sharepoint-Location/m-p/342622#M22683</link>
      <description>&lt;P&gt;I would like to "put" the output file directly on the sharepoint location dynamically ,would it be possible ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"&lt;A href="http://sites.suntrust.com/teams/WholesaleInfoDelivery/Portal%20Reports/logging.xml" target="_blank" rel="nofollow noopener noreferrer"&gt;http://sites.suntrust.com/teams/WholesaleInfoDelivery/Portal%20Reports/logging.xml&lt;/A&gt;";&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Mar 2017 15:04:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Exporting-a-file-from-SAS-EG-to-Sharepoint-Location/m-p/342622#M22683</guid>
      <dc:creator>Deepti44</dc:creator>
      <dc:date>2017-03-20T15:04:27Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting a file from SAS EG to Sharepoint Location</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Exporting-a-file-from-SAS-EG-to-Sharepoint-Location/m-p/342637#M22686</link>
      <description>&lt;P&gt;The "out" will only contain the server's response, NOT any data that you provided. If you want to put that onto the server, you'd need another proc http after saving it locally.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Look at the example in &lt;A href="http://support.sas.com/documentation/cdl/en/proc/70377/HTML/default/viewer.htm#n0vfw4ml5fwn4un1ru90xy4s36oa.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/proc/70377/HTML/default/viewer.htm#n0vfw4ml5fwn4un1ru90xy4s36oa.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;url= where your data is put.&lt;/P&gt;
&lt;P&gt;in= shall be a (local) file reference for the data you want to send to the URL.&lt;/P&gt;
&lt;P&gt;out= shall be a file reference where the server response goes. (you might want to look at it to confirm that the post or put worked)&lt;/P&gt;</description>
      <pubDate>Mon, 20 Mar 2017 15:20:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Exporting-a-file-from-SAS-EG-to-Sharepoint-Location/m-p/342637#M22686</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-03-20T15:20:48Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting a file from SAS EG to Sharepoint Location</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Exporting-a-file-from-SAS-EG-to-Sharepoint-Location/m-p/342923#M22720</link>
      <description>&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;in that case all the reports&amp;nbsp; placed in "resp" needs to be mapped to the sharepoint location&amp;nbsp; given in the URL (please see my code below)"&lt;FONT color="#800080" face="Courier New"&gt;&lt;A href="http://sites.suntrust.com/teams/WholesaleInfoDelivery/Portal%20Reports" target="_blank"&gt;http://sites.suntrust.com/teams/WholesaleInfoDelivery/Portal%20Reports&lt;/A&gt; "&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;&lt;FONT color="#800080" face="Courier New"&gt;does it happen automatically or do we need to map the output location to the URL&amp;nbsp;behind the scenes via sas admin.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;options&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="3"&gt;notes&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="3"&gt;source&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;filename&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; resp &lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;'/WBIO_Shared/WLS_REPORTS/test1.xlsx'&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;filename&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; headout &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;TEMP&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;filename&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; input &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;TEMP&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;data&lt;/STRONG&gt;&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="3"&gt;_null_&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;file&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; input;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;put&lt;/FONT&gt; &lt;FONT color="#800080" face="Courier New" size="3"&gt;"this is some sample text"&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt;&lt;/FONT&gt; &lt;STRONG&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;http&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;url&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;"&lt;A href="http://sites.suntrust.com/teams/WholesaleInfoDelivery/Portal%20Reports" target="_blank"&gt;http://sites.suntrust.com/teams/WholesaleInfoDelivery/Portal%20Reports&lt;/A&gt;"&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;in&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=input &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;out&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=resp &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;headerout&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=headout;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;/* webusername="****"*/&lt;/P&gt;&lt;P&gt;/* webpassword="****"*/&lt;/P&gt;&lt;P&gt;/* auth_negotiate;*/&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Mar 2017 13:44:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Exporting-a-file-from-SAS-EG-to-Sharepoint-Location/m-p/342923#M22720</guid>
      <dc:creator>Deepti44</dc:creator>
      <dc:date>2017-03-21T13:44:50Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting a file from SAS EG to Sharepoint Location</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Exporting-a-file-from-SAS-EG-to-Sharepoint-Location/m-p/342924#M22721</link>
      <description>&lt;P&gt;I hate to repeat myself, but the out= destination is used to store the server's response. This response follows the HTTP protocol and is pure text, storing it in an Excel file does &lt;U&gt;not&lt;/U&gt;, I repeat &lt;U&gt;not&lt;/U&gt; make sense.&lt;/P&gt;
&lt;P&gt;The data you want to "upload" (using POST or PUT) comes from file reference in=&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you want all reports named in your xlsx file to upload, convert it to a SAS dataset and then use call execute from that dataset to create the upload codes dynamically.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Mar 2017 13:52:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Exporting-a-file-from-SAS-EG-to-Sharepoint-Location/m-p/342924#M22721</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-03-21T13:52:04Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting a file from SAS EG to Sharepoint Location</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Exporting-a-file-from-SAS-EG-to-Sharepoint-Location/m-p/342928#M22722</link>
      <description>&lt;P&gt;Thank you , I have executed it , it says "401 unauthorized" as server response, i have individual access to the sharepoint URL: but when im executing from SAS EG&amp;nbsp;i think i donot have access , is it some thing sas admin needs to set it up on the backend ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;options&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="3"&gt;notes&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="3"&gt;source&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;filename&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; resp &lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;'/WBIO_Shared/WLS_REPORTS/test1.txt'&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;filename&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; headout &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;TEMP&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;filename&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; input &lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;'/WBIO_Shared/WLS_REPORTS/test1.xlsx'&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;data&lt;/STRONG&gt;&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="3"&gt;_null_&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;file&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; input;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;put&lt;/FONT&gt; &lt;FONT color="#800080" face="Courier New" size="3"&gt;"this is some sample text"&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt;&lt;/FONT&gt; &lt;STRONG&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;http&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;url&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;"&lt;A href="http://sites.suntrust.com/teams/WholesaleInfoDelivery/Portal%20Reports" target="_blank"&gt;http://sites.suntrust.com/teams/WholesaleInfoDelivery/Portal%20Reports&lt;/A&gt;"&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;in&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=input &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;out&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=resp &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;headerout&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=headout&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;webusername&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;"***"&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;webpassword&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;"***"&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;auth_negotiate;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Mar 2017 14:05:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Exporting-a-file-from-SAS-EG-to-Sharepoint-Location/m-p/342928#M22722</guid>
      <dc:creator>Deepti44</dc:creator>
      <dc:date>2017-03-21T14:05:31Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting a file from SAS EG to Sharepoint Location</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Exporting-a-file-from-SAS-EG-to-Sharepoint-Location/m-p/342935#M22723</link>
      <description>&lt;P&gt;Add&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;method="PUT"&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;to your proc http statement. The default method when in= is specified is POST, which expects a script on the serverside to handle the data.&lt;/P&gt;
&lt;P&gt;So I guess you should do a PUT to copy your data to sharepoint.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Mar 2017 14:17:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Exporting-a-file-from-SAS-EG-to-Sharepoint-Location/m-p/342935#M22723</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-03-21T14:17:01Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting a file from SAS EG to Sharepoint Location</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Exporting-a-file-from-SAS-EG-to-Sharepoint-Location/m-p/343449#M22748</link>
      <description>&lt;P&gt;Still im getting same reponse from server:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;HTTP/1.1 401 Unauthorized&lt;BR /&gt;Content-Type: text/plain; charset=utf-8&lt;BR /&gt;Server: Microsoft-IIS/8.0&lt;BR /&gt;SPRequestGuid: 0196e09d-8842-002c-da17-bfcfdca31a32&lt;BR /&gt;request-id: 0196e09d-8842-002c-da17-bfcfdca31a32&lt;BR /&gt;X-FRAME-OPTIONS: SAMEORIGIN&lt;BR /&gt;SPRequestDuration: 3&lt;BR /&gt;SPIisLatency: 0&lt;BR /&gt;WWW-Authenticate: NTLM&lt;BR /&gt;X-Powered-By: ASP.NET&lt;BR /&gt;MicrosoftSharePointTeamServices: 15.0.0.4535&lt;BR /&gt;X-Content-Type-Options: nosniff&lt;BR /&gt;X-MS-InvokeApp: 1; RequireReadOnly&lt;BR /&gt;Date: Wed, 22 Mar 2017 18:06:54 GMT&lt;BR /&gt;Content-Length: 16&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Mar 2017 18:10:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Exporting-a-file-from-SAS-EG-to-Sharepoint-Location/m-p/343449#M22748</guid>
      <dc:creator>Deepti44</dc:creator>
      <dc:date>2017-03-22T18:10:47Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting a file from SAS EG to Sharepoint Location</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Exporting-a-file-from-SAS-EG-to-Sharepoint-Location/m-p/343608#M22754</link>
      <description>&lt;P&gt;I did some searching around (GIYF) and found this:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://communities.sas.com/t5/Base-SAS-Programming/How-to-read-data-from-the-SharePoint/td-p/30734" target="_blank"&gt;https://communities.sas.com/t5/Base-SAS-Programming/How-to-read-data-from-the-SharePoint/td-p/30734&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;There, sharepoint is used just like a simple network mount / file path.&lt;/P&gt;
&lt;P&gt;Have you already tried simply writing a file to sharepoint, like&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;filename out "\\sharepoint\path\filename.dat";

data _null_;
file out;
put "this is just a test";
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;?&lt;/P&gt;</description>
      <pubDate>Thu, 23 Mar 2017 07:23:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Exporting-a-file-from-SAS-EG-to-Sharepoint-Location/m-p/343608#M22754</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-03-23T07:23:03Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting a file from SAS EG to Sharepoint Location</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Exporting-a-file-from-SAS-EG-to-Sharepoint-Location/m-p/344123#M22783</link>
      <description>&lt;P&gt;yes i have tried noluck&amp;nbsp;, but my url looks something like this starting with http&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="http://sites.suntrust.com/teams/WholesaleInfoDelivery/Portal%20Reports" target="_blank"&gt;http://sites.suntrust.com/teams/WholesaleInfoDelivery/Portal%20Reports&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Mar 2017 16:42:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Exporting-a-file-from-SAS-EG-to-Sharepoint-Location/m-p/344123#M22783</guid>
      <dc:creator>Deepti44</dc:creator>
      <dc:date>2017-03-24T16:42:51Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting a file from SAS EG to Sharepoint Location</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Exporting-a-file-from-SAS-EG-to-Sharepoint-Location/m-p/344177#M22787</link>
      <description>&lt;P&gt;Then I can only recommend to contact SAS technical support.&lt;/P&gt;</description>
      <pubDate>Fri, 24 Mar 2017 19:07:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Exporting-a-file-from-SAS-EG-to-Sharepoint-Location/m-p/344177#M22787</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-03-24T19:07:47Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting a file from SAS EG to Sharepoint Location</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Exporting-a-file-from-SAS-EG-to-Sharepoint-Location/m-p/399113#M25658</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am facing the same issue.Have you sorted this problem?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sathya.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Sep 2017 10:50:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Exporting-a-file-from-SAS-EG-to-Sharepoint-Location/m-p/399113#M25658</guid>
      <dc:creator>sathya66</dc:creator>
      <dc:date>2017-09-27T10:50:56Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting a file from SAS EG to Sharepoint Location</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Exporting-a-file-from-SAS-EG-to-Sharepoint-Location/m-p/399353#M25669</link>
      <description>&lt;P&gt;Try searching SAS Support notes. I found this one that may help:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&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;P&gt;You need to find out what security method is used on the Sharepoint site you want to write to.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Sep 2017 22:26:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Exporting-a-file-from-SAS-EG-to-Sharepoint-Location/m-p/399353#M25669</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2017-09-27T22:26:34Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting a file from SAS EG to Sharepoint Location</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Exporting-a-file-from-SAS-EG-to-Sharepoint-Location/m-p/901407#M43925</link>
      <description>Thanks...I have handed on to IT.</description>
      <pubDate>Fri, 03 Nov 2023 14:43:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Exporting-a-file-from-SAS-EG-to-Sharepoint-Location/m-p/901407#M43925</guid>
      <dc:creator>ghartge</dc:creator>
      <dc:date>2023-11-03T14:43:56Z</dc:date>
    </item>
  </channel>
</rss>

