<?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: Changing attribute name / does not display complete string in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Changing-attribute-name-does-not-display-complete-string/m-p/315283#M270846</link>
    <description>&lt;P&gt;Make variable Region larger. Insert &lt;FONT color="#0000FF"&gt;length region $24;&lt;/FONT&gt; before the set statement.&lt;/P&gt;</description>
    <pubDate>Tue, 29 Nov 2016 17:32:11 GMT</pubDate>
    <dc:creator>PGStats</dc:creator>
    <dc:date>2016-11-29T17:32:11Z</dc:date>
    <item>
      <title>Changing attribute name / does not display complete string</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Changing-attribute-name-does-not-display-complete-string/m-p/315279#M270845</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am tying to change the name of the each region on the following dataset:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/6105iE8ADD8B9BF7C98EC/image-size/original?v=v2&amp;amp;px=-1" border="0" alt="Untitled.png" title="Untitled.png" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have wrote very simpe data step in sas:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;data changName;
set data.region;
if region="STATE" then region="Missouri";
if region="EASTERN" then region="Eastern District";
if region="CENTRAL" then region="Central District";
if region="SOUTHWEST" then region="South Western District";
if region="SOUTHEAST" then region="South Eastern District";
if region="NORTHWEST" then region="North Western District";
run;&lt;/PRE&gt;&lt;P&gt;but what I got from this code is:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/6107iAD55A823049A633C/image-size/original?v=v2&amp;amp;px=-1" border="0" alt="Untitled.png" title="Untitled.png" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;as you can see it does not show the entire strings!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would really be appriciate if someone help me with this.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Nov 2016 17:28:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Changing-attribute-name-does-not-display-complete-string/m-p/315279#M270845</guid>
      <dc:creator>samira</dc:creator>
      <dc:date>2016-11-29T17:28:22Z</dc:date>
    </item>
    <item>
      <title>Re: Changing attribute name / does not display complete string</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Changing-attribute-name-does-not-display-complete-string/m-p/315283#M270846</link>
      <description>&lt;P&gt;Make variable Region larger. Insert &lt;FONT color="#0000FF"&gt;length region $24;&lt;/FONT&gt; before the set statement.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Nov 2016 17:32:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Changing-attribute-name-does-not-display-complete-string/m-p/315283#M270846</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2016-11-29T17:32:11Z</dc:date>
    </item>
    <item>
      <title>Re: Changing attribute name / does not display complete string</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Changing-attribute-name-does-not-display-complete-string/m-p/315372#M270847</link>
      <description>&lt;A href="http://support.sas.com/documentation/cdl/en/lrdict/64316/HTML/default/viewer.htm#a000218807.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/lrdict/64316/HTML/default/viewer.htm#a000218807.htm&lt;/A&gt;</description>
      <pubDate>Tue, 29 Nov 2016 23:44:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Changing-attribute-name-does-not-display-complete-string/m-p/315372#M270847</guid>
      <dc:creator>anoopmohandas7</dc:creator>
      <dc:date>2016-11-29T23:44:35Z</dc:date>
    </item>
  </channel>
</rss>

