<?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 to Create a Time Variable for Survival Analysis? in SAS Studio</title>
    <link>https://communities.sas.com/t5/SAS-Studio/How-to-Create-a-Time-Variable-for-Survival-Analysis/m-p/488707#M6072</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/227543"&gt;@TL93&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Hi SAS Community! Can someone help me create a time variable for survival analysis? My event/failure is &lt;STRONG&gt;incidence of cancer&lt;/STRONG&gt; (i.e. the total population is at risk [in the sample] and individuals will drop out when they are first diagnosed with cancer [experience the event]).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am using a merged dataset and the &lt;STRONG&gt;date of diagnosis comes from two different datasets&lt;/STRONG&gt;. The first variable for date of diagnosis (VARD1) covers years 1991-2001. The second variable for date of diagnosis (VARD2) covers years 2002-2010. The responses are coded as the date of diagnosis, “YYYYMMDD.”&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The data look like:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Record ID&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; VARD1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; VARD2&lt;/P&gt;
&lt;P&gt;1&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;20000514&lt;/P&gt;
&lt;P&gt;2&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; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;20081204&lt;/P&gt;
&lt;P&gt;3&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; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;20030128&lt;/P&gt;
&lt;P&gt;4&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;19920416&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 20051118&lt;/P&gt;
&lt;P&gt;5&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;19980212&lt;/P&gt;
&lt;P&gt;&lt;FONT size="1"&gt;*respondent 4 had a cancer recurrence&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How can I create a continuous time variable from these two date variables in order to conduct survival analysis? Also, I want time to be in years, so how can I make it so that the new variable is based on the year portion of the response (i.e. first four digits – YYYY)?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would really appreciate any help I can get! &lt;STRONG&gt;Thank you so much!&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Side note: After this, I would have to create an "event" variable that is =1 if they have been diagnosed with cancer (date present), and =0 if not (no date present). I am hoping that it will be pretty straight forward once I create the time variable. If this info helps you help me then great!!&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;First are your values actually SAS date values with a yymmddn8. format applied, character values or simple numeric? The approach would vary a bit between each of those three cases.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In the case of the reoccurrence which date do you want to use?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 21 Aug 2018 20:32:12 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2018-08-21T20:32:12Z</dc:date>
    <item>
      <title>How to Create a Time Variable for Survival Analysis?</title>
      <link>https://communities.sas.com/t5/SAS-Studio/How-to-Create-a-Time-Variable-for-Survival-Analysis/m-p/488668#M6070</link>
      <description>&lt;P&gt;Hi SAS Community! Can someone help me create a time variable for survival analysis? My event/failure is &lt;STRONG&gt;incidence of cancer&lt;/STRONG&gt; (i.e. the total population is at risk [in the sample] and individuals will drop out when they are first diagnosed with cancer [experience the event]).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using a merged dataset and the &lt;STRONG&gt;date of diagnosis comes from two different datasets&lt;/STRONG&gt;. The first variable for date of diagnosis (VARD1) covers years 1991-2001. The second variable for date of diagnosis (VARD2) covers years 2002-2010. The responses are coded as the date of diagnosis, “YYYYMMDD.”&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The data look like:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Record ID&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; VARD1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; VARD2&lt;/P&gt;&lt;P&gt;1&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;20000514&lt;/P&gt;&lt;P&gt;2&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; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;20081204&lt;/P&gt;&lt;P&gt;3&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; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;20030128&lt;/P&gt;&lt;P&gt;4&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;19920416&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 20051118&lt;/P&gt;&lt;P&gt;5&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;19980212&lt;/P&gt;&lt;P&gt;&lt;FONT size="1 2 3 4 5 6 7"&gt;*respondent 4 had a cancer recurrence&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can I create a continuous time variable from these two date variables in order to conduct survival analysis? Also, I want time to be in years, so how can I make it so that the new variable is based on the year portion of the response (i.e. first four digits – YYYY)?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would really appreciate any help I can get! &lt;STRONG&gt;Thank you so much!&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Side note: After this, I would have to create an "event" variable that is =1 if they have been diagnosed with cancer (date present), and =0 if not (no date present). I am hoping that it will be pretty straight forward once I create the time variable. If this info helps you help me then great!!&lt;/P&gt;</description>
      <pubDate>Tue, 21 Aug 2018 18:50:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/How-to-Create-a-Time-Variable-for-Survival-Analysis/m-p/488668#M6070</guid>
      <dc:creator>TL93</dc:creator>
      <dc:date>2018-08-21T18:50:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to Create a Time Variable for Survival Analysis?</title>
      <link>https://communities.sas.com/t5/SAS-Studio/How-to-Create-a-Time-Variable-for-Survival-Analysis/m-p/488707#M6072</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/227543"&gt;@TL93&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Hi SAS Community! Can someone help me create a time variable for survival analysis? My event/failure is &lt;STRONG&gt;incidence of cancer&lt;/STRONG&gt; (i.e. the total population is at risk [in the sample] and individuals will drop out when they are first diagnosed with cancer [experience the event]).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am using a merged dataset and the &lt;STRONG&gt;date of diagnosis comes from two different datasets&lt;/STRONG&gt;. The first variable for date of diagnosis (VARD1) covers years 1991-2001. The second variable for date of diagnosis (VARD2) covers years 2002-2010. The responses are coded as the date of diagnosis, “YYYYMMDD.”&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The data look like:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Record ID&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; VARD1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; VARD2&lt;/P&gt;
&lt;P&gt;1&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;20000514&lt;/P&gt;
&lt;P&gt;2&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; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;20081204&lt;/P&gt;
&lt;P&gt;3&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; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;20030128&lt;/P&gt;
&lt;P&gt;4&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;19920416&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 20051118&lt;/P&gt;
&lt;P&gt;5&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;19980212&lt;/P&gt;
&lt;P&gt;&lt;FONT size="1"&gt;*respondent 4 had a cancer recurrence&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How can I create a continuous time variable from these two date variables in order to conduct survival analysis? Also, I want time to be in years, so how can I make it so that the new variable is based on the year portion of the response (i.e. first four digits – YYYY)?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would really appreciate any help I can get! &lt;STRONG&gt;Thank you so much!&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Side note: After this, I would have to create an "event" variable that is =1 if they have been diagnosed with cancer (date present), and =0 if not (no date present). I am hoping that it will be pretty straight forward once I create the time variable. If this info helps you help me then great!!&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;First are your values actually SAS date values with a yymmddn8. format applied, character values or simple numeric? The approach would vary a bit between each of those three cases.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In the case of the reoccurrence which date do you want to use?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Aug 2018 20:32:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/How-to-Create-a-Time-Variable-for-Survival-Analysis/m-p/488707#M6072</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2018-08-21T20:32:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to Create a Time Variable for Survival Analysis?</title>
      <link>https://communities.sas.com/t5/SAS-Studio/How-to-Create-a-Time-Variable-for-Survival-Analysis/m-p/488715#M6073</link>
      <description>&lt;P&gt;Hi ballardw,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your response!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm not entirely sure if this is a SAS date value. The responses are coded as "YYYYMMDD," format is $8., and it is a character value.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the case of recurrence, I would like to use the first date (VARD1). (Unless there is a way I can use the first date to drop them out, but they re-enter the sample IF they have a second date (VARD2) and drop out again. This would be for another research question I have, which is modelling the probability that someone has a recurrence after the initial diagnosis. Now that I am thinking aloud, this latter part may not be feasible and I probably will have to censor my sample to those with an initial diagnosis to test for recurrence.)&lt;/P&gt;</description>
      <pubDate>Tue, 21 Aug 2018 20:59:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/How-to-Create-a-Time-Variable-for-Survival-Analysis/m-p/488715#M6073</guid>
      <dc:creator>TL93</dc:creator>
      <dc:date>2018-08-21T20:59:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to Create a Time Variable for Survival Analysis?</title>
      <link>https://communities.sas.com/t5/SAS-Studio/How-to-Create-a-Time-Variable-for-Survival-Analysis/m-p/488939#M6075</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/227543"&gt;@TL93&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Hi ballardw,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for your response!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm not entirely sure if this is a SAS date value. The responses are coded as "YYYYMMDD," format is $8., and it is a character value.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;The format indicates your current value is character. So your values should be turned into SAS date values for the analysis you want.&lt;/P&gt;
&lt;P&gt;Here is one way. Note the data step to provide example data. The COALESCEC function returns the first non-missing value from a list of values, so will select vard1 when populated. the INPUT is used to read the character value returned as a date value using the yymmdd format. I applied a different date format so that you can see the conversion worked. To maintain your existing appearance you could use the format yymmddn8. The n in the format says not to add any / or - or similar character that the yymmdd format by default would and the 8 maintains the displayed length.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;data have;
   infile datalines dlm=',' missover dsd;
   informat RecordID $5. VARD1 VARD2 $8.;
   input RecordID VARD1 VARD2 ;
datalines;
1,20000514, 
2,,20081204
3,,20030128
4,19920416,20051118
5,19980212,   
;
run;

data want;
   set have;
   vard = input(coalescec(vard1,vard2),yymmdd8.);
   format vard mmddyy10.;
run;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The&amp;nbsp;reason I asked about your existing variable&amp;nbsp;types is 1)&amp;nbsp;to choose the correct function&amp;nbsp;COALESCEC or COALESCE &amp;nbsp;2) the INPUT would be more complicated with numeric values as the INPUT would want a character value, requiring a bit of code to convert to appropriate character value with a PUT inside the INPUT section. Not complex but gets a tad ugly.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Aug 2018 15:37:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/How-to-Create-a-Time-Variable-for-Survival-Analysis/m-p/488939#M6075</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2018-08-22T15:37:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to Create a Time Variable for Survival Analysis?</title>
      <link>https://communities.sas.com/t5/SAS-Studio/How-to-Create-a-Time-Variable-for-Survival-Analysis/m-p/489345#M6081</link>
      <description>&lt;P&gt;Thank you very much for this syntax and a thorough explanation! I will try this when I am in my lab next week to see if it works. After the conversion, how would I be able to assess if the new variable is indeed a continuous time variable (before proceeding to my main analysis)?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am planning to maintain the existing appearance using this line for format, as you've advised&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;format vard yymmddn8;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;So surely my data would not look any different.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Additionally, my existing date variable is coded as "YYYYMMDD," with the full 4 digits for year. Using &lt;EM&gt;yymmdd8.&lt;/EM&gt; in the INPUT statement would not give me any problems, right?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Very appreciative and slightly less confused SAS user&lt;/P&gt;</description>
      <pubDate>Thu, 23 Aug 2018 17:44:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/How-to-Create-a-Time-Variable-for-Survival-Analysis/m-p/489345#M6081</guid>
      <dc:creator>TL93</dc:creator>
      <dc:date>2018-08-23T17:44:32Z</dc:date>
    </item>
  </channel>
</rss>

