<?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 PROC Export to sharepoint from SAS EG , base SAS is UNIX in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/PROC-Export-to-sharepoint-from-SAS-EG-base-SAS-is-UNIX/m-p/438855#M28349</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have Base SAS on a UNIX server and I am trying to run the code below fro SAS EG. It works fine with a local path on the PC for the outfile where PC files server is Installed. The below is also running fine if I also specify username and password, but I don't want to hard code my credentials in the code. Wanted to ask if there are any workarounds . I need to export to both excel and access from SAS EG.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PROC EXPORT data=sashelp.cars&lt;BR /&gt;dbms=excelcs&lt;BR /&gt;outfile="\sharepoint Location\test_cars.xls" replace;&lt;BR /&gt;sheet = Data;&lt;BR /&gt;server="xx.xx.xx.xx" ;&lt;BR /&gt;port=9621;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PROC EXPORT DATA=sashelp.cars&lt;BR /&gt;OUTTABLE="cars1"&lt;BR /&gt;DBMS=ACCESSCS REPLACE ;&lt;BR /&gt;DATABASE="\SharePoint location\test_cars.MDB";&lt;BR /&gt;SERVER=&lt;SPAN&gt;"xx.xx.xx.&lt;/SPAN&gt;&lt;SPAN&gt;xx&lt;/SPAN&gt;&lt;SPAN&gt;" ;&lt;/SPAN&gt;&lt;BR /&gt;PORT=9621;&lt;BR /&gt;RUN;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Praveena&lt;/P&gt;</description>
    <pubDate>Wed, 21 Feb 2018 02:29:42 GMT</pubDate>
    <dc:creator>pparpati11</dc:creator>
    <dc:date>2018-02-21T02:29:42Z</dc:date>
    <item>
      <title>PROC Export to sharepoint from SAS EG , base SAS is UNIX</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/PROC-Export-to-sharepoint-from-SAS-EG-base-SAS-is-UNIX/m-p/438855#M28349</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have Base SAS on a UNIX server and I am trying to run the code below fro SAS EG. It works fine with a local path on the PC for the outfile where PC files server is Installed. The below is also running fine if I also specify username and password, but I don't want to hard code my credentials in the code. Wanted to ask if there are any workarounds . I need to export to both excel and access from SAS EG.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PROC EXPORT data=sashelp.cars&lt;BR /&gt;dbms=excelcs&lt;BR /&gt;outfile="\sharepoint Location\test_cars.xls" replace;&lt;BR /&gt;sheet = Data;&lt;BR /&gt;server="xx.xx.xx.xx" ;&lt;BR /&gt;port=9621;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PROC EXPORT DATA=sashelp.cars&lt;BR /&gt;OUTTABLE="cars1"&lt;BR /&gt;DBMS=ACCESSCS REPLACE ;&lt;BR /&gt;DATABASE="\SharePoint location\test_cars.MDB";&lt;BR /&gt;SERVER=&lt;SPAN&gt;"xx.xx.xx.&lt;/SPAN&gt;&lt;SPAN&gt;xx&lt;/SPAN&gt;&lt;SPAN&gt;" ;&lt;/SPAN&gt;&lt;BR /&gt;PORT=9621;&lt;BR /&gt;RUN;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Praveena&lt;/P&gt;</description>
      <pubDate>Wed, 21 Feb 2018 02:29:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/PROC-Export-to-sharepoint-from-SAS-EG-base-SAS-is-UNIX/m-p/438855#M28349</guid>
      <dc:creator>pparpati11</dc:creator>
      <dc:date>2018-02-21T02:29:42Z</dc:date>
    </item>
    <item>
      <title>Re: PROC Export to sharepoint from SAS EG , base SAS is UNIX</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/PROC-Export-to-sharepoint-from-SAS-EG-base-SAS-is-UNIX/m-p/439008#M28369</link>
      <description>&lt;P&gt;You can have EG prompt you for the userid and password using masked single line text type so that they don't show up in the log.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Feb 2018 18:04:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/PROC-Export-to-sharepoint-from-SAS-EG-base-SAS-is-UNIX/m-p/439008#M28369</guid>
      <dc:creator>tomrvincent</dc:creator>
      <dc:date>2018-02-21T18:04:06Z</dc:date>
    </item>
    <item>
      <title>Re: PROC Export to sharepoint from SAS EG , base SAS is UNIX</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/PROC-Export-to-sharepoint-from-SAS-EG-base-SAS-is-UNIX/m-p/439106#M28376</link>
      <description>I need to make this process automated as a batch job. So E.G. prompting to enter username and password might not work for that purpose.</description>
      <pubDate>Wed, 21 Feb 2018 22:18:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/PROC-Export-to-sharepoint-from-SAS-EG-base-SAS-is-UNIX/m-p/439106#M28376</guid>
      <dc:creator>pparpati11</dc:creator>
      <dc:date>2018-02-21T22:18:06Z</dc:date>
    </item>
    <item>
      <title>Re: PROC Export to sharepoint from SAS EG , base SAS is UNIX</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/PROC-Export-to-sharepoint-from-SAS-EG-base-SAS-is-UNIX/m-p/439185#M28377</link>
      <description>&lt;P&gt;You could use PROC PWENCODE to encode the passwords. While that stops casual users from deciphering the original password, it doesn't stop users from copying the password to use in their own processes.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Feb 2018 07:18:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/PROC-Export-to-sharepoint-from-SAS-EG-base-SAS-is-UNIX/m-p/439185#M28377</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2018-02-22T07:18:33Z</dc:date>
    </item>
  </channel>
</rss>

