<?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: Copy a cluster table in spds in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Copy-a-cluster-table-in-spds/m-p/416511#M102260</link>
    <description>&lt;P style="margin: 0in 0in 0pt;"&gt;&lt;FONT color="#000000" face="Calibri" size="3"&gt;A view is going to make the cluster look like a single table. I asssumed the previous question on how to copy a cluster was to&amp;nbsp;determine&amp;nbsp;how to replicate the cluster so it is still split into individual members. If&amp;nbsp;you just want to access the data, then you can also create a single table from the cluster via PROC COPY or DATA step.&lt;/FONT&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 27 Nov 2017 21:43:09 GMT</pubDate>
    <dc:creator>SylviaPowell</dc:creator>
    <dc:date>2017-11-27T21:43:09Z</dc:date>
    <item>
      <title>Copy a cluster table in spds</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Copy-a-cluster-table-in-spds/m-p/415826#M102046</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to copy a cluster table which has around 60 members. I need to copy this cluster table from one library to another with both in same SPDS server. Is there a way as most of the articles I have read about it does not give any hint on to copy a cluster as a cluster itself.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;if I copy it with a&amp;nbsp; data step I will be able to read only the data and have to create the members again.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Nov 2017 13:50:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Copy-a-cluster-table-in-spds/m-p/415826#M102046</guid>
      <dc:creator>jagadeesh_2907</dc:creator>
      <dc:date>2017-11-23T13:50:08Z</dc:date>
    </item>
    <item>
      <title>Re: Copy a cluster table in spds</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Copy-a-cluster-table-in-spds/m-p/416022#M102133</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Not sure if you had seen this or not&amp;nbsp;&lt;A title="Managing Large Data with SAS ®  Dynamic Cluster Table Transactions " href="http://support.sas.com/resources/papers/proceedings14/SAS255-2014.pdf" target="_blank"&gt;Managing Large Data with SAS ® Dynamic Cluster Table Transactions &lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Most likely you'll have to undo the Cluster in order to get access to its members, copy the members to your destination library, then declare new cluster in your destination library.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Ahmed&lt;/P&gt;</description>
      <pubDate>Fri, 24 Nov 2017 13:43:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Copy-a-cluster-table-in-spds/m-p/416022#M102133</guid>
      <dc:creator>AhmedAl_Attar</dc:creator>
      <dc:date>2017-11-24T13:43:36Z</dc:date>
    </item>
    <item>
      <title>Re: Copy a cluster table in spds</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Copy-a-cluster-table-in-spds/m-p/416494#M102254</link>
      <description>Development confirms that if you want to make an exact copy of a dynamic cluster table, then you need to undo the cluster, copy the members, and recreate the cluster.</description>
      <pubDate>Mon, 27 Nov 2017 19:45:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Copy-a-cluster-table-in-spds/m-p/416494#M102254</guid>
      <dc:creator>SylviaPowell</dc:creator>
      <dc:date>2017-11-27T19:45:24Z</dc:date>
    </item>
    <item>
      <title>Re: Copy a cluster table in spds</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Copy-a-cluster-table-in-spds/m-p/416498#M102256</link>
      <description>&lt;P&gt;This sounds like a Ballot Item!&lt;/P&gt;
&lt;P&gt;Being to copy a cluster, with or without the physical data.&lt;/P&gt;</description>
      <pubDate>Mon, 27 Nov 2017 20:31:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Copy-a-cluster-table-in-spds/m-p/416498#M102256</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2017-11-27T20:31:07Z</dc:date>
    </item>
    <item>
      <title>Re: Copy a cluster table in spds</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Copy-a-cluster-table-in-spds/m-p/416501#M102257</link>
      <description>Hi,&lt;BR /&gt;Wouldn't creating a view on top of the Cluster Table substitute for "copying a Cluster without physical data"? &lt;BR /&gt;&lt;BR /&gt;Just a thought?&lt;BR /&gt;Ahmed</description>
      <pubDate>Mon, 27 Nov 2017 20:44:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Copy-a-cluster-table-in-spds/m-p/416501#M102257</guid>
      <dc:creator>AhmedAl_Attar</dc:creator>
      <dc:date>2017-11-27T20:44:10Z</dc:date>
    </item>
    <item>
      <title>Re: Copy a cluster table in spds</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Copy-a-cluster-table-in-spds/m-p/416511#M102260</link>
      <description>&lt;P style="margin: 0in 0in 0pt;"&gt;&lt;FONT color="#000000" face="Calibri" size="3"&gt;A view is going to make the cluster look like a single table. I asssumed the previous question on how to copy a cluster was to&amp;nbsp;determine&amp;nbsp;how to replicate the cluster so it is still split into individual members. If&amp;nbsp;you just want to access the data, then you can also create a single table from the cluster via PROC COPY or DATA step.&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Nov 2017 21:43:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Copy-a-cluster-table-in-spds/m-p/416511#M102260</guid>
      <dc:creator>SylviaPowell</dc:creator>
      <dc:date>2017-11-27T21:43:09Z</dc:date>
    </item>
  </channel>
</rss>

