<?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 import dbms=xls issue in sas 9.2 in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/proc-import-dbms-xls-issue-in-sas-9-2/m-p/574120#M162163</link>
    <description>&lt;P&gt;Thanks andreas for your reply, any idea for below point:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;With the following code&lt;/P&gt;&lt;P&gt;proc import DBMS=XLS&lt;BR /&gt;datafile='/server_path/test.xls'&lt;BR /&gt;out=work.abc replace;&lt;BR /&gt;RXCL;&lt;BR /&gt;getnames=YES ;&lt;BR /&gt;namerow=1;&lt;BR /&gt;startrow=2;&lt;BR /&gt;mixed=yes;&lt;BR /&gt;sheet=abc;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are getting the following error message:&lt;/P&gt;&lt;P&gt;Memory request error&lt;/P&gt;&lt;P&gt;Memory request error&lt;BR /&gt;ERROR: Not enough memory available to allocate storage.&lt;/P&gt;</description>
    <pubDate>Wed, 17 Jul 2019 10:23:27 GMT</pubDate>
    <dc:creator>AkshayKaru</dc:creator>
    <dc:date>2019-07-17T10:23:27Z</dc:date>
    <item>
      <title>proc import dbms=xls issue in sas 9.2</title>
      <link>https://communities.sas.com/t5/SAS-Programming/proc-import-dbms-xls-issue-in-sas-9-2/m-p/573767#M162040</link>
      <description>&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please note that we are not able to run below command on sas 9.2 running on unix server:&lt;/P&gt;&lt;P&gt;proc import DBMS=XLS&lt;BR /&gt;datafile='/server_path/test.xls'&lt;BR /&gt;out=work.abc replace;&lt;BR /&gt;RXCL;&lt;BR /&gt;getnames=YES ;&lt;BR /&gt;namerow=1;&lt;BR /&gt;startrow=2;&lt;BR /&gt;mixed=yes;&lt;BR /&gt;sheet=abc;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are getting the following error message:&lt;/P&gt;&lt;P&gt;Memory request error&lt;/P&gt;&lt;P&gt;Memory request error&lt;BR /&gt;ERROR: Not enough memory available to allocate storage.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can anyone please advise.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Note: Upgrade to sas 9.4 is not the pipeline for the moment&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanking you in advance&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jul 2019 08:08:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/proc-import-dbms-xls-issue-in-sas-9-2/m-p/573767#M162040</guid>
      <dc:creator>AkshayKaru</dc:creator>
      <dc:date>2019-07-16T08:08:49Z</dc:date>
    </item>
    <item>
      <title>Re: proc import dbms=xls issue in sas 9.2</title>
      <link>https://communities.sas.com/t5/SAS-Programming/proc-import-dbms-xls-issue-in-sas-9-2/m-p/573772#M162042</link>
      <description>&lt;P&gt;Using unix tools check the sas work directory. You probably have old sas work folders that can be deleted.&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jul 2019 08:27:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/proc-import-dbms-xls-issue-in-sas-9-2/m-p/573772#M162042</guid>
      <dc:creator>Shmuel</dc:creator>
      <dc:date>2019-07-16T08:27:01Z</dc:date>
    </item>
    <item>
      <title>Re: proc import dbms=xls issue in sas 9.2</title>
      <link>https://communities.sas.com/t5/SAS-Programming/proc-import-dbms-xls-issue-in-sas-9-2/m-p/573785#M162045</link>
      <description>&lt;P&gt;The sas work directory is empty but we are still getting same error message&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jul 2019 09:13:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/proc-import-dbms-xls-issue-in-sas-9-2/m-p/573785#M162045</guid>
      <dc:creator>AkshayKaru</dc:creator>
      <dc:date>2019-07-16T09:13:21Z</dc:date>
    </item>
    <item>
      <title>Re: proc import dbms=xls issue in sas 9.2</title>
      <link>https://communities.sas.com/t5/SAS-Programming/proc-import-dbms-xls-issue-in-sas-9-2/m-p/574074#M162135</link>
      <description>&lt;P&gt;Additional Information is that below code also don't work:&lt;/P&gt;&lt;P&gt;proc import dbms=excelcs&lt;BR /&gt;datafile='/server_path/test.xls'&lt;BR /&gt;out=work.abc replace;&lt;BR /&gt;sheet='abc';&lt;BR /&gt;server="[server_name]";&lt;BR /&gt;port=[port_num];&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are getting message cannot connect to server.&lt;/P&gt;&lt;P&gt;Note: The test.xls is on a Unix Machine&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jul 2019 06:41:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/proc-import-dbms-xls-issue-in-sas-9-2/m-p/574074#M162135</guid>
      <dc:creator>AkshayKaru</dc:creator>
      <dc:date>2019-07-17T06:41:17Z</dc:date>
    </item>
    <item>
      <title>Re: proc import dbms=xls issue in sas 9.2</title>
      <link>https://communities.sas.com/t5/SAS-Programming/proc-import-dbms-xls-issue-in-sas-9-2/m-p/574086#M162140</link>
      <description>&lt;P&gt;9.2 is so long ago ... The options "server" and "port" specify a Windows server running a PCFiles-Service.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You should contact tech-support and provide a complete log.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jul 2019 08:15:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/proc-import-dbms-xls-issue-in-sas-9-2/m-p/574086#M162140</guid>
      <dc:creator>andreas_lds</dc:creator>
      <dc:date>2019-07-17T08:15:25Z</dc:date>
    </item>
    <item>
      <title>Re: proc import dbms=xls issue in sas 9.2</title>
      <link>https://communities.sas.com/t5/SAS-Programming/proc-import-dbms-xls-issue-in-sas-9-2/m-p/574120#M162163</link>
      <description>&lt;P&gt;Thanks andreas for your reply, any idea for below point:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;With the following code&lt;/P&gt;&lt;P&gt;proc import DBMS=XLS&lt;BR /&gt;datafile='/server_path/test.xls'&lt;BR /&gt;out=work.abc replace;&lt;BR /&gt;RXCL;&lt;BR /&gt;getnames=YES ;&lt;BR /&gt;namerow=1;&lt;BR /&gt;startrow=2;&lt;BR /&gt;mixed=yes;&lt;BR /&gt;sheet=abc;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are getting the following error message:&lt;/P&gt;&lt;P&gt;Memory request error&lt;/P&gt;&lt;P&gt;Memory request error&lt;BR /&gt;ERROR: Not enough memory available to allocate storage.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jul 2019 10:23:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/proc-import-dbms-xls-issue-in-sas-9-2/m-p/574120#M162163</guid>
      <dc:creator>AkshayKaru</dc:creator>
      <dc:date>2019-07-17T10:23:27Z</dc:date>
    </item>
    <item>
      <title>Re: proc import dbms=xls issue in sas 9.2</title>
      <link>https://communities.sas.com/t5/SAS-Programming/proc-import-dbms-xls-issue-in-sas-9-2/m-p/574134#M162167</link>
      <description>&lt;P&gt;Sorry, i never saw that error when we used 9.2. Some things to check:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;how large is the xls file?&lt;/LI&gt;
&lt;LI&gt;how much memory is available for each session on the server?&lt;/LI&gt;
&lt;LI&gt;are the latest (all) hotfixes for 9.2 installed?&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;I am not sure whether answering those questions helps to solve the problem. As i already said: contacting tech-support is the best way to find a solution.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jul 2019 11:48:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/proc-import-dbms-xls-issue-in-sas-9-2/m-p/574134#M162167</guid>
      <dc:creator>andreas_lds</dc:creator>
      <dc:date>2019-07-17T11:48:26Z</dc:date>
    </item>
    <item>
      <title>Re: proc import dbms=xls issue in sas 9.2</title>
      <link>https://communities.sas.com/t5/SAS-Programming/proc-import-dbms-xls-issue-in-sas-9-2/m-p/574222#M162212</link>
      <description>&lt;P&gt;A long shot is to verify the data is actually an XLS file. I have seen a fair amount of code where people save files in different formats with the XLS or XLSX so the spreadsheet program will open them by default.&lt;/P&gt;
&lt;P&gt;See if you can open the file in a plain text editor such as Notepad and actually read results as text. If you see lots of commas&amp;nbsp;&amp;nbsp;the file may be CSV, if you see HTML tags then it may actually be HTML.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jul 2019 15:31:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/proc-import-dbms-xls-issue-in-sas-9-2/m-p/574222#M162212</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2019-07-17T15:31:11Z</dc:date>
    </item>
  </channel>
</rss>

