<?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: How do I create a calendar table for those who are eligible in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-do-I-create-a-calendar-table-for-those-who-are-eligible/m-p/831477#M328574</link>
    <description>&lt;P&gt;&lt;STRONG&gt;data&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;dose2eligible;&lt;/P&gt;&lt;P&gt;set&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;request;&lt;/P&gt;&lt;P&gt;do&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;visit=&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;to&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;3&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;&amp;nbsp; revisit_date=admin_dt_1+&lt;STRONG&gt;28&lt;/STRONG&gt;;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;/*eligible date for 2nd dose*/&lt;/P&gt;&lt;P&gt;month_revisit=month(revisit_date);&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;/*month of revisiting*/&lt;/P&gt;&lt;P&gt;if&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;revisit_date&amp;gt;=&lt;STRONG&gt;28&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;then&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;eligible=&lt;STRONG&gt;1&lt;/STRONG&gt;;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;else&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;if&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;revisit_date&amp;lt;&lt;STRONG&gt;28&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;then&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;eligible=&lt;STRONG&gt;0&lt;/STRONG&gt;;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;/*eligible for a vaccine 2nd dose*/&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;output;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;end;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;format&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; date month_revisit revisit_date&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;date9.;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;/*determine amount eligible*/&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;freq&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;data=dose2eligible;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;where&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;month_revisit=&lt;STRONG&gt;9&lt;/STRONG&gt;&amp;nbsp; ;&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;table&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;revisit_date ;&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;I need the revisit date to equal + or = to 28 days how do I show that? it also is still only showing 28 days in september....&lt;/P&gt;</description>
    <pubDate>Thu, 01 Sep 2022 20:08:56 GMT</pubDate>
    <dc:creator>xxartpopxx</dc:creator>
    <dc:date>2022-09-01T20:08:56Z</dc:date>
    <item>
      <title>How do I create a calendar table for those who are eligible</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-do-I-create-a-calendar-table-for-those-who-are-eligible/m-p/831449#M328552</link>
      <description />
      <pubDate>Thu, 01 Sep 2022 22:12:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-do-I-create-a-calendar-table-for-those-who-are-eligible/m-p/831449#M328552</guid>
      <dc:creator>xxartpopxx</dc:creator>
      <dc:date>2022-09-01T22:12:51Z</dc:date>
    </item>
    <item>
      <title>Re: How do I create a calendar table for those who are eligible</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-do-I-create-a-calendar-table-for-those-who-are-eligible/m-p/831454#M328555</link>
      <description>&lt;P&gt;How you do so depends on your current data structure.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What does the current data look like? Is there only one row per person? Anyone who visited 28days before September 1 is eligible and people who visit September 1 are eligible again on Sept 28 (or 29th)?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It helps if you can show your input data and for that small example the expected output.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/360788"&gt;@xxartpopxx&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;I'm looking to create a table where each row in september has a date&amp;nbsp; to determine how many people are eligible for a visit.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Someone is eligible for a visit after 28 days.&lt;/P&gt;
&lt;P&gt;date='01SEPT2022'd;&lt;/P&gt;
&lt;P&gt;visitdiff=date-dmin_dt_1;&lt;/P&gt;
&lt;P&gt;diff=admin_dt_2-admin_dt_1;&lt;/P&gt;
&lt;P&gt;where visitdiff&amp;gt;=28;&lt;/P&gt;
&lt;P&gt;How do I create a table showing all 30 days in September and the number of people who are eligible for a visit?&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Sep 2022 18:52:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-do-I-create-a-calendar-table-for-those-who-are-eligible/m-p/831454#M328555</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2022-09-01T18:52:27Z</dc:date>
    </item>
    <item>
      <title>Re: How do I create a calendar table for those who are eligible</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-do-I-create-a-calendar-table-for-those-who-are-eligible/m-p/831455#M328556</link>
      <description>&lt;P&gt;That is a pretty incomplete description. How do we know who is eligible and when? What variables?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Actual example data of what you have will get things going a lot quicker, especially&amp;nbsp; if the data is in the form of a working data step.&lt;/P&gt;</description>
      <pubDate>Thu, 01 Sep 2022 18:55:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-do-I-create-a-calendar-table-for-those-who-are-eligible/m-p/831455#M328556</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2022-09-01T18:55:03Z</dc:date>
    </item>
    <item>
      <title>Re: How do I create a calendar table for those who are eligible</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-do-I-create-a-calendar-table-for-those-who-are-eligible/m-p/831459#M328558</link>
      <description />
      <pubDate>Thu, 01 Sep 2022 22:14:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-do-I-create-a-calendar-table-for-those-who-are-eligible/m-p/831459#M328558</guid>
      <dc:creator>xxartpopxx</dc:creator>
      <dc:date>2022-09-01T22:14:28Z</dc:date>
    </item>
    <item>
      <title>Re: How do I create a calendar table for those who are eligible</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-do-I-create-a-calendar-table-for-those-who-are-eligible/m-p/831461#M328559</link>
      <description>&lt;P&gt;sorry about that I tried to explain more in my post above.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am looking to create a&amp;nbsp; table showing dates sept 1st-30th and the number of eligible folks.&lt;/P&gt;&lt;P&gt;Everyone has a unique admin date 1.&lt;/P&gt;&lt;P&gt;Anyone who is eligible = admin date 1 was over 28 days ago.&lt;/P&gt;&lt;P&gt;I want to show how many eligible folks are there for each day of the month in September.&lt;/P&gt;</description>
      <pubDate>Thu, 01 Sep 2022 19:04:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-do-I-create-a-calendar-table-for-those-who-are-eligible/m-p/831461#M328559</guid>
      <dc:creator>xxartpopxx</dc:creator>
      <dc:date>2022-09-01T19:04:58Z</dc:date>
    </item>
    <item>
      <title>Re: How do I create a calendar table for those who are eligible</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-do-I-create-a-calendar-table-for-those-who-are-eligible/m-p/831463#M328561</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data revisit_dates;
set request;
revisit_date = admin_dt_1 + 28;
month_revisit = month(revisit_date);
run;

proc freq data=revisit_dates;
where month_revisit=9;
table revisit_date;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;This does not handle if a person visits on September 1 and is eligible again on September 29th...is that something that needs to be considered?&lt;/P&gt;</description>
      <pubDate>Thu, 01 Sep 2022 19:17:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-do-I-create-a-calendar-table-for-those-who-are-eligible/m-p/831463#M328561</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2022-09-01T19:17:32Z</dc:date>
    </item>
    <item>
      <title>Re: How do I create a calendar table for those who are eligible</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-do-I-create-a-calendar-table-for-those-who-are-eligible/m-p/831464#M328562</link>
      <description>&lt;P&gt;oh so true how would you take that into consideration in the code?&lt;/P&gt;</description>
      <pubDate>Thu, 01 Sep 2022 19:23:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-do-I-create-a-calendar-table-for-those-who-are-eligible/m-p/831464#M328562</guid>
      <dc:creator>xxartpopxx</dc:creator>
      <dc:date>2022-09-01T19:23:59Z</dc:date>
    </item>
    <item>
      <title>Re: How do I create a calendar table for those who are eligible</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-do-I-create-a-calendar-table-for-those-who-are-eligible/m-p/831467#M328564</link>
      <description>there is no month variable how would I create one?</description>
      <pubDate>Thu, 01 Sep 2022 19:31:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-do-I-create-a-calendar-table-for-those-who-are-eligible/m-p/831467#M328564</guid>
      <dc:creator>xxartpopxx</dc:creator>
      <dc:date>2022-09-01T19:31:44Z</dc:date>
    </item>
    <item>
      <title>Re: How do I create a calendar table for those who are eligible</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-do-I-create-a-calendar-table-for-those-who-are-eligible/m-p/831470#M328567</link>
      <description>&lt;P&gt;Lazy way:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data revisit_dates;
set request;
do visit=1 to 3; *output next three visit dates;
revisit_date = admin_dt_1 + 28;
month_revisit = month(revisit_date);
output;
end;
run;

proc freq data=revisit_dates;
where month_revisit=9;
table revisit_date;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 01 Sep 2022 19:38:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-do-I-create-a-calendar-table-for-those-who-are-eligible/m-p/831470#M328567</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2022-09-01T19:38:47Z</dc:date>
    </item>
    <item>
      <title>Re: How do I create a calendar table for those who are eligible</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-do-I-create-a-calendar-table-for-those-who-are-eligible/m-p/831473#M328570</link>
      <description>&lt;P&gt;The code above creates the month variable....if that's not enough, what do you mean?&lt;/P&gt;</description>
      <pubDate>Thu, 01 Sep 2022 19:40:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-do-I-create-a-calendar-table-for-those-who-are-eligible/m-p/831473#M328570</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2022-09-01T19:40:47Z</dc:date>
    </item>
    <item>
      <title>Re: How do I create a calendar table for those who are eligible</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-do-I-create-a-calendar-table-for-those-who-are-eligible/m-p/831474#M328571</link>
      <description>&lt;P&gt;sorry I didnt realize that was a function. the visit variable doesnt exist in my code&lt;/P&gt;&lt;P&gt;I just have admin_dt_1&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Sep 2022 19:48:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-do-I-create-a-calendar-table-for-those-who-are-eligible/m-p/831474#M328571</guid>
      <dc:creator>xxartpopxx</dc:creator>
      <dc:date>2022-09-01T19:48:16Z</dc:date>
    </item>
    <item>
      <title>Re: How do I create a calendar table for those who are eligible</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-do-I-create-a-calendar-table-for-those-who-are-eligible/m-p/831476#M328573</link>
      <description>&lt;P&gt;Did you run the code, it only uses the date...&lt;/P&gt;</description>
      <pubDate>Thu, 01 Sep 2022 19:59:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-do-I-create-a-calendar-table-for-those-who-are-eligible/m-p/831476#M328573</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2022-09-01T19:59:46Z</dc:date>
    </item>
    <item>
      <title>Re: How do I create a calendar table for those who are eligible</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-do-I-create-a-calendar-table-for-those-who-are-eligible/m-p/831477#M328574</link>
      <description>&lt;P&gt;&lt;STRONG&gt;data&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;dose2eligible;&lt;/P&gt;&lt;P&gt;set&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;request;&lt;/P&gt;&lt;P&gt;do&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;visit=&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;to&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;3&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;&amp;nbsp; revisit_date=admin_dt_1+&lt;STRONG&gt;28&lt;/STRONG&gt;;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;/*eligible date for 2nd dose*/&lt;/P&gt;&lt;P&gt;month_revisit=month(revisit_date);&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;/*month of revisiting*/&lt;/P&gt;&lt;P&gt;if&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;revisit_date&amp;gt;=&lt;STRONG&gt;28&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;then&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;eligible=&lt;STRONG&gt;1&lt;/STRONG&gt;;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;else&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;if&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;revisit_date&amp;lt;&lt;STRONG&gt;28&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;then&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;eligible=&lt;STRONG&gt;0&lt;/STRONG&gt;;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;/*eligible for a vaccine 2nd dose*/&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;output;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;end;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;format&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; date month_revisit revisit_date&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;date9.;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;/*determine amount eligible*/&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;freq&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;data=dose2eligible;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;where&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;month_revisit=&lt;STRONG&gt;9&lt;/STRONG&gt;&amp;nbsp; ;&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;table&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;revisit_date ;&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;I need the revisit date to equal + or = to 28 days how do I show that? it also is still only showing 28 days in september....&lt;/P&gt;</description>
      <pubDate>Thu, 01 Sep 2022 20:08:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-do-I-create-a-calendar-table-for-those-who-are-eligible/m-p/831477#M328574</guid>
      <dc:creator>xxartpopxx</dc:creator>
      <dc:date>2022-09-01T20:08:56Z</dc:date>
    </item>
    <item>
      <title>Re: How do I create a calendar table for those who are eligible</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-do-I-create-a-calendar-table-for-those-who-are-eligible/m-p/831480#M328576</link>
      <description>&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;SPAN&gt;I need the revisit date to equal + or = to 28 days how do I show that? it also is still only showing 28 days in september....&lt;/SPAN&gt;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I don't know what that means. The revisit data set has the dates when the person is eligible for the next three visits (identified by visit).&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;You likely have some days where there were no visits (weekends) so you'll need to add those dates in as zeros which is doable.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I go back to my first response - please show a sample of your data and what you want as output.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Sep 2022 20:31:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-do-I-create-a-calendar-table-for-those-who-are-eligible/m-p/831480#M328576</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2022-09-01T20:31:08Z</dc:date>
    </item>
    <item>
      <title>Re: How do I create a calendar table for those who are eligible</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-do-I-create-a-calendar-table-for-those-who-are-eligible/m-p/831482#M328577</link>
      <description />
      <pubDate>Thu, 01 Sep 2022 22:18:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-do-I-create-a-calendar-table-for-those-who-are-eligible/m-p/831482#M328577</guid>
      <dc:creator>xxartpopxx</dc:creator>
      <dc:date>2022-09-01T22:18:30Z</dc:date>
    </item>
    <item>
      <title>Re: How do I create a calendar table for those who are eligible</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-do-I-create-a-calendar-table-for-those-who-are-eligible/m-p/831483#M328578</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/360788"&gt;@xxartpopxx&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="0-1.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/74942iF640E542AECB8FC3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="0-1.png" alt="0-1.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt; I am unable to see all thirty days of September in my output It just goes to 28 days.&lt;/P&gt;
&lt;P&gt;how can I show all thirty days, I just want to know the amount eligible for each day of the month.&lt;/P&gt;
&lt;P&gt;The eligible definition I dont believe is accurate in the code currently&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Eligible is &amp;gt;=28 days from the admin_date_1&lt;/STRONG&gt;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Please post sample input and expected output data. Feel free to make fake data.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Sep 2022 20:52:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-do-I-create-a-calendar-table-for-those-who-are-eligible/m-p/831483#M328578</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2022-09-01T20:52:09Z</dc:date>
    </item>
    <item>
      <title>Re: How do I create a calendar table for those who are eligible</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-do-I-create-a-calendar-table-for-those-who-are-eligible/m-p/831484#M328579</link>
      <description>&lt;P&gt;\&lt;/P&gt;</description>
      <pubDate>Thu, 01 Sep 2022 22:15:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-do-I-create-a-calendar-table-for-those-who-are-eligible/m-p/831484#M328579</guid>
      <dc:creator>xxartpopxx</dc:creator>
      <dc:date>2022-09-01T22:15:34Z</dc:date>
    </item>
  </channel>
</rss>

