<?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: PROC SPDO cluster list output in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/PROC-SPDO-cluster-list-output/m-p/267369#M58022</link>
    <description>&lt;P&gt;How can I have a clear dendogram with 350 ids and 23 variables in SAS&lt;/P&gt;</description>
    <pubDate>Sat, 30 Apr 2016 01:39:06 GMT</pubDate>
    <dc:creator>niyi</dc:creator>
    <dc:date>2016-04-30T01:39:06Z</dc:date>
    <item>
      <title>PROC SPDO cluster list output</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-SPDO-cluster-list-output/m-p/145002#M38536</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;cluster membersHello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am working with cluster tables on SPDS 4.3.&lt;/P&gt;&lt;P&gt;I am exploring possibilities to get a list of the cluster members in form of a dataset.&lt;/P&gt;&lt;P&gt;One possible solution is using PROC CONTENTS and ODS output to aquire a comma seperated list of the cluster members.&lt;/P&gt;&lt;P&gt;(&lt;A href="http://stackoverflow.com/questions/19958194/clustermembers-on-spds-4-3"&gt;http://stackoverflow.com/questions/19958194/clustermembers-on-spds-4-3&lt;/A&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The strange thing is, that PROC SPDO does not seem to use ODS for output.&lt;/P&gt;&lt;P&gt;ODS trace on in combination with PROC SPDO cluster list produces only the following log entry: NOTE: The PROCEDURE SPDO printed page 1.&lt;/P&gt;&lt;P&gt;Is it possible to get this printed information in form of a dataset or other form suitable for further processing?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Nov 2013 11:59:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-SPDO-cluster-list-output/m-p/145002#M38536</guid>
      <dc:creator>Michael_Kersten</dc:creator>
      <dc:date>2013-11-15T11:59:38Z</dc:date>
    </item>
    <item>
      <title>Re: PROC SPDO cluster list output</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-SPDO-cluster-list-output/m-p/145003#M38537</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you try Proc Contents with out= / out2= options?&lt;/P&gt;&lt;P&gt;The above two options would allow you to create data set of the output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;Ahmed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Nov 2013 12:58:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-SPDO-cluster-list-output/m-p/145003#M38537</guid>
      <dc:creator>AhmedAl_Attar</dc:creator>
      <dc:date>2013-11-19T12:58:35Z</dc:date>
    </item>
    <item>
      <title>Re: PROC SPDO cluster list output</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-SPDO-cluster-list-output/m-p/145004#M38538</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your remark. Yes, I can obtain the members with PROC CONTENTS with the following code:&lt;/P&gt;&lt;P&gt;ods output EngineHost=dataset; proc contents data=P30C033.LD_LIQ_CLUS_Customer directory details;&lt;/P&gt;&lt;P&gt;This creates a table work.dataset which contains a comma seperated list of the cluster member.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The original question was, how to obtain information from a PROC which is not using ODS but another way of generating output. Like PROC SPDO.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Nov 2013 15:57:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-SPDO-cluster-list-output/m-p/145004#M38538</guid>
      <dc:creator>Michael_Kersten</dc:creator>
      <dc:date>2013-11-19T15:57:05Z</dc:date>
    </item>
    <item>
      <title>Re: PROC SPDO cluster list output</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-SPDO-cluster-list-output/m-p/145005#M38539</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use &lt;A href="http://support.sas.com/documentation/cdl/en/proc/65145/HTML/default/viewer.htm#n1oardywxmmut7n1pol0zkj5u1ok.htm"&gt;Proc Printto to redirect the log and procedure output to external file&lt;/A&gt;, then you can try to parse the resulted file contents.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ahmed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Nov 2013 18:38:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-SPDO-cluster-list-output/m-p/145005#M38539</guid>
      <dc:creator>AhmedAl_Attar</dc:creator>
      <dc:date>2013-11-19T18:38:16Z</dc:date>
    </item>
    <item>
      <title>Re: PROC SPDO cluster list output</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-SPDO-cluster-list-output/m-p/145006#M38540</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks alot, that was exactly what I was looking for.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Nov 2013 13:46:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-SPDO-cluster-list-output/m-p/145006#M38540</guid>
      <dc:creator>Michael_Kersten</dc:creator>
      <dc:date>2013-11-20T13:46:08Z</dc:date>
    </item>
    <item>
      <title>Re: PROC SPDO cluster list output</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-SPDO-cluster-list-output/m-p/267369#M58022</link>
      <description>&lt;P&gt;How can I have a clear dendogram with 350 ids and 23 variables in SAS&lt;/P&gt;</description>
      <pubDate>Sat, 30 Apr 2016 01:39:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-SPDO-cluster-list-output/m-p/267369#M58022</guid>
      <dc:creator>niyi</dc:creator>
      <dc:date>2016-04-30T01:39:06Z</dc:date>
    </item>
    <item>
      <title>Re: PROC SPDO cluster list output</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-SPDO-cluster-list-output/m-p/267398#M58023</link>
      <description>Oops!&lt;BR /&gt;This thread is almost three years old, and seems to be a totally different subject. &lt;BR /&gt;Please start a new conversation.</description>
      <pubDate>Sat, 30 Apr 2016 07:49:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-SPDO-cluster-list-output/m-p/267398#M58023</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2016-04-30T07:49:47Z</dc:date>
    </item>
    <item>
      <title>Re: PROC SPDO cluster list output</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-SPDO-cluster-list-output/m-p/630991#M77730</link>
      <description>&lt;P&gt;One can also use ODS OUTPUT CLUSTERLIST= as shown in the below code example:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE class="sas" style="font-family: monospace;"&gt;ods noresults;
ods &lt;SPAN style="color: #0000ff;"&gt;output&lt;/SPAN&gt; clusterlist=WORK.CLUSTER_MEMS;
&lt;SPAN style="color: #000080; font-weight: bold;"&gt;proc spdo&lt;/SPAN&gt; lib=SPDSLIB;
   cluster &lt;SPAN style="color: #0000ff;"&gt;list&lt;/SPAN&gt; CLUSTER1;
   cluster &lt;SPAN style="color: #0000ff;"&gt;list&lt;/SPAN&gt; CLUSTER2;
   &lt;SPAN style="color: #006400; font-style: italic;"&gt;/* ... */&lt;/SPAN&gt;
   cluster &lt;SPAN style="color: #0000ff;"&gt;list&lt;/SPAN&gt; CLUSTERN;
&lt;SPAN style="color: #000080; font-weight: bold;"&gt;quit&lt;/SPAN&gt;;
ods &lt;SPAN style="color: #0000ff;"&gt;output&lt;/SPAN&gt; &lt;SPAN style="color: #0000ff;"&gt;close&lt;/SPAN&gt;;
ods results;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;For more on this topic see my recent blog post &lt;A title="Retrieving contents of SAS SPDS library" href="https://blogs.sas.com/content/sgf/2019/09/16/how-to-retrieve-contents-of-sas-scalable-performance-data-server-library/" target="_self"&gt;How to retrieve contents of a SAS® Scalable Performance Data Server library&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Mar 2020 16:15:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-SPDO-cluster-list-output/m-p/630991#M77730</guid>
      <dc:creator>LeonidBatkhan</dc:creator>
      <dc:date>2020-03-10T16:15:21Z</dc:date>
    </item>
  </channel>
</rss>

