<?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 can anyone help this is urgent in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/can-anyone-help-this-is-urgent/m-p/132261#M260710</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can anyone help me find a way to calculate the proportion of subjects in trt1 per visit receiving placebo from a dataset containing&amp;nbsp; variables ..usubjid, trt1,trt2 .avisit .avisitn .pbo and drug.&lt;/P&gt;&lt;P&gt;i am supposed to plot this proportion as another graph. so i need i need to add this proportion data to the main dataset in order to validate.&lt;/P&gt;&lt;P&gt;please suggest this is urgent . i tried with merge it is not working for some reason. can anyone guide me with proc sql.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 May 2013 03:08:59 GMT</pubDate>
    <dc:creator>mkpk</dc:creator>
    <dc:date>2013-05-08T03:08:59Z</dc:date>
    <item>
      <title>can anyone help this is urgent</title>
      <link>https://communities.sas.com/t5/SAS-Programming/can-anyone-help-this-is-urgent/m-p/132261#M260710</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can anyone help me find a way to calculate the proportion of subjects in trt1 per visit receiving placebo from a dataset containing&amp;nbsp; variables ..usubjid, trt1,trt2 .avisit .avisitn .pbo and drug.&lt;/P&gt;&lt;P&gt;i am supposed to plot this proportion as another graph. so i need i need to add this proportion data to the main dataset in order to validate.&lt;/P&gt;&lt;P&gt;please suggest this is urgent . i tried with merge it is not working for some reason. can anyone guide me with proc sql.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 May 2013 03:08:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/can-anyone-help-this-is-urgent/m-p/132261#M260710</guid>
      <dc:creator>mkpk</dc:creator>
      <dc:date>2013-05-08T03:08:59Z</dc:date>
    </item>
    <item>
      <title>Re: can anyone help this is urgent</title>
      <link>https://communities.sas.com/t5/SAS-Programming/can-anyone-help-this-is-urgent/m-p/132262#M260711</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Something like this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc sql;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; create table temp as&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; select a.usubjid, a.avisitn, count1/count2 as pct&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (select usubjid, avisitn, count(usubjid) as count2 from dataset where trt1 ne '' group by avisitn ) a&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; left join&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (select usubjid,avisitn,count(usubjid) as count1 from dataset where trt1 ne '' and drug='PLACEBO'&amp;nbsp; group by avisitn) b&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; where a.avisitn=b.avisitn;&lt;/P&gt;&lt;P&gt;quit;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;then you can merge with original with usubjid avisitn....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 May 2013 03:48:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/can-anyone-help-this-is-urgent/m-p/132262#M260711</guid>
      <dc:creator>sandyming</dc:creator>
      <dc:date>2013-05-08T03:48:11Z</dc:date>
    </item>
  </channel>
</rss>

