<?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: Reg: same Data in obs in SAS Health and Life Sciences</title>
    <link>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/Reg-same-Data-in-obs/m-p/29857#M1135</link>
    <description>It is not necessary to submit the same post in multiple forums.&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.</description>
    <pubDate>Mon, 11 May 2009 15:51:00 GMT</pubDate>
    <dc:creator>sbb</dc:creator>
    <dc:date>2009-05-11T15:51:00Z</dc:date>
    <item>
      <title>Reg: same Data in obs</title>
      <link>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/Reg-same-Data-in-obs/m-p/29856#M1134</link>
      <description>Hi&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
data cus_mon;&lt;BR /&gt;
input cus mon$ emi;&lt;BR /&gt;
cards;&lt;BR /&gt;
1 jan 20&lt;BR /&gt;
2 jan 10&lt;BR /&gt;
3 jan 20&lt;BR /&gt;
1 feb 20&lt;BR /&gt;
2 feb 20&lt;BR /&gt;
3 feb 10&lt;BR /&gt;
1 mar 20&lt;BR /&gt;
2 mar 20&lt;BR /&gt;
3 mar 20&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
i want the no of customers paying the emi same amount in the months jan,feb and mar in this Dataset cusomer 1 is paying the same emi in all the three months like this i want the count of .No of customers paying the same amount in all the three months .&lt;BR /&gt;
&lt;BR /&gt;
I am having 30,000 obs i sholud find this from that obs</description>
      <pubDate>Mon, 11 May 2009 06:36:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/Reg-same-Data-in-obs/m-p/29856#M1134</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-05-11T06:36:03Z</dc:date>
    </item>
    <item>
      <title>Re: Reg: same Data in obs</title>
      <link>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/Reg-same-Data-in-obs/m-p/29857#M1135</link>
      <description>It is not necessary to submit the same post in multiple forums.&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.</description>
      <pubDate>Mon, 11 May 2009 15:51:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/Reg-same-Data-in-obs/m-p/29857#M1135</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2009-05-11T15:51:00Z</dc:date>
    </item>
    <item>
      <title>Re: Reg: same Data in obs</title>
      <link>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/Reg-same-Data-in-obs/m-p/29858#M1136</link>
      <description>One way calculating by using Proc Freq;&lt;BR /&gt;
&lt;BR /&gt;
proc sort data=cus_mon;&lt;BR /&gt;
  by cus emi;&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
proc freq data=cus_mon noprint;&lt;BR /&gt;
  tables emi/out=test(where=(count=3));&lt;BR /&gt;
  by cus;&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
proc sql ;&lt;BR /&gt;
select count(*) from test;&lt;BR /&gt;
quit;&lt;BR /&gt;
&lt;BR /&gt;
~ Sukanya E</description>
      <pubDate>Fri, 29 May 2009 22:31:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/Reg-same-Data-in-obs/m-p/29858#M1136</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-05-29T22:31:29Z</dc:date>
    </item>
    <item>
      <title>Re: Reg: same Data in obs</title>
      <link>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/Reg-same-Data-in-obs/m-p/29859#M1137</link>
      <description>Thqs sukanya it worked</description>
      <pubDate>Mon, 15 Jun 2009 07:15:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/Reg-same-Data-in-obs/m-p/29859#M1137</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-06-15T07:15:05Z</dc:date>
    </item>
  </channel>
</rss>

