<?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: USEDATE SCANTIME when importing Excel in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/USEDATE-SCANTIME-when-importing-Excel/m-p/407820#M279439</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/14733"&gt;@ysk&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sorry I can't test that for you but you may find some useful information with those links.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Did you get a chance to read&amp;nbsp;&lt;A href="http://go.documentation.sas.com/?docsetId=acpcref&amp;amp;docsetTarget=n0msy4hy1so0ren1acm90iijxn8j.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=fr" target="_self"&gt;Microsoft Excel Workbook Files&lt;/A&gt;?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Maybe you can use DBMS=EXCEL. Maybe.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SAS PC Files Server might be what you need in the end.&lt;/P&gt;
&lt;P&gt;You can install it from your depot or you can download the package it from &lt;A href="https://support.sas.com/downloads/package.htm?pid=753" target="_self"&gt;https://support.sas.com/downloads/package.htm?pid=753&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;Then&amp;nbsp;the page to use is &lt;A href="http://go.documentation.sas.com/?docsetId=pcfsicg&amp;amp;docsetTarget=p1m2b3th113t84n1pt0vi70jj2ni.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=fr" target="_self"&gt;Importing and Exporting Microsoft Office Files When SAS 9.4 and the SAS PC Files Server Are on the Same Machine&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope that helps.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cheers,&lt;BR /&gt;Damo&lt;/P&gt;</description>
    <pubDate>Thu, 26 Oct 2017 20:31:49 GMT</pubDate>
    <dc:creator>Damo</dc:creator>
    <dc:date>2017-10-26T20:31:49Z</dc:date>
    <item>
      <title>USEDATE SCANTIME when importing Excel</title>
      <link>https://communities.sas.com/t5/SAS-Programming/USEDATE-SCANTIME-when-importing-Excel/m-p/407794#M279438</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm currently using 64-bit SAS and trying to import 32-bit Excel (xlsx) file.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Previously when using 32-bit SAS i was able to import using a code similar to below.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;PROC IMPORT OUT=&amp;nbsp;test&lt;BR /&gt; DATAFILE= "c:\test.xlsx"&lt;BR /&gt; DBMS=xlsx REPLACE;&lt;BR /&gt;GETNAMES=YES;&lt;BR /&gt; MIXED=YES;&lt;BR /&gt; USEDATE=YES;&lt;BR /&gt; SCANTIME=YES;&lt;BR /&gt;RUN;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But now that i have changed to 64bit system i can no longer keep the GETNAMES, MIXED, USEDATE, SCANTIME features this ultimately changes the formatting of the date fields so i have to add manual lines of codes to change it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is there a way to use the same code as shown above in 64 bit system?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 26 Oct 2017 19:10:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/USEDATE-SCANTIME-when-importing-Excel/m-p/407794#M279438</guid>
      <dc:creator>ysk</dc:creator>
      <dc:date>2017-10-26T19:10:24Z</dc:date>
    </item>
    <item>
      <title>Re: USEDATE SCANTIME when importing Excel</title>
      <link>https://communities.sas.com/t5/SAS-Programming/USEDATE-SCANTIME-when-importing-Excel/m-p/407820#M279439</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/14733"&gt;@ysk&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sorry I can't test that for you but you may find some useful information with those links.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Did you get a chance to read&amp;nbsp;&lt;A href="http://go.documentation.sas.com/?docsetId=acpcref&amp;amp;docsetTarget=n0msy4hy1so0ren1acm90iijxn8j.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=fr" target="_self"&gt;Microsoft Excel Workbook Files&lt;/A&gt;?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Maybe you can use DBMS=EXCEL. Maybe.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SAS PC Files Server might be what you need in the end.&lt;/P&gt;
&lt;P&gt;You can install it from your depot or you can download the package it from &lt;A href="https://support.sas.com/downloads/package.htm?pid=753" target="_self"&gt;https://support.sas.com/downloads/package.htm?pid=753&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;Then&amp;nbsp;the page to use is &lt;A href="http://go.documentation.sas.com/?docsetId=pcfsicg&amp;amp;docsetTarget=p1m2b3th113t84n1pt0vi70jj2ni.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=fr" target="_self"&gt;Importing and Exporting Microsoft Office Files When SAS 9.4 and the SAS PC Files Server Are on the Same Machine&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope that helps.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cheers,&lt;BR /&gt;Damo&lt;/P&gt;</description>
      <pubDate>Thu, 26 Oct 2017 20:31:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/USEDATE-SCANTIME-when-importing-Excel/m-p/407820#M279439</guid>
      <dc:creator>Damo</dc:creator>
      <dc:date>2017-10-26T20:31:49Z</dc:date>
    </item>
  </channel>
</rss>

