<?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: CSV IMPORT - ERROR: Import unsuccessful.  See SAS Log for details. in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/CSV-IMPORT-ERROR-Import-unsuccessful-See-SAS-Log-for-details/m-p/912492#M44192</link>
    <description>&lt;P&gt;Thanks. it was the path. I corrected it&lt;/P&gt;</description>
    <pubDate>Mon, 22 Jan 2024 16:07:54 GMT</pubDate>
    <dc:creator>bn820</dc:creator>
    <dc:date>2024-01-22T16:07:54Z</dc:date>
    <item>
      <title>CSV IMPORT - ERROR: Import unsuccessful.  See SAS Log for details.</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/CSV-IMPORT-ERROR-Import-unsuccessful-See-SAS-Log-for-details/m-p/912456#M44190</link>
      <description>&lt;P&gt;I am running the below code. keep getting the following error:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;NOTE: Unable to open parameter catalog: SASUSER.PARMS.PARMS.SLIST in update mode. Temporary parameter values will be saved to &lt;BR /&gt;WORK.PARMS.PARMS.SLIST.&lt;BR /&gt;WARNING: Physical file does not exist, \\NASLOCSHARE220\AGENCYSHARE\Maternal Child Health &lt;BR /&gt;Unit\Penelope\DataEvaluation\UU-HDS-ACS-LOH data\DHS Test.csv. &lt;BR /&gt;ERROR: Import unsuccessful. See SAS Log for details.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;FILENAME DHS "\\NASLOCSHARE220\AGENCYSHARE\Maternal Child Health Unit\Penelope\DataEvaluation\UU-HDS-ACS-LOH data\DHS Test.csv";&lt;BR /&gt;FILENAME ACS "\\NASLOCSHARE220\AGENCYSHARE\Maternal Child Health Unit\Penelope\DataEvaluation\UU-HDS-ACS-LOH data\LOH_ACS Test.csv";&lt;BR /&gt;FILENAME UU "\\NASLOCSHARE220\AGENCYSHARE\Maternal Child Health Unit\Penelope\DataEvaluation\UU-HDS-ACS-LOH data\UU Test.csv";&lt;/P&gt;
&lt;P&gt;/*Loading csv_sheets*/&lt;BR /&gt;PROC IMPORT DATAFILE=DHS&lt;BR /&gt;out=DHS_Data&lt;BR /&gt;dbms=csv&lt;BR /&gt;replace;&lt;/P&gt;
&lt;P&gt;PROC IMPORT DATAFILE=UU&lt;BR /&gt;out=UU_Data&lt;BR /&gt;dbms=csv&lt;BR /&gt;replace;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;PROC IMPORT DATAFILE=ACS&lt;BR /&gt;out=ACS_Data&lt;BR /&gt;dbms=csv&lt;BR /&gt;replace;&lt;BR /&gt;RUN;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jan 2024 15:03:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/CSV-IMPORT-ERROR-Import-unsuccessful-See-SAS-Log-for-details/m-p/912456#M44190</guid>
      <dc:creator>bn820</dc:creator>
      <dc:date>2024-01-22T15:03:50Z</dc:date>
    </item>
    <item>
      <title>Re: CSV IMPORT - ERROR: Import unsuccessful.  See SAS Log for details.</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/CSV-IMPORT-ERROR-Import-unsuccessful-See-SAS-Log-for-details/m-p/912469#M44191</link>
      <description>&lt;P&gt;Spaces and special characters such as - can be problems in paths. It is not impossible that the character you think you see as a dash is some other character so you have a problem getting the proper one into code. Depending on your operating system mixed case of files may also be a problem. Sometimes you may type one space where the file name or path actually has 2 or even worse a different non-printable character.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You may want to copy the entire path from a file manager your operating system uses to make sure you have the characters it sees.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If the Penelope in the path relates to PAT then you really do not want to rely on Proc Import to read their data files. Write a data step to read the CSV and be prepared to change it often as, at least my experience with PAT, is that they won't define variable content and will change it randomly, including column order.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jan 2024 15:47:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/CSV-IMPORT-ERROR-Import-unsuccessful-See-SAS-Log-for-details/m-p/912469#M44191</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2024-01-22T15:47:59Z</dc:date>
    </item>
    <item>
      <title>Re: CSV IMPORT - ERROR: Import unsuccessful.  See SAS Log for details.</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/CSV-IMPORT-ERROR-Import-unsuccessful-See-SAS-Log-for-details/m-p/912492#M44192</link>
      <description>&lt;P&gt;Thanks. it was the path. I corrected it&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jan 2024 16:07:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/CSV-IMPORT-ERROR-Import-unsuccessful-See-SAS-Log-for-details/m-p/912492#M44192</guid>
      <dc:creator>bn820</dc:creator>
      <dc:date>2024-01-22T16:07:54Z</dc:date>
    </item>
  </channel>
</rss>

