<?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: Program design in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Program-design/m-p/355161#M83187</link>
    <description>&lt;P&gt;I would agree with&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/11562"&gt;@Kurt_Bremser&lt;/a&gt;&amp;nbsp;there on datetimes etc.&lt;/P&gt;
&lt;P&gt;I would also suggest that you should look at SDTM models provided by CDISC. &amp;nbsp;These are pretty standard across the pharma industry, and if you look at the Phuse code repository you might find some code ready to work with them. &amp;nbsp;The data you present here is not sufficient for task in hand, what does your import agreement state for structure?&lt;/P&gt;</description>
    <pubDate>Tue, 02 May 2017 09:03:31 GMT</pubDate>
    <dc:creator>RW9</dc:creator>
    <dc:date>2017-05-02T09:03:31Z</dc:date>
    <item>
      <title>Program design</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Program-design/m-p/355148#M83184</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have difficulty designing my program.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In my data set, I have hundreds of patients.&lt;/P&gt;&lt;P&gt;Each patient is recorded with his/her blood pressure, and these records are ordered by hour.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What I am trying to do is that if the the difference between starting time and current time is greater than 24 hour, then record should switch to another day.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It's a bit too abstract, so allow me to present an example:&lt;/P&gt;&lt;P&gt;OBS &amp;nbsp; &amp;nbsp;ID &amp;nbsp; &amp;nbsp;SBP &amp;nbsp; &amp;nbsp;Hour&lt;/P&gt;&lt;P&gt;&amp;nbsp;1 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;1 &amp;nbsp; &amp;nbsp; &amp;nbsp;115&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;15&lt;/P&gt;&lt;P&gt;&amp;nbsp;2 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;1 &amp;nbsp; &amp;nbsp; &amp;nbsp;113 &amp;nbsp; &amp;nbsp; &amp;nbsp; 17&lt;/P&gt;&lt;P&gt;&amp;nbsp;3 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;1 &amp;nbsp; &amp;nbsp; &amp;nbsp;121 &amp;nbsp; &amp;nbsp; &amp;nbsp; 23&lt;/P&gt;&lt;P&gt;&amp;nbsp;4 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;1 &amp;nbsp; &amp;nbsp; &amp;nbsp;120 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0&lt;/P&gt;&lt;P&gt;&amp;nbsp;5 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;1 &amp;nbsp; &amp;nbsp; &amp;nbsp;112 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;5&lt;/P&gt;&lt;P&gt;&amp;nbsp;6 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;1 &amp;nbsp; &amp;nbsp; &amp;nbsp;108 &amp;nbsp; &amp;nbsp; &amp;nbsp; 13&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;&amp;nbsp;7 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;1 &amp;nbsp; &amp;nbsp; &amp;nbsp;110 &amp;nbsp; &amp;nbsp; &amp;nbsp; 15&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;&lt;FONT color="#000000"&gt;&amp;nbsp;8 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;1 &amp;nbsp; &amp;nbsp; &amp;nbsp;113 &amp;nbsp; &amp;nbsp; &amp;nbsp; 16&lt;/FONT&gt;&lt;BR /&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;9&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1 &amp;nbsp; &amp;nbsp; &amp;nbsp;115 &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;17&lt;/P&gt;&lt;P&gt;10 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1 &amp;nbsp; &amp;nbsp; &amp;nbsp;113 &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;18&lt;/P&gt;&lt;P&gt;11 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1 &amp;nbsp; &amp;nbsp; &amp;nbsp;121 &amp;nbsp; &amp;nbsp; &amp;nbsp; 23&lt;/P&gt;&lt;P&gt;12&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1 &amp;nbsp; &amp;nbsp; &amp;nbsp;120 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0&lt;/P&gt;&lt;P&gt;13&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1 &amp;nbsp; &amp;nbsp; &amp;nbsp;112 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;5&lt;/P&gt;&lt;P&gt;14&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1 &amp;nbsp; &amp;nbsp; &amp;nbsp;108 &amp;nbsp; &amp;nbsp; &amp;nbsp; 13&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;15&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1 &amp;nbsp; &amp;nbsp; &amp;nbsp;110 &amp;nbsp; &amp;nbsp; &amp;nbsp; 15&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;&lt;FONT color="#000000"&gt;16&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1 &amp;nbsp; &amp;nbsp; &amp;nbsp;113 &amp;nbsp; &amp;nbsp; &amp;nbsp; 16&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;&lt;FONT color="#000000"&gt;I want to add a variable "Day", and the value is&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;&lt;FONT color="#000000"&gt;1, for OBS=1 to 6&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;&lt;FONT color="#000000"&gt;2, for OBS=7 to 14 (Since time at 7th-OBS equals&amp;nbsp;time at 1st-OBS, it means this monitoring device has started over 24 hour, so the variable "Day" should added one)&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;&lt;FONT color="#000000"&gt;3, for OBS=15 16&amp;nbsp;&lt;SPAN&gt;(Since it's the &lt;FONT color="#FF0000"&gt;second&lt;/FONT&gt; time that the time at nth-OBS &lt;/SPAN&gt;&lt;SPAN&gt;equals&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;the time at 1st-OBS, it means this monitoring device has started over 24*&lt;FONT color="#FF0000"&gt;2&lt;/FONT&gt; hour, so the variable "Day" should added &lt;FONT color="#FF0000"&gt;two&lt;FONT color="#000000"&gt;)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;&lt;FONT color="#000000"&gt;&lt;SPAN&gt;&lt;FONT color="#FF0000"&gt;&lt;FONT color="#000000"&gt;Regarding this question, on one hand, I post it here hope someone can save me from the mud.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;&lt;FONT color="#000000"&gt;&lt;SPAN&gt;&lt;FONT color="#FF0000"&gt;&lt;FONT color="#000000"&gt;On the other hand, I'm searching information about "do-loop in SAS".&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;&lt;FONT color="#000000"&gt;&lt;SPAN&gt;&lt;FONT color="#FF0000"&gt;&lt;FONT color="#000000"&gt;If anyone has any idea, I'll appreciate it.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;&lt;FONT color="#000000"&gt;&lt;SPAN&gt;&lt;FONT color="#FF0000"&gt;&lt;FONT color="#000000"&gt;Thanks in advance!&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;&lt;FONT color="#000000"&gt;&lt;SPAN&gt;&lt;FONT color="#FF0000"&gt;&lt;FONT color="#000000"&gt;Best,&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;&lt;FONT color="#000000"&gt;&lt;SPAN&gt;&lt;FONT color="#FF0000"&gt;&lt;FONT color="#000000"&gt;Bill&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 03 May 2017 00:08:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Program-design/m-p/355148#M83184</guid>
      <dc:creator>Chung-Li</dc:creator>
      <dc:date>2017-05-03T00:08:22Z</dc:date>
    </item>
    <item>
      <title>Re: Program design</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Program-design/m-p/355158#M83186</link>
      <description>&lt;P&gt;Step 1: convert your time values to real SAS datetime values, then you can use the power of the date/datetime interval functions intnx() and intck().&lt;/P&gt;
&lt;P&gt;Well-designed programs are the result of well-designed data.&lt;/P&gt;
&lt;P&gt;So go back to the source and retrieve the actual timestamps of the measurements.&lt;/P&gt;</description>
      <pubDate>Tue, 02 May 2017 08:56:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Program-design/m-p/355158#M83186</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-05-02T08:56:08Z</dc:date>
    </item>
    <item>
      <title>Re: Program design</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Program-design/m-p/355161#M83187</link>
      <description>&lt;P&gt;I would agree with&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/11562"&gt;@Kurt_Bremser&lt;/a&gt;&amp;nbsp;there on datetimes etc.&lt;/P&gt;
&lt;P&gt;I would also suggest that you should look at SDTM models provided by CDISC. &amp;nbsp;These are pretty standard across the pharma industry, and if you look at the Phuse code repository you might find some code ready to work with them. &amp;nbsp;The data you present here is not sufficient for task in hand, what does your import agreement state for structure?&lt;/P&gt;</description>
      <pubDate>Tue, 02 May 2017 09:03:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Program-design/m-p/355161#M83187</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2017-05-02T09:03:31Z</dc:date>
    </item>
    <item>
      <title>Re: Program design</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Program-design/m-p/355191#M83197</link>
      <description>&lt;P&gt;Questions:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Why does observation 9 not indicate a reset and a new day?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What if observation 7 was just not part of the data? &amp;nbsp;The hour would skip from 13 to 16, going past the original starting point of 15. &amp;nbsp;Wouldn't that also indicate a new day?&lt;/P&gt;</description>
      <pubDate>Tue, 02 May 2017 10:32:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Program-design/m-p/355191#M83197</guid>
      <dc:creator>Astounding</dc:creator>
      <dc:date>2017-05-02T10:32:53Z</dc:date>
    </item>
    <item>
      <title>Re: Program design</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Program-design/m-p/357055#M83787</link>
      <description>&lt;P&gt;Astounding:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sorry for misleading.&lt;BR /&gt;That's typo, and I've changed it.&lt;/P&gt;</description>
      <pubDate>Tue, 09 May 2017 03:21:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Program-design/m-p/357055#M83787</guid>
      <dc:creator>Chung-Li</dc:creator>
      <dc:date>2017-05-09T03:21:17Z</dc:date>
    </item>
    <item>
      <title>Re: Program design</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Program-design/m-p/357059#M83789</link>
      <description>&lt;P&gt;Sometimes, especially when data comes from a medical device like here, there is no choice on what you get.&lt;/P&gt;
&lt;P&gt;Like this?&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;
data WANT;
  retain START_HOUR MIDNIGHT_PASSED;
  drop   START_HOUR MIDNIGHT_PASSED;
  set HAVE;
  by ID;
  if first.ID then do;
    START_HOUR=HOUR;
    DAY=1;        
    MIDNIGHT_PASSED=0;
  end;
  if HOUR&amp;lt;lag(HOUR) then MIDNIGHT_PASSED=1;
  if MIDNIGHT_PASSED &amp;amp; HOUR&amp;gt;=START_HOUR then do;
    DAY+1;
    MIDNIGHT_PASSED=0;
  end;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;SAS Output&lt;/P&gt;
&lt;DIV class="branch"&gt;
&lt;DIV&gt;
&lt;DIV align="left"&gt;
&lt;TABLE class="table" summary="Procedure Print: Data Set WORK.WANT" frame="box" rules="all" cellpadding="5" cellspacing="0"&gt;
&lt;THEAD&gt;
&lt;TR&gt;
&lt;TH class="r header" scope="col"&gt;OBS&lt;/TH&gt;
&lt;TH class="r header" scope="col"&gt;ID&lt;/TH&gt;
&lt;TH class="r header" scope="col"&gt;SBP&lt;/TH&gt;
&lt;TH class="r header" scope="col"&gt;Hour&lt;/TH&gt;
&lt;TH class="r header" scope="col"&gt;DAY&lt;/TH&gt;
&lt;/TR&gt;
&lt;/THEAD&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD class="r data"&gt;1&lt;/TD&gt;
&lt;TD class="r data"&gt;1&lt;/TD&gt;
&lt;TD class="r data"&gt;115&lt;/TD&gt;
&lt;TD class="r data"&gt;15&lt;/TD&gt;
&lt;TD class="r data"&gt;1&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD class="r data"&gt;2&lt;/TD&gt;
&lt;TD class="r data"&gt;1&lt;/TD&gt;
&lt;TD class="r data"&gt;113&lt;/TD&gt;
&lt;TD class="r data"&gt;17&lt;/TD&gt;
&lt;TD class="r data"&gt;1&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD class="r data"&gt;3&lt;/TD&gt;
&lt;TD class="r data"&gt;1&lt;/TD&gt;
&lt;TD class="r data"&gt;121&lt;/TD&gt;
&lt;TD class="r data"&gt;23&lt;/TD&gt;
&lt;TD class="r data"&gt;1&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD class="r data"&gt;4&lt;/TD&gt;
&lt;TD class="r data"&gt;1&lt;/TD&gt;
&lt;TD class="r data"&gt;120&lt;/TD&gt;
&lt;TD class="r data"&gt;0&lt;/TD&gt;
&lt;TD class="r data"&gt;1&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD class="r data"&gt;5&lt;/TD&gt;
&lt;TD class="r data"&gt;1&lt;/TD&gt;
&lt;TD class="r data"&gt;112&lt;/TD&gt;
&lt;TD class="r data"&gt;5&lt;/TD&gt;
&lt;TD class="r data"&gt;1&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD class="r data"&gt;6&lt;/TD&gt;
&lt;TD class="r data"&gt;1&lt;/TD&gt;
&lt;TD class="r data"&gt;108&lt;/TD&gt;
&lt;TD class="r data"&gt;13&lt;/TD&gt;
&lt;TD class="r data"&gt;1&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD class="r data"&gt;7&lt;/TD&gt;
&lt;TD class="r data"&gt;1&lt;/TD&gt;
&lt;TD class="r data"&gt;110&lt;/TD&gt;
&lt;TD class="r data"&gt;15&lt;/TD&gt;
&lt;TD class="r data"&gt;2&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD class="r data"&gt;8&lt;/TD&gt;
&lt;TD class="r data"&gt;1&lt;/TD&gt;
&lt;TD class="r data"&gt;113&lt;/TD&gt;
&lt;TD class="r data"&gt;16&lt;/TD&gt;
&lt;TD class="r data"&gt;2&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD class="r data"&gt;9&lt;/TD&gt;
&lt;TD class="r data"&gt;1&lt;/TD&gt;
&lt;TD class="r data"&gt;115&lt;/TD&gt;
&lt;TD class="r data"&gt;17&lt;/TD&gt;
&lt;TD class="r data"&gt;2&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD class="r data"&gt;10&lt;/TD&gt;
&lt;TD class="r data"&gt;1&lt;/TD&gt;
&lt;TD class="r data"&gt;113&lt;/TD&gt;
&lt;TD class="r data"&gt;18&lt;/TD&gt;
&lt;TD class="r data"&gt;2&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD class="r data"&gt;11&lt;/TD&gt;
&lt;TD class="r data"&gt;1&lt;/TD&gt;
&lt;TD class="r data"&gt;121&lt;/TD&gt;
&lt;TD class="r data"&gt;23&lt;/TD&gt;
&lt;TD class="r data"&gt;2&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD class="r data"&gt;12&lt;/TD&gt;
&lt;TD class="r data"&gt;1&lt;/TD&gt;
&lt;TD class="r data"&gt;120&lt;/TD&gt;
&lt;TD class="r data"&gt;0&lt;/TD&gt;
&lt;TD class="r data"&gt;2&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD class="r data"&gt;13&lt;/TD&gt;
&lt;TD class="r data"&gt;1&lt;/TD&gt;
&lt;TD class="r data"&gt;112&lt;/TD&gt;
&lt;TD class="r data"&gt;5&lt;/TD&gt;
&lt;TD class="r data"&gt;2&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD class="r data"&gt;14&lt;/TD&gt;
&lt;TD class="r data"&gt;1&lt;/TD&gt;
&lt;TD class="r data"&gt;108&lt;/TD&gt;
&lt;TD class="r data"&gt;13&lt;/TD&gt;
&lt;TD class="r data"&gt;2&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD class="r data"&gt;15&lt;/TD&gt;
&lt;TD class="r data"&gt;1&lt;/TD&gt;
&lt;TD class="r data"&gt;110&lt;/TD&gt;
&lt;TD class="r data"&gt;15&lt;/TD&gt;
&lt;TD class="r data"&gt;3&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD class="r data"&gt;16&lt;/TD&gt;
&lt;TD class="r data"&gt;1&lt;/TD&gt;
&lt;TD class="r data"&gt;113&lt;/TD&gt;
&lt;TD class="r data"&gt;16&lt;/TD&gt;
&lt;TD class="r data"&gt;3&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 09 May 2017 05:02:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Program-design/m-p/357059#M83789</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2017-05-09T05:02:20Z</dc:date>
    </item>
    <item>
      <title>Re: Program design</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Program-design/m-p/357061#M83790</link>
      <description>&lt;P&gt;ChrisNZ:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It's glad to have someone who feels the same way about the data structure (in the medical field)!&lt;/P&gt;&lt;P&gt;Sometimes you just have to adapt to the data, instead of asking data to be the way you want.&lt;/P&gt;&lt;P&gt;Thank you for your help, really!&lt;/P&gt;</description>
      <pubDate>Tue, 09 May 2017 05:18:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Program-design/m-p/357061#M83790</guid>
      <dc:creator>Chung-Li</dc:creator>
      <dc:date>2017-05-09T05:18:21Z</dc:date>
    </item>
    <item>
      <title>Re: Program design</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Program-design/m-p/357062#M83791</link>
      <description>&lt;P&gt;Kurt Bremser:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your advice, I'll check it!&lt;/P&gt;</description>
      <pubDate>Tue, 09 May 2017 05:20:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Program-design/m-p/357062#M83791</guid>
      <dc:creator>Chung-Li</dc:creator>
      <dc:date>2017-05-09T05:20:07Z</dc:date>
    </item>
    <item>
      <title>Re: Program design</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Program-design/m-p/357063#M83792</link>
      <description>&lt;P&gt;RW9:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your advice, I'll try this later!&lt;/P&gt;</description>
      <pubDate>Tue, 09 May 2017 05:21:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Program-design/m-p/357063#M83792</guid>
      <dc:creator>Chung-Li</dc:creator>
      <dc:date>2017-05-09T05:21:01Z</dc:date>
    </item>
  </channel>
</rss>

