<?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: there is an error says import unsuccessful, See SAS Log for details. in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/there-is-an-error-says-import-unsuccessful-See-SAS-Log-for/m-p/904288#M357293</link>
    <description>&lt;P&gt;So what is in the first five lines??&lt;/P&gt;
&lt;P&gt;You can ask SAS to SHOW you.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data _null_;
  infile '/home/u63677777/self-test/That.is.good.txt' obs=5;
  input;
  list;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Wed, 22 Nov 2023 20:31:50 GMT</pubDate>
    <dc:creator>Tom</dc:creator>
    <dc:date>2023-11-22T20:31:50Z</dc:date>
    <item>
      <title>there is an error says import unsuccessful, See SAS Log for details.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/there-is-an-error-says-import-unsuccessful-See-SAS-Log-for/m-p/904263#M357288</link>
      <description>&lt;P&gt;libname testscan '/home/u63677777/self-test';&lt;/P&gt;&lt;P&gt;proc import datafile= '/home/u63677777/self-test/That.is.good.txt'&lt;BR /&gt;dbms = tab&lt;BR /&gt;out = testscan.hwscan&lt;BR /&gt;replace;&lt;BR /&gt;getnames = yes;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Nov 2023 17:23:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/there-is-an-error-says-import-unsuccessful-See-SAS-Log-for/m-p/904263#M357288</guid>
      <dc:creator>QishengXia</dc:creator>
      <dc:date>2023-11-22T17:23:19Z</dc:date>
    </item>
    <item>
      <title>Re: there is an error says import unsuccessful, See SAS Log for details.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/there-is-an-error-says-import-unsuccessful-See-SAS-Log-for/m-p/904264#M357289</link>
      <description>&lt;P&gt;And what did you see on the sas log?&amp;nbsp; &amp;nbsp;Please post it to help us help you.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Nov 2023 17:26:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/there-is-an-error-says-import-unsuccessful-See-SAS-Log-for/m-p/904264#M357289</guid>
      <dc:creator>mkeintz</dc:creator>
      <dc:date>2023-11-22T17:26:13Z</dc:date>
    </item>
    <item>
      <title>Re: there is an error says import unsuccessful, See SAS Log for details.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/there-is-an-error-says-import-unsuccessful-See-SAS-Log-for/m-p/904269#M357290</link>
      <description>&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV class=""&gt;1 OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;&lt;/DIV&gt;&lt;DIV class=""&gt;68&lt;/DIV&gt;&lt;DIV class=""&gt;69 libname testscan '/home/u63677777/self-test';&lt;/DIV&gt;&lt;DIV class=""&gt;NOTE: Libref TESTSCAN was successfully assigned as follows:&lt;/DIV&gt;&lt;DIV class=""&gt;Engine: V9&lt;/DIV&gt;&lt;DIV class=""&gt;Physical Name: /home/u63677777/self-test&lt;/DIV&gt;&lt;DIV class=""&gt;70&lt;/DIV&gt;&lt;DIV class=""&gt;71 proc import datafile= '/home/u63677777/self-test/That.is.good.txt'&lt;/DIV&gt;&lt;DIV class=""&gt;72 dbms = tab&lt;/DIV&gt;&lt;DIV class=""&gt;73 out = testscan.hwscan&lt;/DIV&gt;&lt;DIV class=""&gt;74 replace;&lt;/DIV&gt;&lt;DIV class=""&gt;75 getnames = yes;&lt;/DIV&gt;&lt;DIV class=""&gt;76 run;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;NOTE: Unable to open parameter catalog: SASUSER.PARMS.PARMS.SLIST in update mode. Temporary parameter values will be saved to&lt;/DIV&gt;&lt;DIV class=""&gt;WORK.PARMS.PARMS.SLIST.&lt;/DIV&gt;&lt;DIV class=""&gt;Unable to sample external file, no data in first 5 records.&lt;/DIV&gt;&lt;DIV class=""&gt;ERROR: Import unsuccessful. See SAS Log for details.&lt;/DIV&gt;&lt;DIV class=""&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;/DIV&gt;&lt;DIV class=""&gt;NOTE: PROCEDURE IMPORT used (Total process time):&lt;/DIV&gt;&lt;DIV class=""&gt;real time 0.03 seconds&lt;/DIV&gt;&lt;DIV class=""&gt;user cpu time 0.02 seconds&lt;/DIV&gt;&lt;DIV class=""&gt;system cpu time 0.02 seconds&lt;/DIV&gt;&lt;DIV class=""&gt;memory 9582.56k&lt;/DIV&gt;&lt;DIV class=""&gt;OS Memory 28444.00k&lt;/DIV&gt;&lt;DIV class=""&gt;Timestamp 11/22/2023 06:33:39 PM&lt;/DIV&gt;&lt;DIV class=""&gt;Step Count 24 Switch Count 6&lt;/DIV&gt;&lt;DIV class=""&gt;Page Faults 0&lt;/DIV&gt;&lt;DIV class=""&gt;Page Reclaims 4510&lt;/DIV&gt;&lt;DIV class=""&gt;Page Swaps 0&lt;/DIV&gt;&lt;DIV class=""&gt;Voluntary Context Switches 50&lt;/DIV&gt;&lt;DIV class=""&gt;Involuntary Context Switches 0&lt;/DIV&gt;&lt;DIV class=""&gt;Block Input Operations 0&lt;/DIV&gt;&lt;DIV class=""&gt;Block Output Operations 72&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;77&lt;/DIV&gt;&lt;DIV class=""&gt;78 OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;&lt;/DIV&gt;&lt;DIV class=""&gt;88&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;User: u63677777&lt;/DIV&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;Messages: 1&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Wed, 22 Nov 2023 18:35:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/there-is-an-error-says-import-unsuccessful-See-SAS-Log-for/m-p/904269#M357290</guid>
      <dc:creator>QishengXia</dc:creator>
      <dc:date>2023-11-22T18:35:02Z</dc:date>
    </item>
    <item>
      <title>Re: there is an error says import unsuccessful, See SAS Log for details.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/there-is-an-error-says-import-unsuccessful-See-SAS-Log-for/m-p/904270#M357291</link>
      <description>This is your clue:&lt;BR /&gt;Unable to sample external file, no data in first 5 records.&lt;BR /&gt;PROC IMPORT cannot make sense of the file, inspect it with a text editor.&lt;BR /&gt;What does the description of the file say about its structure?</description>
      <pubDate>Wed, 22 Nov 2023 18:50:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/there-is-an-error-says-import-unsuccessful-See-SAS-Log-for/m-p/904270#M357291</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2023-11-22T18:50:34Z</dc:date>
    </item>
    <item>
      <title>Re: there is an error says import unsuccessful, See SAS Log for details.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/there-is-an-error-says-import-unsuccessful-See-SAS-Log-for/m-p/904288#M357293</link>
      <description>&lt;P&gt;So what is in the first five lines??&lt;/P&gt;
&lt;P&gt;You can ask SAS to SHOW you.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data _null_;
  infile '/home/u63677777/self-test/That.is.good.txt' obs=5;
  input;
  list;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 22 Nov 2023 20:31:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/there-is-an-error-says-import-unsuccessful-See-SAS-Log-for/m-p/904288#M357293</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2023-11-22T20:31:50Z</dc:date>
    </item>
  </channel>
</rss>

