<?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: Getting Error while doing Proc Import in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Getting-Error-while-doing-Proc-Import/m-p/347783#M80426</link>
    <description>&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The error message is not showing when I closed and submitted the programme again, Now it is perfect with out any changes.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks a lot for the suggestions and advices ..&lt;/P&gt;</description>
    <pubDate>Thu, 06 Apr 2017 15:30:18 GMT</pubDate>
    <dc:creator>ambadi007</dc:creator>
    <dc:date>2017-04-06T15:30:18Z</dc:date>
    <item>
      <title>Getting Error while doing Proc Import</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Getting-Error-while-doing-Proc-Import/m-p/347674#M80367</link>
      <description>&lt;P&gt;Dear Experts,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am getting the below error while importing the excel file&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ERROR: The setting of the SYSPRINT option to "PDFCreator#:1 (redirected 2)" will be ignored &amp;nbsp;because "PDFCreator#:1 (redirected 2)" is not the name of a currently installed printer. &amp;nbsp;This error may be due to changes in SYSPRINT option syntax. &amp;nbsp;Please refer to your host companion for details of those changes.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have attached the code also for the reference, Please provide me any solution for this error&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc import out = sic 
   datafile = "R:\CDW Reporting\Input Data\SIC Sector Subindustry Lookup" 
    dbms = excel2000 replace; 
   getnames = yes; 
    run; &lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 06 Apr 2017 12:26:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Getting-Error-while-doing-Proc-Import/m-p/347674#M80367</guid>
      <dc:creator>ambadi007</dc:creator>
      <dc:date>2017-04-06T12:26:26Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Error while doing Proc Import</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Getting-Error-while-doing-Proc-Import/m-p/347686#M80372</link>
      <description>&lt;P&gt;This doesn't really have anything to do with proc import. &amp;nbsp;You have, either in your session or setup files: options sysprint...&lt;/P&gt;
&lt;P&gt;Setup to a printer that you no longer have mapped. &amp;nbsp;Check:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/kb/1/701.html" target="_blank"&gt;http://support.sas.com/kb/1/701.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sort out the options statement to a printer you have, or map that named printer.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Apr 2017 12:51:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Getting-Error-while-doing-Proc-Import/m-p/347686#M80372</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2017-04-06T12:51:33Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Error while doing Proc Import</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Getting-Error-while-doing-Proc-Import/m-p/347687#M80373</link>
      <description>&lt;P&gt;Your code doesn't point to an Excel file but to a directory. Do you really have an Excel 2000 format file?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Apr 2017 12:51:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Getting-Error-while-doing-Proc-Import/m-p/347687#M80373</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-04-06T12:51:38Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Error while doing Proc Import</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Getting-Error-while-doing-Proc-Import/m-p/347693#M80379</link>
      <description>&lt;P&gt;Hi the file SIC Sector Subindustry Lookup is an excel file and the type of file is :-&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;Microsoft Excel 97-2003 Worksheet (.xls)&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Apr 2017 13:08:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Getting-Error-while-doing-Proc-Import/m-p/347693#M80379</guid>
      <dc:creator>ambadi007</dc:creator>
      <dc:date>2017-04-06T13:08:23Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Error while doing Proc Import</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Getting-Error-while-doing-Proc-Import/m-p/347696#M80382</link>
      <description>&lt;P&gt;Set DBMS as XLS or EXCEL.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Set datafile to the full path ofthe Excel file including filename and extension.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Read the log carefully, the Error you've posted appears from a different part of your code, not the IMPORT procedure.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Apr 2017 13:15:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Getting-Error-while-doing-Proc-Import/m-p/347696#M80382</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-04-06T13:15:04Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Error while doing Proc Import</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Getting-Error-while-doing-Proc-Import/m-p/347783#M80426</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The error message is not showing when I closed and submitted the programme again, Now it is perfect with out any changes.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks a lot for the suggestions and advices ..&lt;/P&gt;</description>
      <pubDate>Thu, 06 Apr 2017 15:30:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Getting-Error-while-doing-Proc-Import/m-p/347783#M80426</guid>
      <dc:creator>ambadi007</dc:creator>
      <dc:date>2017-04-06T15:30:18Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Error while doing Proc Import</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Getting-Error-while-doing-Proc-Import/m-p/347857#M80451</link>
      <description>&lt;P&gt;If you are running parts of code by selecting them in the editor and then running highlighted code sometimes you miss something that should be highlighted. That can lead to some very interesting errors.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Apr 2017 17:48:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Getting-Error-while-doing-Proc-Import/m-p/347857#M80451</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2017-04-06T17:48:32Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Error while doing Proc Import</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Getting-Error-while-doing-Proc-Import/m-p/530194#M144969</link>
      <description>&lt;P&gt;I had the exact same problem. I switched printer preferences while having SAS open.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Closed program and re-ran same code and it worked just fine.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Jan 2019 20:00:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Getting-Error-while-doing-Proc-Import/m-p/530194#M144969</guid>
      <dc:creator>catnipper</dc:creator>
      <dc:date>2019-01-25T20:00:16Z</dc:date>
    </item>
  </channel>
</rss>

