<?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: Proc Export on Mac via Terminal in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Proc-Export-on-Mac-via-Terminal/m-p/374074#M65268</link>
    <description>&lt;P&gt;Where is SAS running? On a remote machine (such as a Linux box)? &amp;nbsp;Or are you using SAS University Edition?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If the former, you have to export to a location on that remote box, then FTP the file to your local folders. &amp;nbsp;Remote SAS can't see your local file system.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If the latter, then you need to use the Shared Folder mechanism in the VirtualBox setup that is hosting your SAS and SAS Studio instance. &amp;nbsp;Plenty of doc about that in the SAS University Edition FAQs.&lt;/P&gt;</description>
    <pubDate>Fri, 07 Jul 2017 19:36:15 GMT</pubDate>
    <dc:creator>ChrisHemedinger</dc:creator>
    <dc:date>2017-07-07T19:36:15Z</dc:date>
    <item>
      <title>Proc Export on Mac via Terminal</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-Export-on-Mac-via-Terminal/m-p/374072#M65267</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to export table on a remote server to my mac using&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc export data=mydata.table&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; outfile ="\Users\Mine\Desktop\table.xlsx"&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; dbms=xlsx&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; replace;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I keep on getting error, saying temporary file cannot be created. make sure the path name is correct and that you have write permission. Do I have to download the table in sas format on to my mac and then use proc export to convert into excel format? or is my directory wrong?&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jul 2017 19:31:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-Export-on-Mac-via-Terminal/m-p/374072#M65267</guid>
      <dc:creator>kelSAS</dc:creator>
      <dc:date>2017-07-07T19:31:40Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Export on Mac via Terminal</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-Export-on-Mac-via-Terminal/m-p/374074#M65268</link>
      <description>&lt;P&gt;Where is SAS running? On a remote machine (such as a Linux box)? &amp;nbsp;Or are you using SAS University Edition?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If the former, you have to export to a location on that remote box, then FTP the file to your local folders. &amp;nbsp;Remote SAS can't see your local file system.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If the latter, then you need to use the Shared Folder mechanism in the VirtualBox setup that is hosting your SAS and SAS Studio instance. &amp;nbsp;Plenty of doc about that in the SAS University Edition FAQs.&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jul 2017 19:36:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-Export-on-Mac-via-Terminal/m-p/374074#M65268</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2017-07-07T19:36:15Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Export on Mac via Terminal</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-Export-on-Mac-via-Terminal/m-p/374075#M65269</link>
      <description>&lt;P&gt;If the SAS process is running on a server, it won't be able to access your Mac desktop.&lt;/P&gt;
&lt;P&gt;How are you using SAS? Enterprise Guide, SAS Studio, Display Manager, batch mode?&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jul 2017 19:37:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-Export-on-Mac-via-Terminal/m-p/374075#M65269</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-07-07T19:37:10Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Export on Mac via Terminal</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-Export-on-Mac-via-Terminal/m-p/374078#M65270</link>
      <description>I think I remotely access to a server and run emacs on that server to run sas. (I am SAS dummy, so I am not sure if this answers your question...) But I get that my mac is unable to recognize that table.</description>
      <pubDate>Fri, 07 Jul 2017 19:40:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-Export-on-Mac-via-Terminal/m-p/374078#M65270</guid>
      <dc:creator>kelSAS</dc:creator>
      <dc:date>2017-07-07T19:40:06Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Export on Mac via Terminal</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-Export-on-Mac-via-Terminal/m-p/374083#M65272</link>
      <description>&lt;P&gt;You need to find a location on the server that you can write to. Then use a file transfer tool to retrieve the unloaded data to your Mac.&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jul 2017 19:50:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-Export-on-Mac-via-Terminal/m-p/374083#M65272</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-07-07T19:50:27Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Export on Mac via Terminal</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-Export-on-Mac-via-Terminal/m-p/374091#M65273</link>
      <description>Yes, I think just writing those lines won't give me the file. Thank you &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;</description>
      <pubDate>Fri, 07 Jul 2017 20:12:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-Export-on-Mac-via-Terminal/m-p/374091#M65273</guid>
      <dc:creator>kelSAS</dc:creator>
      <dc:date>2017-07-07T20:12:37Z</dc:date>
    </item>
  </channel>
</rss>

