<?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 How to rename a data set in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/How-to-rename-a-data-set/m-p/72034#M20840</link>
    <description>Hello all -&lt;BR /&gt;
&lt;BR /&gt;
how can I rename an actual data set (not the variables) without creating a copy of the data set and then naming it, so for example I have dataset1 and want to call it dataset2 without doing this:&lt;BR /&gt;
&lt;BR /&gt;
data dataset2;&lt;BR /&gt;
set dataset1;&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
Is there a function for this?&lt;BR /&gt;
&lt;BR /&gt;
Geo</description>
    <pubDate>Tue, 14 Sep 2010 18:04:21 GMT</pubDate>
    <dc:creator>trekvana</dc:creator>
    <dc:date>2010-09-14T18:04:21Z</dc:date>
    <item>
      <title>How to rename a data set</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-rename-a-data-set/m-p/72034#M20840</link>
      <description>Hello all -&lt;BR /&gt;
&lt;BR /&gt;
how can I rename an actual data set (not the variables) without creating a copy of the data set and then naming it, so for example I have dataset1 and want to call it dataset2 without doing this:&lt;BR /&gt;
&lt;BR /&gt;
data dataset2;&lt;BR /&gt;
set dataset1;&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
Is there a function for this?&lt;BR /&gt;
&lt;BR /&gt;
Geo</description>
      <pubDate>Tue, 14 Sep 2010 18:04:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-rename-a-data-set/m-p/72034#M20840</guid>
      <dc:creator>trekvana</dc:creator>
      <dc:date>2010-09-14T18:04:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to rename a data set</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-rename-a-data-set/m-p/72035#M20841</link>
      <description>Minimally, you can use either the x (or other) system command, or proc datasets.  Both uses are described in the following paper:&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://www.nesug.org/proceedings/nesug03/hw/hw006.pdf" target="_blank"&gt;http://www.nesug.org/proceedings/nesug03/hw/hw006.pdf&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
HTH,&lt;BR /&gt;
Art</description>
      <pubDate>Tue, 14 Sep 2010 18:09:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-rename-a-data-set/m-p/72035#M20841</guid>
      <dc:creator>art297</dc:creator>
      <dc:date>2010-09-14T18:09:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to rename a data set</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-rename-a-data-set/m-p/72036#M20842</link>
      <description>look at the CHANGE command of PROC DATASETS</description>
      <pubDate>Tue, 14 Sep 2010 18:12:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-rename-a-data-set/m-p/72036#M20842</guid>
      <dc:creator>Paige</dc:creator>
      <dc:date>2010-09-14T18:12:01Z</dc:date>
    </item>
  </channel>
</rss>

