<?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 export to xls on mac   problem ?? in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/export-to-xls-on-mac-problem/m-p/248486#M56433</link>
    <description>&lt;P&gt;hey guys, hope you can help. &amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i get the error &amp;nbsp;File= or Table= is required and must be specified, and i cant figure out what the problem is ? &amp;nbsp;please help&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;proc freq data=data4;&lt;BR /&gt;tables still*aar/out=histo;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;proc export data=histo&lt;BR /&gt;OUTFILE="folder/myfolder/ex1.xls"&lt;BR /&gt;DBMS=XLS REPLACE;&lt;BR /&gt;SHEET="tilstande";&lt;BR /&gt;run;&lt;/P&gt;</description>
    <pubDate>Sat, 06 Feb 2016 16:26:35 GMT</pubDate>
    <dc:creator>20107589</dc:creator>
    <dc:date>2016-02-06T16:26:35Z</dc:date>
    <item>
      <title>export to xls on mac   problem ??</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/export-to-xls-on-mac-problem/m-p/248486#M56433</link>
      <description>&lt;P&gt;hey guys, hope you can help. &amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i get the error &amp;nbsp;File= or Table= is required and must be specified, and i cant figure out what the problem is ? &amp;nbsp;please help&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;proc freq data=data4;&lt;BR /&gt;tables still*aar/out=histo;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;proc export data=histo&lt;BR /&gt;OUTFILE="folder/myfolder/ex1.xls"&lt;BR /&gt;DBMS=XLS REPLACE;&lt;BR /&gt;SHEET="tilstande";&lt;BR /&gt;run;&lt;/P&gt;</description>
      <pubDate>Sat, 06 Feb 2016 16:26:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/export-to-xls-on-mac-problem/m-p/248486#M56433</guid>
      <dc:creator>20107589</dc:creator>
      <dc:date>2016-02-06T16:26:35Z</dc:date>
    </item>
    <item>
      <title>Re: export to xls on mac   problem ??</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/export-to-xls-on-mac-problem/m-p/248489#M56434</link>
      <description>Hi: Please refer to some of the previous posts about using SAS University Edition and the way you reference your shared folder. Typically, you are instructed to set up a subdirectory called "myfolders" under your root, SASUniversity Edition shared folder. You show the string "/myfolder" in your code and SAS University Edition REALLY, REALLY, wants that folder to be named "/myfolders" -- so whether you are on a Mac or a PC is irrelevant -- what did you name your shared folder??? "myfolder" or "myfolders"&lt;BR /&gt;1) if you named it "myfolder" go back to your Mac OS directory structure and rename it to "myfolders" (with an s on the end) and then make sure that your virtualization software has the correct path name defined as the shared folder location or&lt;BR /&gt;2) if your Mac drive shows that you created /myfolders and you shared it as that, then change your code to add the s&lt;BR /&gt;&lt;BR /&gt;Bottom line -- when I do an export, using SAS University Edition, I need to use:&lt;BR /&gt;OUTFILE="/folders/myfolders/mywb.xls"&lt;BR /&gt;&lt;BR /&gt;Please note the leading slash in front of the path...and note that I have /folders (there is an s on the end of the high-level path, too).&lt;BR /&gt;&lt;BR /&gt;  Here are some previous postings:&lt;BR /&gt;&lt;A href="https://communities.sas.com/t5/SAS-Analytics-U/Export-dataset-from-SAS-university-edition-to-excel/m-p/208923/highlight/true#M2137" target="_blank"&gt;https://communities.sas.com/t5/SAS-Analytics-U/Export-dataset-from-SAS-university-edition-to-excel/m-p/208923/highlight/true#M2137&lt;/A&gt;  (this one is the most relevant and shows many PROC EXPORT examples)&lt;BR /&gt;  and...&lt;BR /&gt;&lt;A href="https://communities.sas.com/t5/Base-SAS-Programming/How-do-I-reference-SAS-data-from-within-a-SAS-program-on-Mac/m-p/230432/highlight/true#M41784" target="_blank"&gt;https://communities.sas.com/t5/Base-SAS-Programming/How-do-I-reference-SAS-data-from-within-a-SAS-program-on-Mac/m-p/230432/highlight/true#M41784&lt;/A&gt;   &lt;BR /&gt; &lt;BR /&gt;&lt;A href="https://communities.sas.com/t5/SAS-Analytics-U/Library-does-not-exist-despite-using-Unix-forward-slashes/m-p/200417/highlight/true#M1838" target="_blank"&gt;https://communities.sas.com/t5/SAS-Analytics-U/Library-does-not-exist-despite-using-Unix-forward-slashes/m-p/200417/highlight/true#M1838&lt;/A&gt; &lt;BR /&gt;&lt;A href="http://support.sas.com/software/products/university-edition/faq/trouble_invalid_path_error.htm" target="_blank"&gt;http://support.sas.com/software/products/university-edition/faq/trouble_invalid_path_error.htm&lt;/A&gt;&lt;BR /&gt;       &lt;BR /&gt;cynthia</description>
      <pubDate>Sat, 06 Feb 2016 17:27:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/export-to-xls-on-mac-problem/m-p/248489#M56434</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2016-02-06T17:27:37Z</dc:date>
    </item>
  </channel>
</rss>

