<?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: Can you help me with PROC SPDO? in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Can-you-help-me-with-PROC-SPDO/m-p/97774#M27596</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What about column order, names, labels and formats?&lt;/P&gt;&lt;P&gt;Are the tables in the same libref?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 05 Feb 2013 08:26:46 GMT</pubDate>
    <dc:creator>LinusH</dc:creator>
    <dc:date>2013-02-05T08:26:46Z</dc:date>
    <item>
      <title>Can you help me with PROC SPDO?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Can-you-help-me-with-PROC-SPDO/m-p/97773#M27595</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ERROR: Member table not compatible with other cluster members. Compare CONTENTS.&amp;lt;TABLENAME&amp;gt; TABLE:FLAGS. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have checked all the flags with compatible members as well, but still this issue persists.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please help me ?&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/11293i387FBBA28BEACE23/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="Capture.JPG" title="Capture.JPG" /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Feb 2013 07:48:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Can-you-help-me-with-PROC-SPDO/m-p/97773#M27595</guid>
      <dc:creator>damanaulakh88</dc:creator>
      <dc:date>2013-02-05T07:48:54Z</dc:date>
    </item>
    <item>
      <title>Re: Can you help me with PROC SPDO?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Can-you-help-me-with-PROC-SPDO/m-p/97774#M27596</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What about column order, names, labels and formats?&lt;/P&gt;&lt;P&gt;Are the tables in the same libref?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Feb 2013 08:26:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Can-you-help-me-with-PROC-SPDO/m-p/97774#M27596</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2013-02-05T08:26:46Z</dc:date>
    </item>
    <item>
      <title>Re: Can you help me with PROC SPDO?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Can-you-help-me-with-PROC-SPDO/m-p/97775#M27597</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt;&amp;nbsp; If you search on support.sas.com with this search string (words from your error message):&lt;/P&gt;&lt;P&gt;member table not compatible cluster&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; The first 3 hits mention this error message or one very like it. Have you looked at these Tech Support notes?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cynthia&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Feb 2013 14:27:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Can-you-help-me-with-PROC-SPDO/m-p/97775#M27597</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2013-02-06T14:27:04Z</dc:date>
    </item>
    <item>
      <title>Re: Can you help me with PROC SPDO?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Can-you-help-me-with-PROC-SPDO/m-p/97776#M27598</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Cynthia,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, i looked into the notes provided in that link, but somehow i was missing some options while creating a member table and below were the options which solved my purpose:-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Segoe UI','sans-serif'; color: black;"&gt;OPTION LOCALE=;&lt;BR /&gt; options compress=yes;&lt;BR /&gt; %let SPDSDCMP=YES;&lt;BR /&gt; %let SPDSIASY=YES;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Segoe UI','sans-serif'; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Segoe UI','sans-serif'; color: black;"&gt;Hence after implementing these options i was able to get rid of the FLAGS and LOCALE problem. &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Segoe UI','sans-serif'; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Segoe UI','sans-serif'; color: black;"&gt;/Daman&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Feb 2013 07:09:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Can-you-help-me-with-PROC-SPDO/m-p/97776#M27598</guid>
      <dc:creator>damanaulakh88</dc:creator>
      <dc:date>2013-02-08T07:09:02Z</dc:date>
    </item>
  </channel>
</rss>

