<?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: How to deal with the below ERROR: Import unsuccessful and The data set may be incomplete in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/How-to-deal-with-the-below-ERROR-Import-unsuccessful-and-The/m-p/901553#M40186</link>
    <description>&lt;P&gt;Thanks for your reply! I installed the parallels command on MAC, I consider turning to the online version&lt;span class="lia-unicode-emoji" title=":thinking_face:"&gt;🤔&lt;/span&gt;.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 04 Nov 2023 14:06:19 GMT</pubDate>
    <dc:creator>Silvan</dc:creator>
    <dc:date>2023-11-04T14:06:19Z</dc:date>
    <item>
      <title>How to deal with the below ERROR: Import unsuccessful and The data set may be incomplete</title>
      <link>https://communities.sas.com/t5/New-SAS-User/How-to-deal-with-the-below-ERROR-Import-unsuccessful-and-The/m-p/901534#M40183</link>
      <description>&lt;P&gt;Error 1:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Silvan_0-1699076652273.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/89408iA378D9A161934659/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Silvan_0-1699076652273.png" alt="Silvan_0-1699076652273.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Silvan_1-1699076717598.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/89409iE4642EC795F05A06/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Silvan_1-1699076717598.png" alt="Silvan_1-1699076717598.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Error 2:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Silvan_2-1699076753026.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/89410i84762A413C18B144/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Silvan_2-1699076753026.png" alt="Silvan_2-1699076753026.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Silvan_3-1699076765673.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/89411i75B4AD3027797AEE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Silvan_3-1699076765673.png" alt="Silvan_3-1699076765673.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 04 Nov 2023 05:46:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/How-to-deal-with-the-below-ERROR-Import-unsuccessful-and-The/m-p/901534#M40183</guid>
      <dc:creator>Silvan</dc:creator>
      <dc:date>2023-11-04T05:46:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to deal with the below ERROR: Import unsuccessful and The data set may be incomplete</title>
      <link>https://communities.sas.com/t5/New-SAS-User/How-to-deal-with-the-below-ERROR-Import-unsuccessful-and-The/m-p/901535#M40184</link>
      <description>&lt;P&gt;Welcome to the communities!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Since I assume you do this on SAS On Demand, you must upload your file to the server first, and then use the path of the uploaded file.&lt;/P&gt;
&lt;P&gt;If you do this from a Mac, use Chrome as your browser; several parts of SAS Studio do not work with Safari.&lt;/P&gt;</description>
      <pubDate>Sat, 04 Nov 2023 06:43:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/How-to-deal-with-the-below-ERROR-Import-unsuccessful-and-The/m-p/901535#M40184</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2023-11-04T06:43:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to deal with the below ERROR: Import unsuccessful and The data set may be incomplete</title>
      <link>https://communities.sas.com/t5/New-SAS-User/How-to-deal-with-the-below-ERROR-Import-unsuccessful-and-The/m-p/901549#M40185</link>
      <description>&lt;P&gt;I see you seem to be trying to read from some file created on a MAC.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For some strange reason Excel on Mac never adopted to the fact that decades ago the MacOS switched to being a flavor of Unix and it defaults to writing text files using Carriage Return instead of Line Feed as the end of line markers.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Try setting the TERMSTR=CR option on the INFILE statement.&amp;nbsp; For the PROC IMPORT define a fileref using a FILENAME statement so you can add the TERMSTR=CR option there also.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you are the one that created the CSV file from Excel on MAC then make sure to select the right filetype when saving so that it uses the proper end of line characters.&lt;/P&gt;</description>
      <pubDate>Sat, 04 Nov 2023 12:45:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/How-to-deal-with-the-below-ERROR-Import-unsuccessful-and-The/m-p/901549#M40185</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2023-11-04T12:45:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to deal with the below ERROR: Import unsuccessful and The data set may be incomplete</title>
      <link>https://communities.sas.com/t5/New-SAS-User/How-to-deal-with-the-below-ERROR-Import-unsuccessful-and-The/m-p/901553#M40186</link>
      <description>&lt;P&gt;Thanks for your reply! I installed the parallels command on MAC, I consider turning to the online version&lt;span class="lia-unicode-emoji" title=":thinking_face:"&gt;🤔&lt;/span&gt;.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 04 Nov 2023 14:06:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/How-to-deal-with-the-below-ERROR-Import-unsuccessful-and-The/m-p/901553#M40186</guid>
      <dc:creator>Silvan</dc:creator>
      <dc:date>2023-11-04T14:06:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to deal with the below ERROR: Import unsuccessful and The data set may be incomplete</title>
      <link>https://communities.sas.com/t5/New-SAS-User/How-to-deal-with-the-below-ERROR-Import-unsuccessful-and-The/m-p/901554#M40187</link>
      <description>Thank you for your detailed explanation! I will give it a try later.</description>
      <pubDate>Sat, 04 Nov 2023 14:11:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/How-to-deal-with-the-below-ERROR-Import-unsuccessful-and-The/m-p/901554#M40187</guid>
      <dc:creator>Silvan</dc:creator>
      <dc:date>2023-11-04T14:11:43Z</dc:date>
    </item>
  </channel>
</rss>

