<?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 in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/PROC-import/m-p/339728#M77537</link>
    <description>&lt;P&gt;What version of SAS do you have?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You may not have a license to import/export SAS files either, it requires SAS ACCESS to PCFILES I believe.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Try running the following to see if it lists SAS Access in the listing. If you post the output to here, make sure to remove your Site number.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc setinit; run;

proc product_status; run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 09 Mar 2017 18:07:16 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2017-03-09T18:07:16Z</dc:date>
    <item>
      <title>PROC import</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PROC-import/m-p/339719#M77531</link>
      <description>&lt;P&gt;Please post any example code for impoting XLSX type of file using Proc import syntax.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Mar 2017 17:43:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PROC-import/m-p/339719#M77531</guid>
      <dc:creator>Bhargav_Movva</dc:creator>
      <dc:date>2017-03-09T17:43:09Z</dc:date>
    </item>
    <item>
      <title>Re: PROC import</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PROC-import/m-p/339725#M77535</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc import out=want datafile='/folders/myfolders/myfile.xlsx' dbms=xlsx replace; run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 09 Mar 2017 18:00:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PROC-import/m-p/339725#M77535</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-03-09T18:00:08Z</dc:date>
    </item>
    <item>
      <title>Re: PROC import</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PROC-import/m-p/339727#M77536</link>
      <description>&lt;P&gt;Thanks for your reply...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Code i submitted---&amp;gt;&lt;/P&gt;&lt;P&gt;proc import&lt;BR /&gt;datafile="E:\SAS\SAS_Total\practice programs\proc_import.xlsx"&lt;BR /&gt;out=importingxl dbms=xlsx replace;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;log----&amp;gt;&lt;/P&gt;&lt;P&gt;proc import&lt;BR /&gt;&amp;nbsp;datafile="E:\SAS\SAS_Total\practice programs\proc_import.xlsx"&lt;/P&gt;&lt;P&gt;out=importingxl dbms=xlsx replace;&lt;BR /&gt;ERROR: DBMS type XLSX not valid for import.&lt;BR /&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;BR /&gt;NOTE: PROCEDURE IMPORT used (Total process time):&lt;BR /&gt;real time 0.00 seconds&lt;BR /&gt;cpu time 0.00 seconds&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you please spot what's wrong&lt;/P&gt;</description>
      <pubDate>Thu, 09 Mar 2017 18:04:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PROC-import/m-p/339727#M77536</guid>
      <dc:creator>Bhargav_Movva</dc:creator>
      <dc:date>2017-03-09T18:04:59Z</dc:date>
    </item>
    <item>
      <title>Re: PROC import</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PROC-import/m-p/339728#M77537</link>
      <description>&lt;P&gt;What version of SAS do you have?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You may not have a license to import/export SAS files either, it requires SAS ACCESS to PCFILES I believe.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Try running the following to see if it lists SAS Access in the listing. If you post the output to here, make sure to remove your Site number.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc setinit; run;

proc product_status; run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Mar 2017 18:07:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PROC-import/m-p/339728#M77537</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-03-09T18:07:16Z</dc:date>
    </item>
    <item>
      <title>Re: PROC import</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PROC-import/m-p/339730#M77538</link>
      <description>&lt;P&gt;Thanks!!!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Mar 2017 18:11:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PROC-import/m-p/339730#M77538</guid>
      <dc:creator>Bhargav_Movva</dc:creator>
      <dc:date>2017-03-09T18:11:57Z</dc:date>
    </item>
    <item>
      <title>Re: PROC import</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PROC-import/m-p/372512#M89072</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;I want to know that if i have data in excel file and i want to get only selected data out of it to make a dataset so can we use where statement in proc import. ?&lt;BR /&gt;&lt;BR /&gt;if not then how can i import selected data out of excel file ?&lt;/P&gt;</description>
      <pubDate>Sun, 02 Jul 2017 07:53:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PROC-import/m-p/372512#M89072</guid>
      <dc:creator>manish_1</dc:creator>
      <dc:date>2017-07-02T07:53:29Z</dc:date>
    </item>
  </channel>
</rss>

