<?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: Can someone please tell why Division has length of 9 in the below code? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Can-someone-please-tell-why-Division-has-length-of-9-in-the/m-p/467220#M119271</link>
    <description>the first occurence div got is education and hence the length is 9.</description>
    <pubDate>Sun, 03 Jun 2018 14:08:25 GMT</pubDate>
    <dc:creator>ruchi11dec</dc:creator>
    <dc:date>2018-06-03T14:08:25Z</dc:date>
    <item>
      <title>Can someone please tell why Division has length of 9 in the below code?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Can-someone-please-tell-why-Division-has-length-of-9-in-the/m-p/467207#M119262</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data names;
    title='EDU';
    if title='EDU' then
        Division='Education';
    else if title='HR' then
        Division='Human Resources';
    else Division='Unknown';
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;When I ran proc content for this code I get the length of 9 for Division variable but by default,&amp;nbsp;it should have 8 isn't it?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help would be highly appreciated&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 03 Jun 2018 08:05:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Can-someone-please-tell-why-Division-has-length-of-9-in-the/m-p/467207#M119262</guid>
      <dc:creator>pjpnk</dc:creator>
      <dc:date>2018-06-03T08:05:11Z</dc:date>
    </item>
    <item>
      <title>Re: Can someone please tell why Division has length of 9 in the below code?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Can-someone-please-tell-why-Division-has-length-of-9-in-the/m-p/467209#M119264</link>
      <description>&lt;P&gt;I suggest you count the number of letters in the string Education more carefully as this is what defines the length of Division:&lt;/P&gt;
&lt;PRE class=" language-sas"&gt;&lt;CODE class="  language-sas"&gt;Division&lt;SPAN class="token operator"&gt;=&lt;/SPAN&gt;&lt;SPAN class="token string"&gt;'Education'&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 03 Jun 2018 08:32:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Can-someone-please-tell-why-Division-has-length-of-9-in-the/m-p/467209#M119264</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2018-06-03T08:32:48Z</dc:date>
    </item>
    <item>
      <title>Re: Can someone please tell why Division has length of 9 in the below code?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Can-someone-please-tell-why-Division-has-length-of-9-in-the/m-p/467220#M119271</link>
      <description>the first occurence div got is education and hence the length is 9.</description>
      <pubDate>Sun, 03 Jun 2018 14:08:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Can-someone-please-tell-why-Division-has-length-of-9-in-the/m-p/467220#M119271</guid>
      <dc:creator>ruchi11dec</dc:creator>
      <dc:date>2018-06-03T14:08:25Z</dc:date>
    </item>
  </channel>
</rss>

