<?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: datasets in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/datasets/m-p/462413#M117723</link>
    <description>&lt;P&gt;Where are you getting the treatment information?&lt;/P&gt;
&lt;P&gt;You should probably just merge the two tables.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data derived.treatment ;
  merge derived.pt_cohort (in=in1)  raw.treatment ;
  by ptid ;
  if in1 ;
  * other logic ;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Tue, 15 May 2018 16:18:34 GMT</pubDate>
    <dc:creator>Tom</dc:creator>
    <dc:date>2018-05-15T16:18:34Z</dc:date>
    <item>
      <title>datasets</title>
      <link>https://communities.sas.com/t5/SAS-Programming/datasets/m-p/462406#M117720</link>
      <description>&lt;P&gt;my data set : derived.pt_cohort contains information on the patient level but i need to create another data stet based on derived._cohort which is at treatment line level, so i need multiple rows for one patient with different lines of treatment . But i have to use the derived.pt_cohort&amp;nbsp; data set since i have already added all the criteria for my cohort&amp;nbsp; in this data set, how do i do this ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 May 2018 16:05:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/datasets/m-p/462406#M117720</guid>
      <dc:creator>manya92</dc:creator>
      <dc:date>2018-05-15T16:05:51Z</dc:date>
    </item>
    <item>
      <title>Re: datasets</title>
      <link>https://communities.sas.com/t5/SAS-Programming/datasets/m-p/462413#M117723</link>
      <description>&lt;P&gt;Where are you getting the treatment information?&lt;/P&gt;
&lt;P&gt;You should probably just merge the two tables.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data derived.treatment ;
  merge derived.pt_cohort (in=in1)  raw.treatment ;
  by ptid ;
  if in1 ;
  * other logic ;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 15 May 2018 16:18:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/datasets/m-p/462413#M117723</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2018-05-15T16:18:34Z</dc:date>
    </item>
  </channel>
</rss>

