<?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: Error while exporting a SAS table in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Error-while-exporting-a-SAS-table/m-p/248310#M46640</link>
    <description>&lt;P&gt;Also, make sure that you have the license for SAS/ACCESS to PC File Formats.&lt;/P&gt;</description>
    <pubDate>Fri, 05 Feb 2016 16:23:03 GMT</pubDate>
    <dc:creator>LinusH</dc:creator>
    <dc:date>2016-02-05T16:23:03Z</dc:date>
    <item>
      <title>Error while exporting a SAS table</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Error-while-exporting-a-SAS-table/m-p/248186#M46600</link>
      <description>&lt;P&gt;While exporting my data set from SAS to a preferred location I am getting an error " Server file missing or invalid"&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Code is given below :&lt;/P&gt;&lt;P&gt;proc export data= class2.grocery_coupons&lt;BR /&gt;outfile= "D:\SASExport\grocery_coupons.xls";&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am new to SAS ,so help me in this regard.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Feb 2016 07:46:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Error-while-exporting-a-SAS-table/m-p/248186#M46600</guid>
      <dc:creator>BhavukZutshi</dc:creator>
      <dc:date>2016-02-05T07:46:41Z</dc:date>
    </item>
    <item>
      <title>Re: Error while exporting a SAS table</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Error-while-exporting-a-SAS-table/m-p/248195#M46607</link>
      <description>&lt;P&gt;If you are using SAS University, you can not use your "local" computer location in your file reference. And also specify your engine.&amp;nbsp;So&amp;nbsp;you need something like this:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;
proc export data=class2.grocery_coupons 
DBMS=xls
outfile="/folders/myfolders/grocery_coupons.xls";
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Feb 2016 09:40:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Error-while-exporting-a-SAS-table/m-p/248195#M46607</guid>
      <dc:creator>mohamed_zaki</dc:creator>
      <dc:date>2016-02-05T09:40:08Z</dc:date>
    </item>
    <item>
      <title>Re: Error while exporting a SAS table</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Error-while-exporting-a-SAS-table/m-p/248310#M46640</link>
      <description>&lt;P&gt;Also, make sure that you have the license for SAS/ACCESS to PC File Formats.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Feb 2016 16:23:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Error-while-exporting-a-SAS-table/m-p/248310#M46640</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2016-02-05T16:23:03Z</dc:date>
    </item>
  </channel>
</rss>

