<?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: Difference between dlm=',' and dsd in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Difference-between-dlm-and-dsd/m-p/311796#M67487</link>
    <description>&lt;P&gt;Both tools use commas as delimiters.&amp;nbsp; The result is different when the incoming data contains consecutive commas.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;With consecutive commas, DSD treats each comma separately.&amp;nbsp; Each comma marks the end of a separate variable on the INPUT statement.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However, dlm= treats consecutive commas as one long delimiter.&amp;nbsp; Consecutive commas mark the end of just one variable.&lt;/P&gt;</description>
    <pubDate>Tue, 15 Nov 2016 17:47:40 GMT</pubDate>
    <dc:creator>Astounding</dc:creator>
    <dc:date>2016-11-15T17:47:40Z</dc:date>
    <item>
      <title>Difference between dlm=',' and dsd</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Difference-between-dlm-and-dsd/m-p/311787#M67481</link>
      <description>&lt;P&gt;I'm working through one of the free elearning SAS modules and I don't get the difference in how SAS reads the data using dlm=',' versus dsd. &amp;nbsp;(I want to make a 100% on the quiz). &amp;nbsp;&lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;data work.donations;&lt;BR /&gt;infile "&amp;amp;path/donation.csv" dsd missover;&lt;BR /&gt;input empid q1 q2 q3 q4;&lt;BR /&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;data work.donations;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;infile "&amp;amp;path/donation.csv" dlm=',' missover;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;input empid q1 q2 q3 q4;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;run;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Nov 2016 17:27:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Difference-between-dlm-and-dsd/m-p/311787#M67481</guid>
      <dc:creator>GreggB</dc:creator>
      <dc:date>2016-11-15T17:27:37Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between dlm=',' and dsd</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Difference-between-dlm-and-dsd/m-p/311796#M67487</link>
      <description>&lt;P&gt;Both tools use commas as delimiters.&amp;nbsp; The result is different when the incoming data contains consecutive commas.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;With consecutive commas, DSD treats each comma separately.&amp;nbsp; Each comma marks the end of a separate variable on the INPUT statement.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However, dlm= treats consecutive commas as one long delimiter.&amp;nbsp; Consecutive commas mark the end of just one variable.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Nov 2016 17:47:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Difference-between-dlm-and-dsd/m-p/311796#M67487</guid>
      <dc:creator>Astounding</dc:creator>
      <dc:date>2016-11-15T17:47:40Z</dc:date>
    </item>
  </channel>
</rss>

