<?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: change variable name by keeping same dataset name in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/change-variable-name-by-keeping-same-dataset-name/m-p/85295#M8151</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes, this is correct!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 24 Jan 2013 19:01:58 GMT</pubDate>
    <dc:creator>elfkitty12</dc:creator>
    <dc:date>2013-01-24T19:01:58Z</dc:date>
    <item>
      <title>change variable name by keeping same dataset name</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/change-variable-name-by-keeping-same-dataset-name/m-p/85292#M8148</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I have 3 var,&lt;/P&gt;&lt;P&gt;VAR1&amp;nbsp; VAR2&amp;nbsp; VAR3 in dataset name A&lt;/P&gt;&lt;P&gt;want to change VAR1=FILEID VAR2=SUTSAB VAR3=ID by keeping dataset name same, A..&lt;/P&gt;&lt;P&gt;what code should look like?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks...&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jan 2013 18:50:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/change-variable-name-by-keeping-same-dataset-name/m-p/85292#M8148</guid>
      <dc:creator>sas_9</dc:creator>
      <dc:date>2013-01-24T18:50:43Z</dc:date>
    </item>
    <item>
      <title>Re: change variable name by keeping same dataset name</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/change-variable-name-by-keeping-same-dataset-name/m-p/85293#M8149</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;is this is correct -&amp;nbsp; i don't have SAS with me so just want to make sure&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data a;&lt;/P&gt;&lt;P&gt;set work.a;&lt;/P&gt;&lt;P&gt;rename var1=fileid var2=stusab var3=id;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jan 2013 18:54:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/change-variable-name-by-keeping-same-dataset-name/m-p/85293#M8149</guid>
      <dc:creator>sas_9</dc:creator>
      <dc:date>2013-01-24T18:54:42Z</dc:date>
    </item>
    <item>
      <title>Re: change variable name by keeping same dataset name</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/change-variable-name-by-keeping-same-dataset-name/m-p/85294#M8150</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, it is correct.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jan 2013 19:00:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/change-variable-name-by-keeping-same-dataset-name/m-p/85294#M8150</guid>
      <dc:creator>Linlin</dc:creator>
      <dc:date>2013-01-24T19:00:20Z</dc:date>
    </item>
    <item>
      <title>Re: change variable name by keeping same dataset name</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/change-variable-name-by-keeping-same-dataset-name/m-p/85295#M8151</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes, this is correct!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jan 2013 19:01:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/change-variable-name-by-keeping-same-dataset-name/m-p/85295#M8151</guid>
      <dc:creator>elfkitty12</dc:creator>
      <dc:date>2013-01-24T19:01:58Z</dc:date>
    </item>
    <item>
      <title>Re: change variable name by keeping same dataset name</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/change-variable-name-by-keeping-same-dataset-name/m-p/85296#M8152</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, but you're basically deleting your old copy and creating a new copy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have a large dataset you may want to use proc datasets to rename the variables in the dataset.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc datasets library=work;&lt;/P&gt;&lt;P&gt;modify a;&lt;/P&gt;&lt;P&gt;rename VAR1=FILEID VAR2=SUTSAB VAR3=ID;&lt;/P&gt;&lt;P&gt;quit;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jan 2013 19:45:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/change-variable-name-by-keeping-same-dataset-name/m-p/85296#M8152</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2013-01-24T19:45:32Z</dc:date>
    </item>
  </channel>
</rss>

