<?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: Finding Missing Values in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Finding-Missing-Values/m-p/867555#M342646</link>
    <description>yes, you are right this is my mistake. Basically there should be trt1_st and trt1_end to signify the start and end dates of each treatment and then between end of one treatment and start of another should be 14 days.</description>
    <pubDate>Fri, 31 Mar 2023 20:01:51 GMT</pubDate>
    <dc:creator>jmmedina252</dc:creator>
    <dc:date>2023-03-31T20:01:51Z</dc:date>
    <item>
      <title>Finding Missing Values</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Finding-Missing-Values/m-p/867547#M342644</link>
      <description>&lt;P&gt;Hello, I need to find if certain dates are missing in the sample data below:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;An animal should have an entry_date for every day in between trt_1 and trt_2 and trt_2 and trt_3.&amp;nbsp; There should be 14 entry_dates in between trt_1 and trt_2, trt_2 and trt_3, and then 14 days after trt_3.&amp;nbsp; I'm not sure how to find if I'm missing any of these dates?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Animal&amp;nbsp; &amp;nbsp;entry_date&amp;nbsp; &amp;nbsp;trt_1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; trt_2&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; trt_3&lt;/P&gt;&lt;P&gt;1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;18JUN21&amp;nbsp; &amp;nbsp; &amp;nbsp;17JUN21&amp;nbsp; &amp;nbsp; &amp;nbsp;28JUN21&amp;nbsp; &amp;nbsp; 13SEP21&lt;/P&gt;&lt;P&gt;1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;19JUN21&amp;nbsp; &amp;nbsp; &amp;nbsp;17JUN21&amp;nbsp; &amp;nbsp; &amp;nbsp;28JUN21&amp;nbsp; &amp;nbsp; 13SEP21&lt;/P&gt;&lt;P&gt;1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;20JUN21&amp;nbsp; &amp;nbsp; &amp;nbsp;17JUN21&amp;nbsp; &amp;nbsp; &amp;nbsp;28JUN21&amp;nbsp; &amp;nbsp; 13SEP21&lt;/P&gt;&lt;P&gt;1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;21JUN21&amp;nbsp; &amp;nbsp; &amp;nbsp;17JUN21&amp;nbsp; &amp;nbsp; &amp;nbsp;28JUN21&amp;nbsp; &amp;nbsp; 13SEP21&lt;/P&gt;&lt;P&gt;1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;22JUN21&amp;nbsp; &amp;nbsp; &amp;nbsp;17JUN21&amp;nbsp; &amp;nbsp; &amp;nbsp;28JUN21&amp;nbsp; &amp;nbsp; 13SEP21&lt;/P&gt;&lt;P&gt;1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;24JUN21&amp;nbsp; &amp;nbsp; &amp;nbsp;17JUN21&amp;nbsp; &amp;nbsp; &amp;nbsp;28JUN21&amp;nbsp; &amp;nbsp; 13SEP21&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example, the data above is not a full data set, but it should be flagged that 23JUN21 is missing for animal 1&lt;/P&gt;</description>
      <pubDate>Fri, 31 Mar 2023 19:32:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Finding-Missing-Values/m-p/867547#M342644</guid>
      <dc:creator>jmmedina252</dc:creator>
      <dc:date>2023-03-31T19:32:25Z</dc:date>
    </item>
    <item>
      <title>Re: Finding Missing Values</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Finding-Missing-Values/m-p/867551#M342645</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/439355"&gt;@jmmedina252&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Hello, I need to find if certain dates are missing in the sample data below:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;An animal should have an entry_date for every day in between trt_1 and trt_2 and trt_2 and trt_3.&amp;nbsp; There should be 14 entry_dates in between trt_1 and trt_2, trt_2 and trt_3, and then 14 days after trt_3.&amp;nbsp; I'm not sure how to find if I'm missing any of these dates?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Animal&amp;nbsp; &amp;nbsp;entry_date&amp;nbsp; &amp;nbsp;trt_1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; trt_2&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; trt_3&lt;/P&gt;
&lt;P&gt;1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;18JUN21&amp;nbsp; &amp;nbsp; &amp;nbsp;17JUN21&amp;nbsp; &amp;nbsp; &amp;nbsp;28JUN21&amp;nbsp; &amp;nbsp; 13SEP21&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Please elaborate on this. trt_1 and trt_2 are not 14 days apart, how can there be 14 entry dates? Similarly trt_2 and trt_3 are not 14 days apart. Should be be looking for any missings between trt_1 and (14 days after trt_3)?? What is the role of trt_2 here?&lt;/P&gt;</description>
      <pubDate>Fri, 31 Mar 2023 19:47:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Finding-Missing-Values/m-p/867551#M342645</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2023-03-31T19:47:18Z</dc:date>
    </item>
    <item>
      <title>Re: Finding Missing Values</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Finding-Missing-Values/m-p/867555#M342646</link>
      <description>yes, you are right this is my mistake. Basically there should be trt1_st and trt1_end to signify the start and end dates of each treatment and then between end of one treatment and start of another should be 14 days.</description>
      <pubDate>Fri, 31 Mar 2023 20:01:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Finding-Missing-Values/m-p/867555#M342646</guid>
      <dc:creator>jmmedina252</dc:creator>
      <dc:date>2023-03-31T20:01:51Z</dc:date>
    </item>
    <item>
      <title>Re: Finding Missing Values</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Finding-Missing-Values/m-p/867568#M342654</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/439355"&gt;@jmmedina252&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;yes, you are right this is my mistake. Basically there should be trt1_st and trt1_end to signify the start and end dates of each treatment and then between end of one treatment and start of another should be 14 days.&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Still not clear. Especially this part: between end of one treatment and start of another should be 14 days.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please show us a more complete output, where the 14 days is clearly explained and visible in the output&lt;/P&gt;</description>
      <pubDate>Fri, 31 Mar 2023 20:50:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Finding-Missing-Values/m-p/867568#M342654</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2023-03-31T20:50:38Z</dc:date>
    </item>
  </channel>
</rss>

