<?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: length statement in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/length-statement/m-p/272915#M54325</link>
    <description>&lt;P&gt;They both do the same thing. &amp;nbsp;Spacing is flexible in most places in SAS programs, so the space after the dollar sign is optional. &amp;nbsp;However, the LENGTH statement does not require a dot after the length (but the FORMAT statement does). &amp;nbsp;So adding the dot doesn't hurt anything but it makes you appear less knowledgeable ... it announces that you thought the dot was required when it is not.&lt;/P&gt;</description>
    <pubDate>Wed, 25 May 2016 00:41:49 GMT</pubDate>
    <dc:creator>Astounding</dc:creator>
    <dc:date>2016-05-25T00:41:49Z</dc:date>
    <item>
      <title>length statement</title>
      <link>https://communities.sas.com/t5/SAS-Programming/length-statement/m-p/272913#M54323</link>
      <description>&lt;P&gt;Is there a difference between the two LENGTH statements below?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;/*1st LENGTH statement*/
length myvar $ 12;

/*2nd LENGTH statement*/
length myvar $12.;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 25 May 2016 00:02:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/length-statement/m-p/272913#M54323</guid>
      <dc:creator>dataMart87</dc:creator>
      <dc:date>2016-05-25T00:02:51Z</dc:date>
    </item>
    <item>
      <title>Re: length statement</title>
      <link>https://communities.sas.com/t5/SAS-Programming/length-statement/m-p/272915#M54325</link>
      <description>&lt;P&gt;They both do the same thing. &amp;nbsp;Spacing is flexible in most places in SAS programs, so the space after the dollar sign is optional. &amp;nbsp;However, the LENGTH statement does not require a dot after the length (but the FORMAT statement does). &amp;nbsp;So adding the dot doesn't hurt anything but it makes you appear less knowledgeable ... it announces that you thought the dot was required when it is not.&lt;/P&gt;</description>
      <pubDate>Wed, 25 May 2016 00:41:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/length-statement/m-p/272915#M54325</guid>
      <dc:creator>Astounding</dc:creator>
      <dc:date>2016-05-25T00:41:49Z</dc:date>
    </item>
    <item>
      <title>Re: length statement</title>
      <link>https://communities.sas.com/t5/SAS-Programming/length-statement/m-p/273165#M54417</link>
      <description>&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Thu, 26 May 2016 00:09:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/length-statement/m-p/273165#M54417</guid>
      <dc:creator>dataMart87</dc:creator>
      <dc:date>2016-05-26T00:09:59Z</dc:date>
    </item>
  </channel>
</rss>

