<?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: import unsuccessful. see sas log for details. in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/import-unsuccessful-see-sas-log-for-details/m-p/851395#M336512</link>
    <description>&lt;P&gt;You probably have the file open somewhere. Close the file and try again.&lt;/P&gt;</description>
    <pubDate>Wed, 28 Dec 2022 19:06:12 GMT</pubDate>
    <dc:creator>ugada</dc:creator>
    <dc:date>2022-12-28T19:06:12Z</dc:date>
    <item>
      <title>import unsuccessful. see sas log for details.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/import-unsuccessful-see-sas-log-for-details/m-p/849104#M335719</link>
      <description>&lt;P&gt;I want to import a csv file. I'm sure the file is in the correct folder.&lt;/P&gt;&lt;P&gt;Could anyone help me understand the following messages in the log?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;11 proc import out=data1&lt;BR /&gt;12 datafile="C:\Users\Michelle\Desktop\報告ㄦ\大四\運統\作業3\DB1B2017Q12"&lt;BR /&gt;13 dbms= csv replace;&lt;BR /&gt;14 getnames=yes;&lt;BR /&gt;15 run;&lt;/P&gt;&lt;P&gt;ERROR: Physical file does not exist, C:\Users\Michelle\Desktop\報告ㄦ\大四\運統\作業3\DB1B2017Q12.&lt;BR /&gt;ERROR: Import unsuccessful. See SAS Log for details.&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.06 秒&lt;BR /&gt;cpu time 0.06 秒&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Dec 2022 14:20:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/import-unsuccessful-see-sas-log-for-details/m-p/849104#M335719</guid>
      <dc:creator>Chen411</dc:creator>
      <dc:date>2022-12-12T14:20:18Z</dc:date>
    </item>
    <item>
      <title>Re: import unsuccessful. see sas log for details.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/import-unsuccessful-see-sas-log-for-details/m-p/849105#M335720</link>
      <description>&lt;P&gt;If SAS says the file is not there, it is not there. Period &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It seems to me though, that you are missing at least a .csv extention in your datafile option.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Dec 2022 14:25:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/import-unsuccessful-see-sas-log-for-details/m-p/849105#M335720</guid>
      <dc:creator>PeterClemmensen</dc:creator>
      <dc:date>2022-12-12T14:25:33Z</dc:date>
    </item>
    <item>
      <title>Re: import unsuccessful. see sas log for details.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/import-unsuccessful-see-sas-log-for-details/m-p/851395#M336512</link>
      <description>&lt;P&gt;You probably have the file open somewhere. Close the file and try again.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Dec 2022 19:06:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/import-unsuccessful-see-sas-log-for-details/m-p/851395#M336512</guid>
      <dc:creator>ugada</dc:creator>
      <dc:date>2022-12-28T19:06:12Z</dc:date>
    </item>
    <item>
      <title>Re: import unsuccessful. see sas log for details.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/import-unsuccessful-see-sas-log-for-details/m-p/851486#M336551</link>
      <description>&lt;P&gt;Is the sas session running on your computer or on a server? If it is not running on your computer, you have to move the file to a location that is accessible by the sas server.&lt;/P&gt;</description>
      <pubDate>Thu, 29 Dec 2022 07:24:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/import-unsuccessful-see-sas-log-for-details/m-p/851486#M336551</guid>
      <dc:creator>andreas_lds</dc:creator>
      <dc:date>2022-12-29T07:24:25Z</dc:date>
    </item>
    <item>
      <title>Re: import unsuccessful. see sas log for details.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/import-unsuccessful-see-sas-log-for-details/m-p/851501#M336561</link>
      <description>&lt;P&gt;If the SAS SERVER component where your script executes isn't installed on your computer then it has most likely no access to a file on your desktop.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If above is the case then you need either to upload the file onto the server where SAS executes and then use the server path in your proc import script.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you're using the SAS EG or Studio CLIENT then you can also use the client's import wizard. In EG that would be under menu File/Import Data.&lt;/P&gt;
&lt;P&gt;Because that's using the client installed on your computer you will have access to a file on your desktop. The client does then the conversion and upload to SAS for you.&lt;/P&gt;</description>
      <pubDate>Thu, 29 Dec 2022 09:05:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/import-unsuccessful-see-sas-log-for-details/m-p/851501#M336561</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2022-12-29T09:05:15Z</dc:date>
    </item>
  </channel>
</rss>

