<?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 do I export to SharePoint from SAS Enterprise Guide using SAS code? in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-do-I-export-to-SharePoint-from-SAS-Enterprise-Guide-using/m-p/305240#M20693</link>
    <description>&lt;P&gt;Sometimes SharePoint sites can also be addressed as a network share. &amp;nbsp;For example:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;A href="http://mysite.company.com/dept/folder" target="_blank"&gt;http://mysite.company.com/dept/folder&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is the same as&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;\\mysite.company.com\dept\folder&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;That's how our SharePoint is configured here at SAS. &amp;nbsp;If that't the case for you, then it's a simple "Save As", "Export as a Step" or targeting your ODS file path with the proper path notation.&lt;/P&gt;</description>
    <pubDate>Mon, 17 Oct 2016 20:46:08 GMT</pubDate>
    <dc:creator>ChrisHemedinger</dc:creator>
    <dc:date>2016-10-17T20:46:08Z</dc:date>
    <item>
      <title>How do I export to SharePoint from SAS Enterprise Guide using SAS code?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-do-I-export-to-SharePoint-from-SAS-Enterprise-Guide-using/m-p/305170#M20691</link>
      <description>&lt;P&gt;I'm trying to automate an export of a report created via "proc report" and/or a dataset created in SAS enterprise guide to a folder we've created as a data repository on SharePoint.&amp;nbsp; We had a firewall issue that has been been resolved so the SAS server and SharePoint server can talk to one another, but I'm still having trouble with the coding.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've tried libname code, proc export, and using WebDAV but can't get it exactly right.&amp;nbsp; I've primarily used base SAS in my career and am relatively new to SAS EG so I'm certain this is "user error" and/or me being new.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;</description>
      <pubDate>Mon, 17 Oct 2016 17:53:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-do-I-export-to-SharePoint-from-SAS-Enterprise-Guide-using/m-p/305170#M20691</guid>
      <dc:creator>mikehowellca</dc:creator>
      <dc:date>2016-10-17T17:53:45Z</dc:date>
    </item>
    <item>
      <title>Re: How do I export to SharePoint from SAS Enterprise Guide using SAS code?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-do-I-export-to-SharePoint-from-SAS-Enterprise-Guide-using/m-p/305240#M20693</link>
      <description>&lt;P&gt;Sometimes SharePoint sites can also be addressed as a network share. &amp;nbsp;For example:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;A href="http://mysite.company.com/dept/folder" target="_blank"&gt;http://mysite.company.com/dept/folder&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is the same as&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;\\mysite.company.com\dept\folder&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;That's how our SharePoint is configured here at SAS. &amp;nbsp;If that't the case for you, then it's a simple "Save As", "Export as a Step" or targeting your ODS file path with the proper path notation.&lt;/P&gt;</description>
      <pubDate>Mon, 17 Oct 2016 20:46:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-do-I-export-to-SharePoint-from-SAS-Enterprise-Guide-using/m-p/305240#M20693</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2016-10-17T20:46:08Z</dc:date>
    </item>
    <item>
      <title>Re: How do I export to SharePoint from SAS Enterprise Guide using SAS code?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-do-I-export-to-SharePoint-from-SAS-Enterprise-Guide-using/m-p/305264#M20694</link>
      <description>&lt;P&gt;Thanks.&amp;nbsp;I'm having general issues exporting anything via Enterprise Guide.&amp;nbsp; I used the ods excel tagset for years in Base SAS, but am having trouble even doing basic things in EG, to any location basically.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We use EG to access data on our linux based SAS server, and every time I try to export anything to a non-sas server location, EG tries to force that location into my personal folder on the SAS server (see below).&amp;nbsp; I't tried it both with the mapped drive and by typing in the whole string.&amp;nbsp; mapped drive was shorter and more readable here.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&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;export&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#0000ff" face="Courier New" size="3"&gt;data&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=adhoc.claims_hold_bill_rpt_summary1&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;outfile&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;&lt;FONT face="Courier New" size="3"&gt;=&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;"t:/IFP Recon Team/MikeH/SharePoint Data Tests/test.csv"&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;DBMS&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;&lt;FONT face="Courier New" size="3"&gt;=CSV &lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;replace&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ERROR: Physical file does not exist, /home/mhowel01/t:/IFP Recon Team/MikeH/SharePoint Data Tests/test.csv.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Oct 2016 00:13:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-do-I-export-to-SharePoint-from-SAS-Enterprise-Guide-using/m-p/305264#M20694</guid>
      <dc:creator>mikehowellca</dc:creator>
      <dc:date>2016-10-18T00:13:53Z</dc:date>
    </item>
    <item>
      <title>Re: How do I export to SharePoint from SAS Enterprise Guide using SAS code?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-do-I-export-to-SharePoint-from-SAS-Enterprise-Guide-using/m-p/305277#M20695</link>
      <description>&lt;P&gt;This is normal behaviour for a SAS server that doesn't have network shares set up to directory locations that you need. Talk to your SAS administrator about setting these up as security changes are required. If you need to store stuff on other servers then you will need to reference them like:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;\\ServerName\Folder1\Folder2 (if Windows) or use forward slashes if Linux.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Oct 2016 02:20:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-do-I-export-to-SharePoint-from-SAS-Enterprise-Guide-using/m-p/305277#M20695</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2016-10-18T02:20:13Z</dc:date>
    </item>
    <item>
      <title>Re: How do I export to SharePoint from SAS Enterprise Guide using SAS code?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-do-I-export-to-SharePoint-from-SAS-Enterprise-Guide-using/m-p/305336#M20699</link>
      <description>&lt;P&gt;The reason for this is that it's&amp;nbsp;&lt;STRONG&gt;SAS&lt;/STRONG&gt; writing the file, not EG...and it's writing the file on your Linux system, not your PC.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You might need to export the file to a location on Linux, and then download to a location on your PC (or on your local Windows network where your SharePoint site is). &amp;nbsp;You can &lt;A href="http://blogs.sas.com/content/sasdummy/2012/12/06/copy-files-in-sas-eg/" target="_self"&gt;use the Copy Files task (a custom task you can install)&lt;/A&gt; to accomplish that.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you want to push the file directly to SharePoint from Linux, you need to use either a shared network location that you can address from Linux&amp;nbsp;&lt;STRONG&gt;or&lt;/STRONG&gt; use a SharePoint web service via WebDAV or PROC HTTP.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Oct 2016 11:57:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-do-I-export-to-SharePoint-from-SAS-Enterprise-Guide-using/m-p/305336#M20699</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2016-10-18T11:57:57Z</dc:date>
    </item>
  </channel>
</rss>

