<?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: why it does not work  (the xls file is 32 bit , the SAS is 64 bit version , have install PC file in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/why-it-does-not-work-the-xls-file-is-32-bit-the-SAS-is-64-bit/m-p/628710#M77597</link>
    <description>&lt;P&gt;All uses of the excel/xls/xlsx/excelcs engines require that ACCESS to PC Files is licensed and installed.&lt;/P&gt;</description>
    <pubDate>Mon, 02 Mar 2020 10:09:39 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2020-03-02T10:09:39Z</dc:date>
    <item>
      <title>why it does not work  (the xls file is 32 bit , the SAS is 64 bit version , have install PC files</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/why-it-does-not-work-the-xls-file-is-32-bit-the-SAS-is-64-bit/m-p/628641#M77575</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;libname apple    'C:\Users\Documents\Sales.xls';

proc print  data = apple.Sales;
   where EmpID = '9888' or EmpID = '0177';

run;

&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 02 Mar 2020 02:19:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/why-it-does-not-work-the-xls-file-is-32-bit-the-SAS-is-64-bit/m-p/628641#M77575</guid>
      <dc:creator>tianerhu</dc:creator>
      <dc:date>2020-03-02T02:19:31Z</dc:date>
    </item>
    <item>
      <title>Re: why it does not work  (the xls file is 32 bit , the SAS is 64 bit version , have install PC file</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/why-it-does-not-work-the-xls-file-is-32-bit-the-SAS-is-64-bit/m-p/628646#M77576</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;libname apple excel   'C:\Users\Documents\Sales.xls';&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 02 Mar 2020 02:32:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/why-it-does-not-work-the-xls-file-is-32-bit-the-SAS-is-64-bit/m-p/628646#M77576</guid>
      <dc:creator>ghosh</dc:creator>
      <dc:date>2020-03-02T02:32:04Z</dc:date>
    </item>
    <item>
      <title>Re: why it does not work  (the xls file is 32 bit , the SAS is 64 bit version , have install PC file</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/why-it-does-not-work-the-xls-file-is-32-bit-the-SAS-is-64-bit/m-p/628647#M77577</link>
      <description>&lt;P&gt;thank you ,&amp;nbsp; but&amp;nbsp; it doesn't work&lt;/P&gt;</description>
      <pubDate>Mon, 02 Mar 2020 02:38:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/why-it-does-not-work-the-xls-file-is-32-bit-the-SAS-is-64-bit/m-p/628647#M77577</guid>
      <dc:creator>tianerhu</dc:creator>
      <dc:date>2020-03-02T02:38:02Z</dc:date>
    </item>
    <item>
      <title>Re: why it does not work  (the xls file is 32 bit , the SAS is 64 bit version , have install PC file</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/why-it-does-not-work-the-xls-file-is-32-bit-the-SAS-is-64-bit/m-p/628653#M77580</link>
      <description>&lt;P&gt;what is the error message?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you try with an xlsx file format?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;libname apple XLSX   'C:\Users\Documents\Sales.xlsx';&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 02 Mar 2020 03:51:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/why-it-does-not-work-the-xls-file-is-32-bit-the-SAS-is-64-bit/m-p/628653#M77580</guid>
      <dc:creator>ghosh</dc:creator>
      <dc:date>2020-03-02T03:51:38Z</dc:date>
    </item>
    <item>
      <title>Re: why it does not work  (the xls file is 32 bit , the SAS is 64 bit version , have install PC file</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/why-it-does-not-work-the-xls-file-is-32-bit-the-SAS-is-64-bit/m-p/628657#M77581</link>
      <description>&lt;P&gt;thank you , but it doesn't work&lt;/P&gt;</description>
      <pubDate>Mon, 02 Mar 2020 04:14:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/why-it-does-not-work-the-xls-file-is-32-bit-the-SAS-is-64-bit/m-p/628657#M77581</guid>
      <dc:creator>tianerhu</dc:creator>
      <dc:date>2020-03-02T04:14:04Z</dc:date>
    </item>
    <item>
      <title>Re: why it does not work  (the xls file is 32 bit , the SAS is 64 bit version , have install PC file</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/why-it-does-not-work-the-xls-file-is-32-bit-the-SAS-is-64-bit/m-p/628670#M77584</link>
      <description>&lt;P&gt;As I wrote in the other thread, run proc setinit and proc productstatus to verify that ACCESS to PC Files is licensed and installed.&lt;/P&gt;</description>
      <pubDate>Mon, 02 Mar 2020 06:49:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/why-it-does-not-work-the-xls-file-is-32-bit-the-SAS-is-64-bit/m-p/628670#M77584</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2020-03-02T06:49:03Z</dc:date>
    </item>
    <item>
      <title>Re: why it does not work  (the xls file is 32 bit , the SAS is 64 bit version , have install PC file</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/why-it-does-not-work-the-xls-file-is-32-bit-the-SAS-is-64-bit/m-p/628690#M77596</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/268447"&gt;@tianerhu&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;In&amp;nbsp;case you don't have the license mentioned by &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/11562"&gt;@Kurt_Bremser&lt;/a&gt;&amp;nbsp;, an alternative could be the use of PROC IMPORT:&lt;/SPAN&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc import datafile='C:\Users\Documents\Sales.xls'
		    out=work.Sales /* 'work' or any other library*/
			dbms=xls
			replace;
run;

proc print data = work.Sales; /* 'work' or any other library*/
   where EmpID = '9888' or EmpID = '0177';
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 02 Mar 2020 08:42:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/why-it-does-not-work-the-xls-file-is-32-bit-the-SAS-is-64-bit/m-p/628690#M77596</guid>
      <dc:creator>ed_sas_member</dc:creator>
      <dc:date>2020-03-02T08:42:47Z</dc:date>
    </item>
    <item>
      <title>Re: why it does not work  (the xls file is 32 bit , the SAS is 64 bit version , have install PC file</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/why-it-does-not-work-the-xls-file-is-32-bit-the-SAS-is-64-bit/m-p/628710#M77597</link>
      <description>&lt;P&gt;All uses of the excel/xls/xlsx/excelcs engines require that ACCESS to PC Files is licensed and installed.&lt;/P&gt;</description>
      <pubDate>Mon, 02 Mar 2020 10:09:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/why-it-does-not-work-the-xls-file-is-32-bit-the-SAS-is-64-bit/m-p/628710#M77597</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2020-03-02T10:09:39Z</dc:date>
    </item>
    <item>
      <title>Re: why it does not work  (the xls file is 32 bit , the SAS is 64 bit version , have install PC file</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/why-it-does-not-work-the-xls-file-is-32-bit-the-SAS-is-64-bit/m-p/628840#M77599</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/268447"&gt;@tianerhu&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;thank you ,&amp;nbsp; but&amp;nbsp; it doesn't work&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Doesn't work is awful vague.&lt;BR /&gt;&lt;BR /&gt;Are there errors in the log?: Post the code and log in a code box opened with the {i} to maintain formatting of error messages.&lt;BR /&gt;&lt;BR /&gt;No output? Post any log in a code box.&lt;BR /&gt;&lt;BR /&gt;Unexpected output? Provide input data in the form of data step code pasted into a code box, the actual results and the expected results. Instructions here: &lt;A href="https://communities.sas.com/t5/SAS-Communities-Library/How-to-create-a-data-step-version-of-your-dat" target="_blank"&gt;https://communities.sas.com/t5/SAS-Communities-Library/How-to-create-a-data-step-version-of-your-dat&lt;/A&gt;... will show how to turn an existing SAS data set into data step code that can be pasted into a forum code box using the {i} icon or attached as text to show exactly what you have and that we can test code against.&lt;/P&gt;</description>
      <pubDate>Mon, 02 Mar 2020 17:09:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/why-it-does-not-work-the-xls-file-is-32-bit-the-SAS-is-64-bit/m-p/628840#M77599</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2020-03-02T17:09:17Z</dc:date>
    </item>
    <item>
      <title>Re: why it does not work  (the xls file is 32 bit , the SAS is 64 bit version , have install PC file</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/why-it-does-not-work-the-xls-file-is-32-bit-the-SAS-is-64-bit/m-p/630118#M77655</link>
      <description>&lt;P&gt;thank you for your help , i will reply the next week , i have to prepare the midterm&lt;/P&gt;</description>
      <pubDate>Fri, 06 Mar 2020 15:54:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/why-it-does-not-work-the-xls-file-is-32-bit-the-SAS-is-64-bit/m-p/630118#M77655</guid>
      <dc:creator>tianerhu</dc:creator>
      <dc:date>2020-03-06T15:54:51Z</dc:date>
    </item>
    <item>
      <title>Re: why it does not work  (the xls file is 32 bit , the SAS is 64 bit version , have install PC file</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/why-it-does-not-work-the-xls-file-is-32-bit-the-SAS-is-64-bit/m-p/630119#M77656</link>
      <description>&lt;P&gt;Thank you so much .&lt;/P&gt;</description>
      <pubDate>Fri, 06 Mar 2020 15:55:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/why-it-does-not-work-the-xls-file-is-32-bit-the-SAS-is-64-bit/m-p/630119#M77656</guid>
      <dc:creator>tianerhu</dc:creator>
      <dc:date>2020-03-06T15:55:27Z</dc:date>
    </item>
  </channel>
</rss>

