<?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: sas 9.4 won't read some variables in excel file in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/sas-9-4-won-t-read-some-variables-in-excel-file/m-p/171393#M32941</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can give Excel a hint about how to export your columns by assigning Number and Text formats to your workbook columns. Changing to MIXED=YES could also help you. Some numeric columns might be read as character but at least you will see what's going on. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PG&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 22 Aug 2014 01:11:36 GMT</pubDate>
    <dc:creator>PGStats</dc:creator>
    <dc:date>2014-08-22T01:11:36Z</dc:date>
    <item>
      <title>sas 9.4 won't read some variables in excel file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/sas-9-4-won-t-read-some-variables-in-excel-file/m-p/171387#M32935</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;I have text file database. I export it to an excel file.&amp;nbsp; I run SAS 9.4 using excel file. Then, SAS 9.4 won't read some variables in excel file with ERROR: Variable xx&amp;nbsp; not found.&lt;/P&gt;&lt;P&gt;Thanks in advance for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Aug 2014 22:09:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/sas-9-4-won-t-read-some-variables-in-excel-file/m-p/171387#M32935</guid>
      <dc:creator>xinjian</dc:creator>
      <dc:date>2014-08-21T22:09:49Z</dc:date>
    </item>
    <item>
      <title>Re: sas 9.4 won't read some variables in excel file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/sas-9-4-won-t-read-some-variables-in-excel-file/m-p/171388#M32936</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have to provide more information than that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How did you import the file for example?&lt;/P&gt;&lt;P&gt;Why change from text file to Excel in the first place?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Aug 2014 22:25:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/sas-9-4-won-t-read-some-variables-in-excel-file/m-p/171388#M32936</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2014-08-21T22:25:05Z</dc:date>
    </item>
    <item>
      <title>Re: sas 9.4 won't read some variables in excel file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/sas-9-4-won-t-read-some-variables-in-excel-file/m-p/171389#M32937</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The text file database using unix&amp;nbsp; is not working. I have to enter some data using exported excel file from SAS.&lt;/P&gt;&lt;P&gt;now I use:&lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; color: #000080; font-size: 10pt; font-family: Courier New;"&gt;IMPORT&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Courier New;"&gt;OUT&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;= WORK.A&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Courier New;"&gt;DATAFILE&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;= &lt;/SPAN&gt;&lt;SPAN style="color: #800080; font-size: 10pt; font-family: Courier New;"&gt;"c:\B.xlsx"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Courier New;"&gt;DBMS&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;=EXCEL REPLACE;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Courier New;"&gt;SHEET&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #800080; font-size: 10pt; font-family: Courier New;"&gt;"sheet1$"&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Courier New;"&gt;GETNAMES&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;=YES;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Courier New;"&gt;MIXED&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;=NO;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Courier New;"&gt;SCANTEXT&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;=YES;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Courier New;"&gt;USEDATE&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;=YES;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Courier New;"&gt;SCANTIME&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;=YES;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;RUN;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;Then run analysis.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Aug 2014 22:36:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/sas-9-4-won-t-read-some-variables-in-excel-file/m-p/171389#M32937</guid>
      <dc:creator>xinjian</dc:creator>
      <dc:date>2014-08-21T22:36:39Z</dc:date>
    </item>
    <item>
      <title>Re: sas 9.4 won't read some variables in excel file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/sas-9-4-won-t-read-some-variables-in-excel-file/m-p/171390#M32938</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Depending on what someone has done with Excel you may have blank columns but the import procedure tries to read them. Especially if there are multiple columns without a header then there may be this message. You can export the sheet to csv and see if you have columns of nothing but ,,, at the end of the data to confirm this is the issue, use a text editor to view the result (since Excel won't show the commas)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Aug 2014 22:44:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/sas-9-4-won-t-read-some-variables-in-excel-file/m-p/171390#M32938</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2014-08-21T22:44:38Z</dc:date>
    </item>
    <item>
      <title>Re: sas 9.4 won't read some variables in excel file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/sas-9-4-won-t-read-some-variables-in-excel-file/m-p/171391#M32939</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;All columns have headers. Those variables won't read by SAS 9.4, looks like similar for those variables can be read by SAS.&lt;/P&gt;&lt;P&gt;but I will try to export to csv to check. Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Aug 2014 22:57:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/sas-9-4-won-t-read-some-variables-in-excel-file/m-p/171391#M32939</guid>
      <dc:creator>xinjian</dc:creator>
      <dc:date>2014-08-21T22:57:05Z</dc:date>
    </item>
    <item>
      <title>Re: sas 9.4 won't read some variables in excel file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/sas-9-4-won-t-read-some-variables-in-excel-file/m-p/171392#M32940</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;HI Reeza, do you have better solutions? I rather use excel file to do analysis.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Aug 2014 23:10:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/sas-9-4-won-t-read-some-variables-in-excel-file/m-p/171392#M32940</guid>
      <dc:creator>xinjian</dc:creator>
      <dc:date>2014-08-21T23:10:35Z</dc:date>
    </item>
    <item>
      <title>Re: sas 9.4 won't read some variables in excel file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/sas-9-4-won-t-read-some-variables-in-excel-file/m-p/171393#M32941</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can give Excel a hint about how to export your columns by assigning Number and Text formats to your workbook columns. Changing to MIXED=YES could also help you. Some numeric columns might be read as character but at least you will see what's going on. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PG&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Aug 2014 01:11:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/sas-9-4-won-t-read-some-variables-in-excel-file/m-p/171393#M32941</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2014-08-22T01:11:36Z</dc:date>
    </item>
    <item>
      <title>Re: sas 9.4 won't read some variables in excel file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/sas-9-4-won-t-read-some-variables-in-excel-file/m-p/171394#M32942</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;I tried everything suggested by you guys, it did not work. I have total 812 variables, but SAS 9.4 only read 255. Other variables identified by SAS as&amp;nbsp; ERROR: Variable xx&amp;nbsp; not found.&lt;/P&gt;&lt;P&gt;Is there a way to let SAS 9.4 to read more variables?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Aug 2014 20:07:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/sas-9-4-won-t-read-some-variables-in-excel-file/m-p/171394#M32942</guid>
      <dc:creator>xinjian</dc:creator>
      <dc:date>2014-08-22T20:07:24Z</dc:date>
    </item>
    <item>
      <title>Re: sas 9.4 won't read some variables in excel file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/sas-9-4-won-t-read-some-variables-in-excel-file/m-p/171395#M32943</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is the Excel file XLS or XLSX? 255 sounds like an XLS limitation.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Aug 2014 20:32:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/sas-9-4-won-t-read-some-variables-in-excel-file/m-p/171395#M32943</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2014-08-22T20:32:32Z</dc:date>
    </item>
    <item>
      <title>Re: sas 9.4 won't read some variables in excel file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/sas-9-4-won-t-read-some-variables-in-excel-file/m-p/171396#M32944</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is xlsx.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Aug 2014 20:35:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/sas-9-4-won-t-read-some-variables-in-excel-file/m-p/171396#M32944</guid>
      <dc:creator>xinjian</dc:creator>
      <dc:date>2014-08-22T20:35:22Z</dc:date>
    </item>
    <item>
      <title>Re: sas 9.4 won't read some variables in excel file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/sas-9-4-won-t-read-some-variables-in-excel-file/m-p/171397#M32945</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is the name of the variable really XX or some other two character string?&lt;/P&gt;&lt;P&gt;Is it possible that it is a name that is confusing to Excel because it looks like a cell reference?&lt;/P&gt;&lt;P&gt;I have had trouble with creating XLSX files with short sheet names that looked too much like cell references.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Aug 2014 21:06:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/sas-9-4-won-t-read-some-variables-in-excel-file/m-p/171397#M32945</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2014-08-22T21:06:10Z</dc:date>
    </item>
    <item>
      <title>Re: sas 9.4 won't read some variables in excel file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/sas-9-4-won-t-read-some-variables-in-excel-file/m-p/171398#M32946</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have&amp;nbsp; many variables' name like CA, CA1 CA2. SAS 9.4 can read 255 variable names like that. I am not sure that is the reason.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Aug 2014 21:17:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/sas-9-4-won-t-read-some-variables-in-excel-file/m-p/171398#M32946</guid>
      <dc:creator>xinjian</dc:creator>
      <dc:date>2014-08-22T21:17:52Z</dc:date>
    </item>
    <item>
      <title>Re: sas 9.4 won't read some variables in excel file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/sas-9-4-won-t-read-some-variables-in-excel-file/m-p/171399#M32947</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to tell SAS that it is an XLSX file instead of an "EXCEL" file.&lt;/P&gt;&lt;P&gt;This example with 301 variables worked fine for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: navy; background: white; font-size: 10.0pt; font-family: 'Courier New';"&gt;&lt;STRONG&gt;data&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt; example;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;nbsp; &lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: blue; background: white;"&gt;do&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt; id=&lt;/SPAN&gt;&lt;SPAN style="color: teal; background: white; font-size: 10.0pt; font-family: 'Courier New';"&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: blue; background: white;"&gt;to&lt;/SPAN&gt; &lt;SPAN style="color: teal; background: white; font-size: 10.0pt; font-family: 'Courier New';"&gt;&lt;STRONG&gt;2&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: blue; background: white;"&gt;output&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: blue; background: white;"&gt;end&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;nbsp; &lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: blue; background: white;"&gt;array&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt; x(&lt;/SPAN&gt;&lt;SPAN style="color: teal; background: white; font-size: 10.0pt; font-family: 'Courier New';"&gt;&lt;STRONG&gt;300&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;);&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: navy; background: white; font-size: 10.0pt; font-family: 'Courier New';"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: navy; background: white; font-size: 10.0pt; font-family: 'Courier New';"&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="color: navy; background: white; font-size: 10.0pt; font-family: 'Courier New';"&gt;&lt;STRONG&gt;export&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: blue; background: white;"&gt;data&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;=example &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: blue; background: white;"&gt;replace&lt;/SPAN&gt;&amp;nbsp; &lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: blue; background: white;"&gt;dbms&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;=xlsx&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;nbsp; &lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: blue; background: white;"&gt;outfile&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: purple; background: white;"&gt;'c:\downloads\example.xlsx'&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt; ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: navy; background: white; font-size: 10.0pt; font-family: 'Courier New';"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: navy; background: white; font-size: 10.0pt; font-family: 'Courier New';"&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="color: navy; background: white; font-size: 10.0pt; font-family: 'Courier New';"&gt;&lt;STRONG&gt;import&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: blue; background: white;"&gt;file&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: purple; background: white;"&gt;'c:\downloads\example.xlsx'&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt; replace&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: blue; background: white;"&gt;dbms&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;=xlsx &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: blue; background: white;"&gt;out&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;=example2;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: navy; background: white; font-size: 10.0pt; font-family: 'Courier New';"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Aug 2014 21:58:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/sas-9-4-won-t-read-some-variables-in-excel-file/m-p/171399#M32947</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2014-08-22T21:58:16Z</dc:date>
    </item>
    <item>
      <title>Re: sas 9.4 won't read some variables in excel file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/sas-9-4-won-t-read-some-variables-in-excel-file/m-p/171400#M32948</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The 255 limit is no problem of SAS, it is Microsoft DAC JET ACE. &lt;/P&gt;&lt;P&gt;Obviously they did not designed in the origins for more serious data processing. Who is that mad using more than 255 columns let us use one byte for the counter.&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/kb/37/612.html" title="http://support.sas.com/kb/37/612.html"&gt;37612 - The SAS® System can only import and export 255 variables when you access a Microsoft Excel 2007 file&lt;/A&gt; If you try to search at Microsoft you get a lot of hits with a lot of non SAS products. Mickeysoft (keep it small)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The xlxs new interface is better as it using a zipped xml approach. But the interface rebuilding is on the road at SAS (work in progress). &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 Aug 2014 05:55:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/sas-9-4-won-t-read-some-variables-in-excel-file/m-p/171400#M32948</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2014-08-23T05:55:02Z</dc:date>
    </item>
    <item>
      <title>Re: sas 9.4 won't read some variables in excel file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/sas-9-4-won-t-read-some-variables-in-excel-file/m-p/171401#M32949</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;TOM,&lt;/P&gt;&lt;P&gt;I tried your way, it worked very well. Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Aug 2014 14:51:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/sas-9-4-won-t-read-some-variables-in-excel-file/m-p/171401#M32949</guid>
      <dc:creator>xinjian</dc:creator>
      <dc:date>2014-08-26T14:51:20Z</dc:date>
    </item>
  </channel>
</rss>

