<?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 How to generate daily date series from start? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-to-generate-daily-date-series-from-start/m-p/643926#M192244</link>
    <description>&lt;P&gt;I want to be able to have an output where it shows all the goal values. Every day a person had a goal. I want to show the daily goals after my randomization_date variable for each individual person (study_id) for up to 1 year. The randomization_date is a date. goal is numeric.&lt;/P&gt;
&lt;P&gt;data web.webfinaldataset&lt;/P&gt;
&lt;P&gt;set web.webfinal&lt;/P&gt;
&lt;P&gt;day=intnx('day', randomization_date,1);&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;
&lt;P&gt;proc print web.webfinaldataset;&lt;/P&gt;
&lt;P&gt;var goal date&lt;/P&gt;
&lt;P&gt;by study_id;&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;</description>
    <pubDate>Wed, 29 Apr 2020 13:22:29 GMT</pubDate>
    <dc:creator>mariamon0</dc:creator>
    <dc:date>2020-04-29T13:22:29Z</dc:date>
    <item>
      <title>How to generate daily date series from start?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-generate-daily-date-series-from-start/m-p/643926#M192244</link>
      <description>&lt;P&gt;I want to be able to have an output where it shows all the goal values. Every day a person had a goal. I want to show the daily goals after my randomization_date variable for each individual person (study_id) for up to 1 year. The randomization_date is a date. goal is numeric.&lt;/P&gt;
&lt;P&gt;data web.webfinaldataset&lt;/P&gt;
&lt;P&gt;set web.webfinal&lt;/P&gt;
&lt;P&gt;day=intnx('day', randomization_date,1);&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;
&lt;P&gt;proc print web.webfinaldataset;&lt;/P&gt;
&lt;P&gt;var goal date&lt;/P&gt;
&lt;P&gt;by study_id;&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Apr 2020 13:22:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-generate-daily-date-series-from-start/m-p/643926#M192244</guid>
      <dc:creator>mariamon0</dc:creator>
      <dc:date>2020-04-29T13:22:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to generate daily date series from start?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-generate-daily-date-series-from-start/m-p/643937#M192250</link>
      <description>&lt;P&gt;Show us a portion of the input data set.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Show us the desired output that corresponds to the portion of the input data set you showed.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Apr 2020 13:43:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-generate-daily-date-series-from-start/m-p/643937#M192250</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2020-04-29T13:43:06Z</dc:date>
    </item>
  </channel>
</rss>

