<?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 excel file in UNIX SAS in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Proc-import-excel-file-in-UNIX-SAS/m-p/253317#M309776</link>
    <description>&lt;P&gt;I was not using it before. I was using standard proc import with dbms=xlsx. The import would be done however some of the numeric columns would come in dollar format. Now i tried with the PC SAS file server and it worked for me. The numeric columns are in standard numeric type that i was looking for&amp;nbsp;and not in dollar format. Thanks&lt;/P&gt;</description>
    <pubDate>Mon, 29 Feb 2016 23:04:29 GMT</pubDate>
    <dc:creator>SB12</dc:creator>
    <dc:date>2016-02-29T23:04:29Z</dc:date>
    <item>
      <title>Proc import excel file in UNIX SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-import-excel-file-in-UNIX-SAS/m-p/253103#M309769</link>
      <description>&lt;P&gt;When i use proc import to import the excel file in unix SAS, some columns with numeric values are imported as dollar format. However, when i use proc import to import the same excel file in PC SAS, the column values comes in as standard numeric type with no format. Is there any option i can use in proc import in Unix SAS so that the numeric values are not imported as dollar format.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Mon, 29 Feb 2016 01:26:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-import-excel-file-in-UNIX-SAS/m-p/253103#M309769</guid>
      <dc:creator>SB12</dc:creator>
      <dc:date>2016-02-29T01:26:12Z</dc:date>
    </item>
    <item>
      <title>Re: Proc import excel file in UNIX SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-import-excel-file-in-UNIX-SAS/m-p/253116#M309770</link>
      <description>&lt;P&gt;Not really.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Check the format/informat. It's relatively easy to strip the format off if you don't like it.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Feb 2016 02:26:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-import-excel-file-in-UNIX-SAS/m-p/253116#M309770</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-02-29T02:26:06Z</dc:date>
    </item>
    <item>
      <title>Re: Proc import excel file in UNIX SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-import-excel-file-in-UNIX-SAS/m-p/253128#M309771</link>
      <description>&lt;P&gt;What file format are you using for the transfer (XLSX, CSV)?&lt;/P&gt;</description>
      <pubDate>Mon, 29 Feb 2016 07:44:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-import-excel-file-in-UNIX-SAS/m-p/253128#M309771</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2016-02-29T07:44:50Z</dc:date>
    </item>
    <item>
      <title>Re: Proc import excel file in UNIX SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-import-excel-file-in-UNIX-SAS/m-p/253139#M309772</link>
      <description>&lt;P&gt;Are you sure your trying to import an Excel file (i.e. an XLS or XLSX file) on Unix, I thought as Excel was Windows only, the engine to import directly was not available on Unix? &amp;nbsp;Anyways, I would strongly recommend to save the file as CSV, and write a datastep import program - Excel is notoriously unstructured, and combine that with the guessing of proc import is more headaches than just typing a program in.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Feb 2016 09:28:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-import-excel-file-in-UNIX-SAS/m-p/253139#M309772</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2016-02-29T09:28:41Z</dc:date>
    </item>
    <item>
      <title>Re: Proc import excel file in UNIX SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-import-excel-file-in-UNIX-SAS/m-p/253254#M309773</link>
      <description>&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/45151"&gt;@RW9&lt;/a&gt; I assume that &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/59239"&gt;@SB12&lt;/a&gt; is using a PC Files Server, right?</description>
      <pubDate>Mon, 29 Feb 2016 19:12:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-import-excel-file-in-UNIX-SAS/m-p/253254#M309773</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2016-02-29T19:12:33Z</dc:date>
    </item>
    <item>
      <title>Re: Proc import excel file in UNIX SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-import-excel-file-in-UNIX-SAS/m-p/253257#M309774</link>
      <description>&lt;P&gt;XLSX&lt;/P&gt;</description>
      <pubDate>Mon, 29 Feb 2016 19:31:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-import-excel-file-in-UNIX-SAS/m-p/253257#M309774</guid>
      <dc:creator>SB12</dc:creator>
      <dc:date>2016-02-29T19:31:49Z</dc:date>
    </item>
    <item>
      <title>Re: Proc import excel file in UNIX SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-import-excel-file-in-UNIX-SAS/m-p/253316#M309775</link>
      <description>&lt;P&gt;Yes, proc import with the dbms=xlsx works in Unix.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Feb 2016 23:01:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-import-excel-file-in-UNIX-SAS/m-p/253316#M309775</guid>
      <dc:creator>SB12</dc:creator>
      <dc:date>2016-02-29T23:01:33Z</dc:date>
    </item>
    <item>
      <title>Re: Proc import excel file in UNIX SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-import-excel-file-in-UNIX-SAS/m-p/253317#M309776</link>
      <description>&lt;P&gt;I was not using it before. I was using standard proc import with dbms=xlsx. The import would be done however some of the numeric columns would come in dollar format. Now i tried with the PC SAS file server and it worked for me. The numeric columns are in standard numeric type that i was looking for&amp;nbsp;and not in dollar format. Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 29 Feb 2016 23:04:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-import-excel-file-in-UNIX-SAS/m-p/253317#M309776</guid>
      <dc:creator>SB12</dc:creator>
      <dc:date>2016-02-29T23:04:29Z</dc:date>
    </item>
    <item>
      <title>Re: Proc import excel file in UNIX SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-import-excel-file-in-UNIX-SAS/m-p/253367#M309777</link>
      <description>&lt;P&gt;So it definately is an Excel file then. &amp;nbsp;Ok, well to be honest, my advice does not really change much anyhows. &amp;nbsp;Save the file into a text based delimited file format - i.e. a proper data transfer file format - then write a datastep import program. &amp;nbsp;Excel is not structured and proc import is a guessing procedure, these will cause you headaches. &amp;nbsp;Importing a simple text file is very simple and you have full control over what columns are imported, what type they are etc. &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Mar 2016 09:29:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-import-excel-file-in-UNIX-SAS/m-p/253367#M309777</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2016-03-01T09:29:45Z</dc:date>
    </item>
  </channel>
</rss>

