<?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: not add the colon, but the output is correct .why ? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/not-add-the-colon-but-the-output-is-correct-why/m-p/743815#M232957</link>
    <description>&lt;P&gt;The spaces in the raw data are significant. Try again with the spacing exactly as stated in the problem.&lt;/P&gt;</description>
    <pubDate>Wed, 26 May 2021 11:22:36 GMT</pubDate>
    <dc:creator>WarrenKuhfeld</dc:creator>
    <dc:date>2021-05-26T11:22:36Z</dc:date>
    <item>
      <title>not add the colon, but the output is correct .why ?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/not-add-the-colon-but-the-output-is-correct-why/m-p/743810#M232952</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="tianerhu_0-1622026132292.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/59759i850753CAE30BB04E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="tianerhu_0-1622026132292.png" alt="tianerhu_0-1622026132292.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;data work.family;&lt;BR /&gt;infile datalines;&lt;BR /&gt;input relation $ first_name $ birthdate mmddyy8.;&lt;BR /&gt;datalines;&lt;BR /&gt;son Frank 01/31/89&lt;BR /&gt;daughter June 12-25-87&lt;BR /&gt;brother Samuel 01/17/51&lt;BR /&gt;;&lt;BR /&gt;proc print data = work.family;&lt;BR /&gt;*format birthdate mmddyy10.;&lt;BR /&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The answer tells that the colon must be added. But , I get the perfect output without it , why?&lt;/P&gt;</description>
      <pubDate>Wed, 26 May 2021 10:50:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/not-add-the-colon-but-the-output-is-correct-why/m-p/743810#M232952</guid>
      <dc:creator>tianerhu</dc:creator>
      <dc:date>2021-05-26T10:50:30Z</dc:date>
    </item>
    <item>
      <title>Re: not add the colon, but the output is correct .why ?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/not-add-the-colon-but-the-output-is-correct-why/m-p/743815#M232957</link>
      <description>&lt;P&gt;The spaces in the raw data are significant. Try again with the spacing exactly as stated in the problem.&lt;/P&gt;</description>
      <pubDate>Wed, 26 May 2021 11:22:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/not-add-the-colon-but-the-output-is-correct-why/m-p/743815#M232957</guid>
      <dc:creator>WarrenKuhfeld</dc:creator>
      <dc:date>2021-05-26T11:22:36Z</dc:date>
    </item>
    <item>
      <title>Re: not add the colon, but the output is correct .why ?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/not-add-the-colon-but-the-output-is-correct-why/m-p/743818#M232958</link>
      <description>&lt;P&gt;The difference you are seeing is because you did not use the exact datalines.&amp;nbsp; If you look closely you will see that in the second line of the datalines there are spaces in front of the birthdate value.&amp;nbsp; Try including the extra spaces and you will see that the code will not execute properly without the colon.&lt;/P&gt;</description>
      <pubDate>Wed, 26 May 2021 11:30:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/not-add-the-colon-but-the-output-is-correct-why/m-p/743818#M232958</guid>
      <dc:creator>CarmineVerrell</dc:creator>
      <dc:date>2021-05-26T11:30:58Z</dc:date>
    </item>
    <item>
      <title>Re: not add the colon, but the output is correct .why ?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/not-add-the-colon-but-the-output-is-correct-why/m-p/743833#M232966</link>
      <description>&lt;P&gt;Thank you for your help.&lt;/P&gt;</description>
      <pubDate>Wed, 26 May 2021 12:08:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/not-add-the-colon-but-the-output-is-correct-why/m-p/743833#M232966</guid>
      <dc:creator>tianerhu</dc:creator>
      <dc:date>2021-05-26T12:08:13Z</dc:date>
    </item>
    <item>
      <title>Re: not add the colon, but the output is correct .why ?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/not-add-the-colon-but-the-output-is-correct-why/m-p/743834#M232967</link>
      <description>&lt;P&gt;Thank you very much.&lt;/P&gt;</description>
      <pubDate>Wed, 26 May 2021 12:08:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/not-add-the-colon-but-the-output-is-correct-why/m-p/743834#M232967</guid>
      <dc:creator>tianerhu</dc:creator>
      <dc:date>2021-05-26T12:08:46Z</dc:date>
    </item>
  </channel>
</rss>

