<?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 Messy Data -Column name consisting of two distinct units in SAS Data Management</title>
    <link>https://communities.sas.com/t5/SAS-Data-Management/Messy-Data-Column-name-consisting-of-two-distinct-units/m-p/275253#M7705</link>
    <description>&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a program which outputs a column name " Dummy 1" -&amp;gt; there is a space between dummy and 1....this makes the processing of the data really difficult. (please also see the screen shot)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the program is&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt; &lt;STRONG&gt;varmax&lt;/STRONG&gt; data=pData;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; model p1 p2 / p=&lt;STRONG&gt;1&lt;/STRONG&gt; print=(estimates)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ecm=(rank=&lt;STRONG&gt;1&lt;/STRONG&gt; ectrend normalize=p1) lagmax=&lt;STRONG&gt;0&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ods output &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; AlphaInECM=AlphaInECM ;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;run&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;what is an easy way to convert the column name from "Dummy 1 " to Dummy1 or something usable&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks in advance&lt;/P&gt;&lt;P&gt;Sony&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/12626i0593CF929968A4AD/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="Dummy 1.png" title="Dummy 1.png" /&gt;</description>
    <pubDate>Sun, 05 Jun 2016 16:45:04 GMT</pubDate>
    <dc:creator>Sonyboy</dc:creator>
    <dc:date>2016-06-05T16:45:04Z</dc:date>
    <item>
      <title>Messy Data -Column name consisting of two distinct units</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Messy-Data-Column-name-consisting-of-two-distinct-units/m-p/275253#M7705</link>
      <description>&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a program which outputs a column name " Dummy 1" -&amp;gt; there is a space between dummy and 1....this makes the processing of the data really difficult. (please also see the screen shot)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the program is&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt; &lt;STRONG&gt;varmax&lt;/STRONG&gt; data=pData;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; model p1 p2 / p=&lt;STRONG&gt;1&lt;/STRONG&gt; print=(estimates)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ecm=(rank=&lt;STRONG&gt;1&lt;/STRONG&gt; ectrend normalize=p1) lagmax=&lt;STRONG&gt;0&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ods output &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; AlphaInECM=AlphaInECM ;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;run&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;what is an easy way to convert the column name from "Dummy 1 " to Dummy1 or something usable&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks in advance&lt;/P&gt;&lt;P&gt;Sony&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/12626i0593CF929968A4AD/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="Dummy 1.png" title="Dummy 1.png" /&gt;</description>
      <pubDate>Sun, 05 Jun 2016 16:45:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Messy-Data-Column-name-consisting-of-two-distinct-units/m-p/275253#M7705</guid>
      <dc:creator>Sonyboy</dc:creator>
      <dc:date>2016-06-05T16:45:04Z</dc:date>
    </item>
    <item>
      <title>Re: Messy Data -Column name consisting of two distinct units</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Messy-Data-Column-name-consisting-of-two-distinct-units/m-p/275255#M7706</link>
      <description>&lt;P&gt;I have never seen a variable produced by a procedure that got such a name. Are you sure that you are looking at the variable name and not it's label?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Otherwise,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;data want;&lt;/P&gt;
&lt;P&gt;set have;&lt;/P&gt;
&lt;P&gt;rename 'Dummy 1'n=Dummy1;&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;will do the name change.&lt;/P&gt;</description>
      <pubDate>Sun, 05 Jun 2016 18:20:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Messy-Data-Column-name-consisting-of-two-distinct-units/m-p/275255#M7706</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2016-06-05T18:20:49Z</dc:date>
    </item>
  </channel>
</rss>

