<?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 report provides column name, &amp;quot;NAME OF FORMER VARIABLE&amp;quot; in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/Proc-report-provides-column-name-quot-NAME-OF-FORMER-VARIABLE/m-p/786214#M32194</link>
    <description>Thanks. &lt;BR /&gt;I should have tried what you suggested, before I had asked the question. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; &lt;BR /&gt;&lt;BR /&gt;The following code worked.&lt;BR /&gt;&lt;BR /&gt;proc report data=have;&lt;BR /&gt;column  _All_ ;&lt;BR /&gt;define Name / display "Name" ;&lt;BR /&gt;run;</description>
    <pubDate>Wed, 15 Dec 2021 17:38:04 GMT</pubDate>
    <dc:creator>Barkat</dc:creator>
    <dc:date>2021-12-15T17:38:04Z</dc:date>
    <item>
      <title>Proc report provides column name, "NAME OF FORMER VARIABLE"</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Proc-report-provides-column-name-quot-NAME-OF-FORMER-VARIABLE/m-p/786210#M32191</link>
      <description>&lt;P&gt;When I run the following code. The column name of the "name" variable displays as "NAME OF FORMER VARIABLE". I would like to keep the name as it is in the data table.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;proc report data=have; &lt;BR /&gt;column&amp;nbsp; _All_ ;&lt;BR /&gt;define Name / display ;&lt;BR /&gt;run;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Dec 2021 17:26:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Proc-report-provides-column-name-quot-NAME-OF-FORMER-VARIABLE/m-p/786210#M32191</guid>
      <dc:creator>Barkat</dc:creator>
      <dc:date>2021-12-15T17:26:40Z</dc:date>
    </item>
    <item>
      <title>Re: Proc report provides column name, "NAME OF FORMER VARIABLE"</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Proc-report-provides-column-name-quot-NAME-OF-FORMER-VARIABLE/m-p/786211#M32192</link>
      <description>It's likely showing the label not name. You likely changed the name but not the label somewhere. I'd back up to that step and ensure the label was also updated or explicitly specify the label you want in PROC REPORT.</description>
      <pubDate>Wed, 15 Dec 2021 17:31:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Proc-report-provides-column-name-quot-NAME-OF-FORMER-VARIABLE/m-p/786211#M32192</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2021-12-15T17:31:05Z</dc:date>
    </item>
    <item>
      <title>Re: Proc report provides column name, "NAME OF FORMER VARIABLE"</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Proc-report-provides-column-name-quot-NAME-OF-FORMER-VARIABLE/m-p/786212#M32193</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc report data=have;
    column  _All_ ;
    define Name / display "Gorillas" ;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;This makes the column for variable NAME to appear with the label "Gorillas".&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;PS&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/335985"&gt;@Barkat&lt;/a&gt;&amp;nbsp;please enclose any SAS code you might want to show us in a code box. Click on the "little running man" icon and paste your code into that box. We're trying to help you, from now on, its also necessary that you help us.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Dec 2021 17:37:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Proc-report-provides-column-name-quot-NAME-OF-FORMER-VARIABLE/m-p/786212#M32193</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2021-12-15T17:37:11Z</dc:date>
    </item>
    <item>
      <title>Re: Proc report provides column name, "NAME OF FORMER VARIABLE"</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Proc-report-provides-column-name-quot-NAME-OF-FORMER-VARIABLE/m-p/786214#M32194</link>
      <description>Thanks. &lt;BR /&gt;I should have tried what you suggested, before I had asked the question. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; &lt;BR /&gt;&lt;BR /&gt;The following code worked.&lt;BR /&gt;&lt;BR /&gt;proc report data=have;&lt;BR /&gt;column  _All_ ;&lt;BR /&gt;define Name / display "Name" ;&lt;BR /&gt;run;</description>
      <pubDate>Wed, 15 Dec 2021 17:38:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Proc-report-provides-column-name-quot-NAME-OF-FORMER-VARIABLE/m-p/786214#M32194</guid>
      <dc:creator>Barkat</dc:creator>
      <dc:date>2021-12-15T17:38:04Z</dc:date>
    </item>
    <item>
      <title>Re: Proc report provides column name, "NAME OF FORMER VARIABLE"</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Proc-report-provides-column-name-quot-NAME-OF-FORMER-VARIABLE/m-p/786215#M32195</link>
      <description>Thanks so much!</description>
      <pubDate>Wed, 15 Dec 2021 17:38:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Proc-report-provides-column-name-quot-NAME-OF-FORMER-VARIABLE/m-p/786215#M32195</guid>
      <dc:creator>Barkat</dc:creator>
      <dc:date>2021-12-15T17:38:58Z</dc:date>
    </item>
  </channel>
</rss>

