<?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: help in SAS Health and Life Sciences</title>
    <link>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/help/m-p/2211#M148</link>
    <description>you can try olivier's code.I think it's a smart one.</description>
    <pubDate>Mon, 05 Feb 2007 09:25:56 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2007-02-05T09:25:56Z</dc:date>
    <item>
      <title>help</title>
      <link>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/help/m-p/2208#M145</link>
      <description>I have a table that has the same id number in mulitple observations. There are 3 variables of interest that I want summed (separately) by unique id number. I'm having trouble writing this code. Where may I find help on this topic? Thanks in advance.</description>
      <pubDate>Fri, 02 Feb 2007 16:38:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/help/m-p/2208#M145</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2007-02-02T16:38:28Z</dc:date>
    </item>
    <item>
      <title>Re: help</title>
      <link>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/help/m-p/2209#M146</link>
      <description>you can sent part of them to me and I will sent the code to you</description>
      <pubDate>Sat, 03 Feb 2007 03:44:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/help/m-p/2209#M146</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2007-02-03T03:44:54Z</dc:date>
    </item>
    <item>
      <title>Re: help</title>
      <link>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/help/m-p/2210#M147</link>
      <description>I think your program should look something like :&lt;BR /&gt;
&lt;BR /&gt;
PROC MEANS DATA = yourDataSet NOPRINT NWAY ;&lt;BR /&gt;
   VAR yourInterestVariables ;&lt;BR /&gt;
   CLASS yourIDvariable ;&lt;BR /&gt;
   OUTPUT OUT = yourResultingDataSet&lt;BR /&gt;
          SUM = ;&lt;BR /&gt;
RUN ;&lt;BR /&gt;
&lt;BR /&gt;
You will create a new dataset, in which the sums of each of your interest variables will be included as a new variable (named after the interest variables), plus the ID variable.&lt;BR /&gt;
Just copy and paste the previous program, leaving as it is the uppercase code, and replacing the rest by the correct names.&lt;BR /&gt;
&lt;BR /&gt;
Regards.&lt;BR /&gt;
Olivier</description>
      <pubDate>Mon, 05 Feb 2007 08:40:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/help/m-p/2210#M147</guid>
      <dc:creator>Olivier</dc:creator>
      <dc:date>2007-02-05T08:40:21Z</dc:date>
    </item>
    <item>
      <title>Re: help</title>
      <link>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/help/m-p/2211#M148</link>
      <description>you can try olivier's code.I think it's a smart one.</description>
      <pubDate>Mon, 05 Feb 2007 09:25:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/help/m-p/2211#M148</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2007-02-05T09:25:56Z</dc:date>
    </item>
  </channel>
</rss>

