<?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: Proc Transpose help - &amp;quot;Name of Former Variable&amp;quot; column not recognized in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Proc-Transpose-help-quot-Name-of-Former-Variable-quot-column-not/m-p/351528#M81817</link>
    <description>&lt;P&gt;You're seeing the variable LABEL not the variable NAME.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would guess the variable name is actually _LABEL_ but verify it either by switching to the variable name (in View Menu) or using PROC CONTENTS.&lt;/P&gt;</description>
    <pubDate>Thu, 20 Apr 2017 03:40:10 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2017-04-20T03:40:10Z</dc:date>
    <item>
      <title>Proc Transpose help - "Name of Former Variable" column not recognized</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-Transpose-help-quot-Name-of-Former-Variable-quot-column-not/m-p/351517#M81812</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to run a t-test and I can't get SAS to recognize a generated transposed variable. I also don't know why it generated two of the same columns. When I attempt to rename or drop it, it gives the same error message as well:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;ERROR: Variable LABEL_OF_FORMER_VARIABLE not found.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Is there a way to create the same column or copy it again so that SAS will be able to analyze it? I would REALLY appreciate any help on this because I've been stuck on this problem for days! &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt; Attached a screenshot.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/13728iBAC998219EE0D3CA/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="1.PNG" title="1.PNG" /&gt;</description>
      <pubDate>Thu, 20 Apr 2017 02:58:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-Transpose-help-quot-Name-of-Former-Variable-quot-column-not/m-p/351517#M81812</guid>
      <dc:creator>pharmacygirl</dc:creator>
      <dc:date>2017-04-20T02:58:52Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Transpose help - "Name of Former Variable" column not recognized</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-Transpose-help-quot-Name-of-Former-Variable-quot-column-not/m-p/351519#M81813</link>
      <description>not sure if you could use in the var statement of proc ttest the character variable (LABEL_OF_FORMER_VARIABLE), we are supposed to use the numeric variable.</description>
      <pubDate>Thu, 20 Apr 2017 03:09:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-Transpose-help-quot-Name-of-Former-Variable-quot-column-not/m-p/351519#M81813</guid>
      <dc:creator>Jagadishkatam</dc:creator>
      <dc:date>2017-04-20T03:09:40Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Transpose help - "Name of Former Variable" column not recognized</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-Transpose-help-quot-Name-of-Former-Variable-quot-column-not/m-p/351528#M81817</link>
      <description>&lt;P&gt;You're seeing the variable LABEL not the variable NAME.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would guess the variable name is actually _LABEL_ but verify it either by switching to the variable name (in View Menu) or using PROC CONTENTS.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Apr 2017 03:40:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-Transpose-help-quot-Name-of-Former-Variable-quot-column-not/m-p/351528#M81817</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-04-20T03:40:10Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Transpose help - "Name of Former Variable" column not recognized</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-Transpose-help-quot-Name-of-Former-Variable-quot-column-not/m-p/351529#M81818</link>
      <description>&lt;P&gt;This is in addition to&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/12151"&gt;@Jagadishkatam&lt;/a&gt;&amp;nbsp;correct statement that the VAR requires a numeric variable. The variable to be analyzed goes in the VAR statement, the categorical variable goes as the CLASS variable.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Apr 2017 03:41:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-Transpose-help-quot-Name-of-Former-Variable-quot-column-not/m-p/351529#M81818</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-04-20T03:41:54Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Transpose help - "Name of Former Variable" column not recognized</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-Transpose-help-quot-Name-of-Former-Variable-quot-column-not/m-p/351531#M81820</link>
      <description>&lt;P&gt;"NAME OF FORMER VARIABLE" and "LABEL OF FORMER VARIABLE" are variable labels, not names. The corresponding variable names are _NAME_ and _LABEL_.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Apr 2017 03:43:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-Transpose-help-quot-Name-of-Former-Variable-quot-column-not/m-p/351531#M81820</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2017-04-20T03:43:34Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Transpose help - "Name of Former Variable" column not recognized</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-Transpose-help-quot-Name-of-Former-Variable-quot-column-not/m-p/387822#M93006</link>
      <description>&lt;P&gt;I think to clarify:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc transpose data=old_data out = new_data&amp;nbsp;(rename=(_NAME_= Field) drop = _LABEL_);&lt;BR /&gt;id transposed_field;&lt;BR /&gt;label Field = 'Field';&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Note: Works but does give a warning that Field is not found on the old_data set.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Aug 2017 15:24:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-Transpose-help-quot-Name-of-Former-Variable-quot-column-not/m-p/387822#M93006</guid>
      <dc:creator>Larrihoover</dc:creator>
      <dc:date>2017-08-14T15:24:36Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Transpose help - "Name of Former Variable" column not recognized</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-Transpose-help-quot-Name-of-Former-Variable-quot-column-not/m-p/387825#M93008</link>
      <description>&lt;P&gt;The label statement applies to the input data set not the output.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Aug 2017 15:41:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-Transpose-help-quot-Name-of-Former-Variable-quot-column-not/m-p/387825#M93008</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-08-14T15:41:22Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Transpose help - "Name of Former Variable" column not recognized</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-Transpose-help-quot-Name-of-Former-Variable-quot-column-not/m-p/387835#M93013</link>
      <description>My output data set has Name: Field, Label: Field. If I remove the label line of code the field has Name: Field Label: NAME OF FORMER VARIABLE.</description>
      <pubDate>Mon, 14 Aug 2017 16:05:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-Transpose-help-quot-Name-of-Former-Variable-quot-column-not/m-p/387835#M93013</guid>
      <dc:creator>Larrihoover</dc:creator>
      <dc:date>2017-08-14T16:05:16Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Transpose help - "Name of Former Variable" column not recognized</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-Transpose-help-quot-Name-of-Former-Variable-quot-column-not/m-p/387836#M93014</link>
      <description>&lt;P&gt;Do you still get the warning if your remove the LABEL statement?&lt;/P&gt;</description>
      <pubDate>Mon, 14 Aug 2017 16:07:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-Transpose-help-quot-Name-of-Former-Variable-quot-column-not/m-p/387836#M93014</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-08-14T16:07:59Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Transpose help - "Name of Former Variable" column not recognized</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-Transpose-help-quot-Name-of-Former-Variable-quot-column-not/m-p/387839#M93016</link>
      <description>No, is there a way around that inside the transpose procedure? The warning isn't effecting me now but I am worried if I start using this dynamically.</description>
      <pubDate>Mon, 14 Aug 2017 16:11:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-Transpose-help-quot-Name-of-Former-Variable-quot-column-not/m-p/387839#M93016</guid>
      <dc:creator>Larrihoover</dc:creator>
      <dc:date>2017-08-14T16:11:26Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Transpose help - "Name of Former Variable" column not recognized</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-Transpose-help-quot-Name-of-Former-Variable-quot-column-not/m-p/387842#M93017</link>
      <description>&lt;P&gt;Try using the old variable name in the LABEL statement, instead of the new variable name. Order of operations issue, I think.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Aug 2017 16:18:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-Transpose-help-quot-Name-of-Former-Variable-quot-column-not/m-p/387842#M93017</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-08-14T16:18:50Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Transpose help - "Name of Former Variable" column not recognized</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-Transpose-help-quot-Name-of-Former-Variable-quot-column-not/m-p/387843#M93018</link>
      <description>&lt;P&gt;FYI - you should start your own question and not use a question that's a few months old and may not fully relate to your issue.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Aug 2017 16:19:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-Transpose-help-quot-Name-of-Former-Variable-quot-column-not/m-p/387843#M93018</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-08-14T16:19:21Z</dc:date>
    </item>
  </channel>
</rss>

