<?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 fails in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/proc-import-fails/m-p/413309#M101138</link>
    <description>&lt;P&gt;Please check if your file imported successfully or not..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;or Try :-&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc import&lt;BR /&gt;datafile="folders\myfolders\sasuser.v94\products.xlsx"&lt;BR /&gt;out=work.products&lt;BR /&gt;dbms=xlsx&lt;BR /&gt;replace;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc print data=products;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 14 Nov 2017 13:02:40 GMT</pubDate>
    <dc:creator>Akas_wankha</dc:creator>
    <dc:date>2017-11-14T13:02:40Z</dc:date>
    <item>
      <title>proc import fails</title>
      <link>https://communities.sas.com/t5/SAS-Programming/proc-import-fails/m-p/413280#M101133</link>
      <description>&lt;P&gt;PROC IMPORT DATAFILE="&amp;lt;/folders/myfolders/sasuser.v94/products.xlsx.xlsx&amp;gt;"&lt;BR /&gt;OUT=WORK.products&lt;BR /&gt;DBMS=XLSX&lt;BR /&gt;REPLACE;&lt;BR /&gt;RUN;&lt;/P&gt;
&lt;P&gt;/** Print the results. **/&lt;/P&gt;
&lt;P&gt;PROC PRINT DATA=WORK.products; RUN;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; And run the program then display log window in&lt;/P&gt;
&lt;DIV class="sasSource"&gt;72 PROC PRINT DATA=WORK.products; RUN;&lt;/DIV&gt;
&lt;DIV class="sasError"&gt;ERROR: File WORK.PRODUCTS.DATA does not exist.&lt;/DIV&gt;
&lt;DIV class="sasError"&gt;pllllllllllllllllllllllllllllllllllz tell me the solution&lt;/DIV&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Nov 2017 11:57:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/proc-import-fails/m-p/413280#M101133</guid>
      <dc:creator>muledivyaswapna</dc:creator>
      <dc:date>2017-11-14T11:57:10Z</dc:date>
    </item>
    <item>
      <title>Re: proc import fails</title>
      <link>https://communities.sas.com/t5/SAS-Programming/proc-import-fails/m-p/413288#M101134</link>
      <description>&lt;P&gt;Use more descriptive subjects in the future. Using "sas" in the &lt;STRONG&gt;&lt;EM&gt;SAS&lt;/EM&gt;&lt;/STRONG&gt; communities is not descriptive at all.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The failure of the proc print means that the proc import can't have worked. Please post the complete log, following the advice in&amp;nbsp;&lt;A href="https://communities.sas.com/t5/help/faqpage/faq-category-id/posting?nobounce" target="_blank"&gt;https://communities.sas.com/t5/help/faqpage/faq-category-id/posting?nobounce&lt;/A&gt; for posting code/logs.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I guess that&lt;/P&gt;
&lt;PRE&gt;products.xlsx.xlsx&lt;/PRE&gt;
&lt;P&gt;should have been&lt;/P&gt;
&lt;PRE&gt;products.xlsx&lt;/PRE&gt;</description>
      <pubDate>Tue, 14 Nov 2017 12:00:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/proc-import-fails/m-p/413288#M101134</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-11-14T12:00:24Z</dc:date>
    </item>
    <item>
      <title>Re: proc import fails</title>
      <link>https://communities.sas.com/t5/SAS-Programming/proc-import-fails/m-p/413301#M101136</link>
      <description>&lt;P&gt;Well, the error is telling you that there is no dataset in work called products.&amp;nbsp; This is likely because the proc import step has failed for some reason.&amp;nbsp; It is a good idea to post the full log around the item in question, you will likely see error messages after proc import as well.&amp;nbsp; Also please avoid coding ALL IN CAPITALS as it really makes it hard to read.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Nov 2017 12:41:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/proc-import-fails/m-p/413301#M101136</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2017-11-14T12:41:36Z</dc:date>
    </item>
    <item>
      <title>Re: proc import fails</title>
      <link>https://communities.sas.com/t5/SAS-Programming/proc-import-fails/m-p/413309#M101138</link>
      <description>&lt;P&gt;Please check if your file imported successfully or not..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;or Try :-&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc import&lt;BR /&gt;datafile="folders\myfolders\sasuser.v94\products.xlsx"&lt;BR /&gt;out=work.products&lt;BR /&gt;dbms=xlsx&lt;BR /&gt;replace;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc print data=products;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Nov 2017 13:02:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/proc-import-fails/m-p/413309#M101138</guid>
      <dc:creator>Akas_wankha</dc:creator>
      <dc:date>2017-11-14T13:02:40Z</dc:date>
    </item>
  </channel>
</rss>

