<?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 variable name be modified in SAS Studio? in SAS Software for Learning Community</title>
    <link>https://communities.sas.com/t5/SAS-Software-for-Learning/Can-variable-name-be-modified-in-SAS-Studio/m-p/844588#M791</link>
    <description>&lt;P&gt;Hello!&lt;/P&gt;
&lt;P&gt;I do not know about manipulating metadata to rename variables, but what about simply copying the vars and dropping the old? Would that be a fix for you?&lt;/P&gt;
&lt;P&gt;See the sketch below.&lt;/P&gt;
&lt;P&gt;Cheers&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data work.NewTestData;
	set work.TESTDATA;
	LovelyName = BadName;
	drop BadName;
run;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 16 Nov 2022 10:16:35 GMT</pubDate>
    <dc:creator>fja</dc:creator>
    <dc:date>2022-11-16T10:16:35Z</dc:date>
    <item>
      <title>Can variable name be modified in SAS Studio?</title>
      <link>https://communities.sas.com/t5/SAS-Software-for-Learning/Can-variable-name-be-modified-in-SAS-Studio/m-p/838038#M728</link>
      <description />
      <pubDate>Wed, 12 Oct 2022 13:00:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Software-for-Learning/Can-variable-name-be-modified-in-SAS-Studio/m-p/838038#M728</guid>
      <dc:creator>sasuser282</dc:creator>
      <dc:date>2022-10-12T13:00:37Z</dc:date>
    </item>
    <item>
      <title>Re: Can variable name be modified in SAS Studio?</title>
      <link>https://communities.sas.com/t5/SAS-Software-for-Learning/Can-variable-name-be-modified-in-SAS-Studio/m-p/838042#M729</link>
      <description>&lt;P&gt;Since you can use SAS/Studio to run SAS code then the answer is yes.&lt;/P&gt;
&lt;P&gt;For help with what code you want to run you will need to provide more details.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Oct 2022 13:08:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Software-for-Learning/Can-variable-name-be-modified-in-SAS-Studio/m-p/838042#M729</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2022-10-12T13:08:51Z</dc:date>
    </item>
    <item>
      <title>Re: Can variable name be modified in SAS Studio?</title>
      <link>https://communities.sas.com/t5/SAS-Software-for-Learning/Can-variable-name-be-modified-in-SAS-Studio/m-p/838057#M730</link>
      <description>Only if you have write access to the data set.</description>
      <pubDate>Wed, 12 Oct 2022 14:11:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Software-for-Learning/Can-variable-name-be-modified-in-SAS-Studio/m-p/838057#M730</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2022-10-12T14:11:45Z</dc:date>
    </item>
    <item>
      <title>Re: Can variable name be modified in SAS Studio?</title>
      <link>https://communities.sas.com/t5/SAS-Software-for-Learning/Can-variable-name-be-modified-in-SAS-Studio/m-p/843478#M781</link>
      <description>&lt;P&gt;Thanks Rzzea. I uploaded data to SAS studio, and wanted to change variables names like we can do in SAS Enterprise Guide.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Nov 2022 21:44:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Software-for-Learning/Can-variable-name-be-modified-in-SAS-Studio/m-p/843478#M781</guid>
      <dc:creator>sasuser282</dc:creator>
      <dc:date>2022-11-09T21:44:19Z</dc:date>
    </item>
    <item>
      <title>Re: Can variable name be modified in SAS Studio?</title>
      <link>https://communities.sas.com/t5/SAS-Software-for-Learning/Can-variable-name-be-modified-in-SAS-Studio/m-p/843479#M782</link>
      <description>And how did you do that in EG? Via the GUI or did you write code or a Task?</description>
      <pubDate>Wed, 09 Nov 2022 21:48:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Software-for-Learning/Can-variable-name-be-modified-in-SAS-Studio/m-p/843479#M782</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2022-11-09T21:48:50Z</dc:date>
    </item>
    <item>
      <title>Re: Can variable name be modified in SAS Studio?</title>
      <link>https://communities.sas.com/t5/SAS-Software-for-Learning/Can-variable-name-be-modified-in-SAS-Studio/m-p/844588#M791</link>
      <description>&lt;P&gt;Hello!&lt;/P&gt;
&lt;P&gt;I do not know about manipulating metadata to rename variables, but what about simply copying the vars and dropping the old? Would that be a fix for you?&lt;/P&gt;
&lt;P&gt;See the sketch below.&lt;/P&gt;
&lt;P&gt;Cheers&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data work.NewTestData;
	set work.TESTDATA;
	LovelyName = BadName;
	drop BadName;
run;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Nov 2022 10:16:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Software-for-Learning/Can-variable-name-be-modified-in-SAS-Studio/m-p/844588#M791</guid>
      <dc:creator>fja</dc:creator>
      <dc:date>2022-11-16T10:16:35Z</dc:date>
    </item>
    <item>
      <title>Re: Can variable name be modified in SAS Studio?</title>
      <link>https://communities.sas.com/t5/SAS-Software-for-Learning/Can-variable-name-be-modified-in-SAS-Studio/m-p/844614#M792</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/338236"&gt;@fja&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Hello!&lt;/P&gt;
&lt;P&gt;I do not know about manipulating metadata to rename variables, but what about simply copying the vars and dropping the old? Would that be a fix for you?&lt;/P&gt;
&lt;P&gt;See the sketch below.&lt;/P&gt;
&lt;P&gt;Cheers&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data work.NewTestData;
	set work.TESTDATA;
	LovelyName = BadName;
	drop BadName;
run;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Note it is simpler to rename the variable.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data work.NewTestData;
	set work.TESTDATA;
	rename BadName = LovelyName ;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 16 Nov 2022 13:48:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Software-for-Learning/Can-variable-name-be-modified-in-SAS-Studio/m-p/844614#M792</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2022-11-16T13:48:24Z</dc:date>
    </item>
  </channel>
</rss>

