<?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: Move dataset from one library to other in SAS Data Management</title>
    <link>https://communities.sas.com/t5/SAS-Data-Management/Move-dataset-from-one-library-to-other/m-p/665977#M19387</link>
    <description>In DIS, how to assign the table metadata to the new library?&lt;BR /&gt;</description>
    <pubDate>Tue, 30 Jun 2020 02:52:39 GMT</pubDate>
    <dc:creator>David_Billa</dc:creator>
    <dc:date>2020-06-30T02:52:39Z</dc:date>
    <item>
      <title>Move dataset from one library to other</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Move-dataset-from-one-library-to-other/m-p/665892#M19380</link>
      <description>Is there a way that we can move the dataset from one library to other library? &lt;BR /&gt;In one of my DI job, I want to change the library of the source dataset. Any help? &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 29 Jun 2020 18:57:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Move-dataset-from-one-library-to-other/m-p/665892#M19380</guid>
      <dc:creator>David_Billa</dc:creator>
      <dc:date>2020-06-29T18:57:00Z</dc:date>
    </item>
    <item>
      <title>Re: Move dataset from one library to other</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Move-dataset-from-one-library-to-other/m-p/665893#M19381</link>
      <description>&lt;P&gt;PROC COPY&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jun 2020 18:59:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Move-dataset-from-one-library-to-other/m-p/665893#M19381</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2020-06-29T18:59:17Z</dc:date>
    </item>
    <item>
      <title>Re: Move dataset from one library to other</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Move-dataset-from-one-library-to-other/m-p/665895#M19382</link>
      <description>If I do PROC COPY via SAS EG, it will update the library in the respective&lt;BR /&gt;dataset which was being used in the job?&lt;BR /&gt;</description>
      <pubDate>Mon, 29 Jun 2020 19:06:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Move-dataset-from-one-library-to-other/m-p/665895#M19382</guid>
      <dc:creator>David_Billa</dc:creator>
      <dc:date>2020-06-29T19:06:39Z</dc:date>
    </item>
    <item>
      <title>Re: Move dataset from one library to other</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Move-dataset-from-one-library-to-other/m-p/665898#M19383</link>
      <description>&lt;P&gt;I don't understand the question.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;PROC COPY takes a dataset(s) in one library and makes a copy in the other library. Is that what you want?&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jun 2020 19:19:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Move-dataset-from-one-library-to-other/m-p/665898#M19383</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2020-06-29T19:19:13Z</dc:date>
    </item>
    <item>
      <title>Re: Move dataset from one library to other</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Move-dataset-from-one-library-to-other/m-p/665900#M19384</link>
      <description>Yes.&lt;BR /&gt;&lt;BR /&gt;I would like to know if I do proc copy from SAS EG, it will change the&lt;BR /&gt;library of the respective dataset which was being used in DI studio job&lt;BR /&gt;without updating metadata?&lt;BR /&gt;</description>
      <pubDate>Mon, 29 Jun 2020 19:27:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Move-dataset-from-one-library-to-other/m-p/665900#M19384</guid>
      <dc:creator>David_Billa</dc:creator>
      <dc:date>2020-06-29T19:27:39Z</dc:date>
    </item>
    <item>
      <title>Re: Move dataset from one library to other</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Move-dataset-from-one-library-to-other/m-p/665901#M19385</link>
      <description>&lt;P&gt;Correct. A PROC COPY by itself will not change library metadata. If you want the copied dataset registered in metadata in the library it was copied to then you have to do that separately.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jun 2020 19:39:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Move-dataset-from-one-library-to-other/m-p/665901#M19385</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2020-06-29T19:39:55Z</dc:date>
    </item>
    <item>
      <title>Re: Move dataset from one library to other</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Move-dataset-from-one-library-to-other/m-p/665959#M19386</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/292396"&gt;@David_Billa&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;Is there a way that we can move the dataset from one library to other library? &lt;BR /&gt;In one of my DI job, I want to change the library of the source dataset. Any help? &lt;BR /&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;In DIS assign the table metadata to the new library.&lt;/P&gt;
&lt;P&gt;Redeploy all impacted jobs (impact/reverse impact analysis on the table will give you the list of jobs).&lt;/P&gt;
&lt;P&gt;With EG use Proc Copy or Proc Datasets/Copy to also move the physical data. Consider using the MOVE option in the Proc if you don't want to just replicate (copy) the data but also remove it from the source.&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jun 2020 00:54:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Move-dataset-from-one-library-to-other/m-p/665959#M19386</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2020-06-30T00:54:00Z</dc:date>
    </item>
    <item>
      <title>Re: Move dataset from one library to other</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Move-dataset-from-one-library-to-other/m-p/665977#M19387</link>
      <description>In DIS, how to assign the table metadata to the new library?&lt;BR /&gt;</description>
      <pubDate>Tue, 30 Jun 2020 02:52:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Move-dataset-from-one-library-to-other/m-p/665977#M19387</guid>
      <dc:creator>David_Billa</dc:creator>
      <dc:date>2020-06-30T02:52:39Z</dc:date>
    </item>
    <item>
      <title>Re: Move dataset from one library to other</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Move-dataset-from-one-library-to-other/m-p/665999#M19388</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/292396"&gt;@David_Billa&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;In DIS, how to assign the table metadata to the new library?&lt;BR /&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;The new library must also be defined in SAS Metadata. Then open the the table metadata properties where you can change the assigned library. And once done also move the table metadata object to the appropriate metadata folder.&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jun 2020 06:27:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Move-dataset-from-one-library-to-other/m-p/665999#M19388</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2020-06-30T06:27:54Z</dc:date>
    </item>
  </channel>
</rss>

