<?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 Importing .dbf files created by Visual Fox Pro in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Importing-dbf-files-created-by-Visual-Fox-Pro/m-p/130196#M35439</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am a new user on a new install trying to read .dbf files.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas and/or code segments that work would be greatly appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;I use the following code to try and import a .dbf file&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Proc Import Out = work.eqr1 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Datafile = "C:\Documents and Settings\kmb1777\My Documents\My SAS Files\DATAFORMS\EQRDATA\EQR_TRANSACTION_201103.DBF" &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DBMS = DBF REPLACE; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;I get the following error in my log file:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Proc Import Out = work.eqr1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;374 Datafile = "C:\Documents and Settings\kmb1777\My Documents\My SAS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;374! Files\DATAFORMS\EQRDATA\EQR_TRANSACTION_201103.DBF"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;375 DBMS = DBF REPLACE;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;376 run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ERROR: Invalid or non-supported file specified.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NOTE: PROCEDURE IMPORT used (Total process time):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;real time 0.00 seconds&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cpu time 0.00 seconds&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 31 May 2012 15:46:58 GMT</pubDate>
    <dc:creator>Pitchblend</dc:creator>
    <dc:date>2012-05-31T15:46:58Z</dc:date>
    <item>
      <title>Importing .dbf files created by Visual Fox Pro</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Importing-dbf-files-created-by-Visual-Fox-Pro/m-p/130196#M35439</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am a new user on a new install trying to read .dbf files.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas and/or code segments that work would be greatly appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;I use the following code to try and import a .dbf file&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Proc Import Out = work.eqr1 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Datafile = "C:\Documents and Settings\kmb1777\My Documents\My SAS Files\DATAFORMS\EQRDATA\EQR_TRANSACTION_201103.DBF" &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DBMS = DBF REPLACE; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;I get the following error in my log file:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Proc Import Out = work.eqr1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;374 Datafile = "C:\Documents and Settings\kmb1777\My Documents\My SAS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;374! Files\DATAFORMS\EQRDATA\EQR_TRANSACTION_201103.DBF"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;375 DBMS = DBF REPLACE;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;376 run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ERROR: Invalid or non-supported file specified.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NOTE: PROCEDURE IMPORT used (Total process time):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;real time 0.00 seconds&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cpu time 0.00 seconds&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 May 2012 15:46:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Importing-dbf-files-created-by-Visual-Fox-Pro/m-p/130196#M35439</guid>
      <dc:creator>Pitchblend</dc:creator>
      <dc:date>2012-05-31T15:46:58Z</dc:date>
    </item>
    <item>
      <title>Re: Importing .dbf files created by Visual Fox Pro</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Importing-dbf-files-created-by-Visual-Fox-Pro/m-p/130197#M35440</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SAS' dbase engine cannot read Visual FoxPro databases. Within Visual FoxPro, the database must be saved as a FoxPro version 2 dbf to make it compatible with the dbase engine, or you can use the Visual FoxPro ODBC driver or OLE DB provider.&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/kb/34/240.html"&gt;http://support.sas.com/kb/34/240.html&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 May 2012 16:20:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Importing-dbf-files-created-by-Visual-Fox-Pro/m-p/130197#M35440</guid>
      <dc:creator>FloydNevseta</dc:creator>
      <dc:date>2012-05-31T16:20:03Z</dc:date>
    </item>
  </channel>
</rss>

