<?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 Creating Clusters in SAS SPDS Environment in SAS Web Report Studio</title>
    <link>https://communities.sas.com/t5/SAS-Web-Report-Studio/Creating-Clusters-in-SAS-SPDS-Environment/m-p/66197#M1337</link>
    <description>Hi, &lt;BR /&gt;
&lt;BR /&gt;
I am trying to create a cluster on a large data in an SPDS environment based on actual dates. I am trying to create 24 members storing 24 months of history from a large SPD table "acquisition_tb" on libname "train". Also each member will store month worth of data based on a date named "entered_date". for ex: if the entered_date is between 01 - 29th Jan then store in member 1, if between 30th Jan-28th Feb then store in member 2. Can anyone share a SAS syntax to accomplish the same. &lt;BR /&gt;
&lt;BR /&gt;
Thanks so much for the help. &lt;BR /&gt;
&lt;BR /&gt;
Regards,&lt;BR /&gt;
Tej

Message was edited by: tejeshwar</description>
    <pubDate>Mon, 23 Aug 2010 09:51:29 GMT</pubDate>
    <dc:creator>tejeshwar</dc:creator>
    <dc:date>2010-08-23T09:51:29Z</dc:date>
    <item>
      <title>Creating Clusters in SAS SPDS Environment</title>
      <link>https://communities.sas.com/t5/SAS-Web-Report-Studio/Creating-Clusters-in-SAS-SPDS-Environment/m-p/66197#M1337</link>
      <description>Hi, &lt;BR /&gt;
&lt;BR /&gt;
I am trying to create a cluster on a large data in an SPDS environment based on actual dates. I am trying to create 24 members storing 24 months of history from a large SPD table "acquisition_tb" on libname "train". Also each member will store month worth of data based on a date named "entered_date". for ex: if the entered_date is between 01 - 29th Jan then store in member 1, if between 30th Jan-28th Feb then store in member 2. Can anyone share a SAS syntax to accomplish the same. &lt;BR /&gt;
&lt;BR /&gt;
Thanks so much for the help. &lt;BR /&gt;
&lt;BR /&gt;
Regards,&lt;BR /&gt;
Tej

Message was edited by: tejeshwar</description>
      <pubDate>Mon, 23 Aug 2010 09:51:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Web-Report-Studio/Creating-Clusters-in-SAS-SPDS-Environment/m-p/66197#M1337</guid>
      <dc:creator>tejeshwar</dc:creator>
      <dc:date>2010-08-23T09:51:29Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Clusters in SAS SPDS Environment</title>
      <link>https://communities.sas.com/t5/SAS-Web-Report-Studio/Creating-Clusters-in-SAS-SPDS-Environment/m-p/66198#M1338</link>
      <description>In Base SAS you can output a single data set into to multiple tables with one DATA step. This might be sufficient for you when attempting to parse out tables.&lt;BR /&gt;
Here is an example:&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
data test1 test2;&lt;BR /&gt;
set sashelp.shoes;&lt;BR /&gt;
if region='Canada' then output test1;&lt;BR /&gt;
else if region='Africa' then output test2;&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
~ Angela&lt;BR /&gt;
&lt;A href="http://sas-bi.blogspot.com" target="_blank"&gt;http://sas-bi.blogspot.com&lt;/A&gt;</description>
      <pubDate>Mon, 23 Aug 2010 13:42:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Web-Report-Studio/Creating-Clusters-in-SAS-SPDS-Environment/m-p/66198#M1338</guid>
      <dc:creator>AngelaHall</dc:creator>
      <dc:date>2010-08-23T13:42:45Z</dc:date>
    </item>
  </channel>
</rss>

