<?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: Convert the code in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Convert-the-code/m-p/423410#M104114</link>
    <description>&lt;P&gt;Hi PG,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;here is the business logic&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Member Age at beginning of the State Fiscal Year July 1.&amp;nbsp; Determine beginning of SFY (yyyy) from RPT_PERIOD (yyyymm). Calculate MBR_AGE_BOS at 7/1/yyyy according to MBR_BRTH_DT.&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and that's the Dba code&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;SPAN class="left"&gt;FLOOR (MONTHS_BETWEEN ( TO_DATE((case when to_char(dt.month_bgn_dt, 'MM') &amp;gt; '06' then TO_CHAR(to_char(dt.month_bgn_dt,'YYYY'))||'0701' else TO_NUMBER(to_char(dt.month_bgn_dt,'YYYY')-1)||'0701' end),'YYYYMMDD'),mbr.BRTH_DT )/12) mbr_age_bos&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;I see the data in SAS&amp;nbsp;which dba&amp;nbsp;created and&amp;nbsp;I need to validated.&lt;/P&gt;</description>
    <pubDate>Sat, 23 Dec 2017 05:11:31 GMT</pubDate>
    <dc:creator>Ahsan</dc:creator>
    <dc:date>2017-12-23T05:11:31Z</dc:date>
    <item>
      <title>Convert the code</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Convert-the-code/m-p/423397#M104109</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My dba send me this SQL Query which I need to tested in SAS to validate the data&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;SPAN class="left"&gt;FLOOR (MONTHS_BETWEEN ( TO_DATE((case when to_char(dt.month_bgn_dt, 'MM') &amp;gt; '06' then TO_CHAR(to_char(dt.month_bgn_dt,'YYYY'))||'0701' else TO_NUMBER(to_char(dt.month_bgn_dt,'YYYY')-1)||'0701' end),'YYYYMMDD'),mbr.BRTH_DT )/12) mbr_age_bos&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;how do I convert this into SAS Query to calculate the age&lt;/P&gt;</description>
      <pubDate>Sat, 23 Dec 2017 01:36:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Convert-the-code/m-p/423397#M104109</guid>
      <dc:creator>Ahsan</dc:creator>
      <dc:date>2017-12-23T01:36:14Z</dc:date>
    </item>
    <item>
      <title>Help Please</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Convert-the-code/m-p/423396#M104115</link>
      <description>&lt;P&gt;How do calculate the age&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Member Age at beginning of the State Fiscal Year July 1.&amp;nbsp; Determine beginning of SFY (yyyy) from RPT_PERIOD (yyyymm). Calculate MBR_AGE_BOS at 7/1/yyyy according to MBR_BRTH_DT.&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please help me with this.&lt;/P&gt;</description>
      <pubDate>Sat, 23 Dec 2017 01:33:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Convert-the-code/m-p/423396#M104115</guid>
      <dc:creator>Ahsan</dc:creator>
      <dc:date>2017-12-23T01:33:33Z</dc:date>
    </item>
    <item>
      <title>Re: Convert the code</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Convert-the-code/m-p/423399#M104110</link>
      <description>&lt;P&gt;Are you going to be querying SAS data or a database table and if so what database?&lt;/P&gt;</description>
      <pubDate>Sat, 23 Dec 2017 01:49:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Convert-the-code/m-p/423399#M104110</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2017-12-23T01:49:20Z</dc:date>
    </item>
    <item>
      <title>Re: Convert the code</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Convert-the-code/m-p/423400#M104111</link>
      <description>&lt;P&gt;I will be querying database&amp;nbsp;table and its an oracle database.&lt;/P&gt;</description>
      <pubDate>Sat, 23 Dec 2017 01:56:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Convert-the-code/m-p/423400#M104111</guid>
      <dc:creator>Ahsan</dc:creator>
      <dc:date>2017-12-23T01:56:16Z</dc:date>
    </item>
    <item>
      <title>Re: Convert the code</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Convert-the-code/m-p/423402#M104112</link>
      <description>&lt;P&gt;OK, then why not just use an SQL passthru query and then you can use the Oracle query as it is? If you are not familiar with passthru here is an example here:&amp;nbsp;&lt;A href="http://support.sas.com/kb/19/205.html" target="_blank"&gt;http://support.sas.com/kb/19/205.html&lt;/A&gt;. Get your query working in Oracle first and then paste it into your PROC SQL step.&lt;/P&gt;</description>
      <pubDate>Sat, 23 Dec 2017 03:27:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Convert-the-code/m-p/423402#M104112</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2017-12-23T03:27:38Z</dc:date>
    </item>
    <item>
      <title>Re: Convert the code</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Convert-the-code/m-p/423407#M104113</link>
      <description>&lt;P&gt;In SAS,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;age = intck("YEAR", &amp;lt;birthdate&amp;gt;, &amp;lt;date&amp;gt;, "CONTINUOUS");&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;where &amp;lt;&lt;EM&gt;birthdate&lt;/EM&gt;&amp;gt; and&amp;nbsp;&amp;lt;&lt;EM&gt;date&lt;/EM&gt;&amp;gt; are SAS dates.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 23 Dec 2017 04:43:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Convert-the-code/m-p/423407#M104113</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2017-12-23T04:43:56Z</dc:date>
    </item>
    <item>
      <title>Re: Convert the code</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Convert-the-code/m-p/423410#M104114</link>
      <description>&lt;P&gt;Hi PG,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;here is the business logic&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Member Age at beginning of the State Fiscal Year July 1.&amp;nbsp; Determine beginning of SFY (yyyy) from RPT_PERIOD (yyyymm). Calculate MBR_AGE_BOS at 7/1/yyyy according to MBR_BRTH_DT.&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and that's the Dba code&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;SPAN class="left"&gt;FLOOR (MONTHS_BETWEEN ( TO_DATE((case when to_char(dt.month_bgn_dt, 'MM') &amp;gt; '06' then TO_CHAR(to_char(dt.month_bgn_dt,'YYYY'))||'0701' else TO_NUMBER(to_char(dt.month_bgn_dt,'YYYY')-1)||'0701' end),'YYYYMMDD'),mbr.BRTH_DT )/12) mbr_age_bos&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;I see the data in SAS&amp;nbsp;which dba&amp;nbsp;created and&amp;nbsp;I need to validated.&lt;/P&gt;</description>
      <pubDate>Sat, 23 Dec 2017 05:11:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Convert-the-code/m-p/423410#M104114</guid>
      <dc:creator>Ahsan</dc:creator>
      <dc:date>2017-12-23T05:11:31Z</dc:date>
    </item>
    <item>
      <title>Re: Convert the code</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Convert-the-code/m-p/423413#M104116</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/165195"&gt;@Ahsan&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;Hi PG,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;here is the business logic&lt;/P&gt;
&lt;TABLE&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD&gt;Member Age at beginning of the State Fiscal Year July 1.&amp;nbsp; Determine beginning of SFY (yyyy) from RPT_PERIOD (yyyymm). Calculate MBR_AGE_BOS at 7/1/yyyy according to MBR_BRTH_DT.&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;and that's the Dba code&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;TABLE&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD&gt;&lt;SPAN class="left"&gt;FLOOR (MONTHS_BETWEEN ( TO_DATE((case when to_char(dt.month_bgn_dt, 'MM') &amp;gt; '06' then TO_CHAR(to_char(dt.month_bgn_dt,'YYYY'))||'0701' else TO_NUMBER(to_char(dt.month_bgn_dt,'YYYY')-1)||'0701' end),'YYYYMMDD'),mbr.BRTH_DT )/12) mbr_age_bos&lt;/SPAN&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;I see the data in SAS&amp;nbsp;which dba&amp;nbsp;created and&amp;nbsp;I need to validated.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Are you looking to calculate the exact age as of July 1 or to replicate the logic in the code above? That's not necessarily the same thing.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here's a write up on calculating ages in SAS&lt;/P&gt;
&lt;P&gt;&lt;A href="https://kb.iu.edu/d/aczw" target="_blank"&gt;https://kb.iu.edu/d/aczw&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 23 Dec 2017 05:29:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Convert-the-code/m-p/423413#M104116</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-12-23T05:29:23Z</dc:date>
    </item>
    <item>
      <title>Re: Convert the code</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Convert-the-code/m-p/423415#M104117</link>
      <description>HI Reeza,&lt;BR /&gt;&lt;BR /&gt;I would like to replicate the logic and calculate the age.</description>
      <pubDate>Sat, 23 Dec 2017 05:34:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Convert-the-code/m-p/423415#M104117</guid>
      <dc:creator>Ahsan</dc:creator>
      <dc:date>2017-12-23T05:34:45Z</dc:date>
    </item>
    <item>
      <title>Re: Convert the code</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Convert-the-code/m-p/423417#M104119</link>
      <description>I would like to calculate exact age as of July 1</description>
      <pubDate>Sat, 23 Dec 2017 05:37:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Convert-the-code/m-p/423417#M104119</guid>
      <dc:creator>Ahsan</dc:creator>
      <dc:date>2017-12-23T05:37:08Z</dc:date>
    </item>
    <item>
      <title>Re: Convert the code</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Convert-the-code/m-p/423418#M104120</link>
      <description>&lt;P&gt;It'll help if you post some sample data and expected output.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm less inclined to do line to line/function conversion this time of night....but in general,&lt;/P&gt;
&lt;P&gt;TO_CHAR -&amp;gt; PUT()&lt;/P&gt;
&lt;P&gt;|| -&amp;gt; CATT()&lt;/P&gt;
&lt;P&gt;YEAR() will take the year of a date&lt;/P&gt;
&lt;P&gt;DATEPART() will extract the date, if it's a datetime&lt;/P&gt;
&lt;P&gt;MDY() to calculate date&lt;/P&gt;
&lt;P&gt;INTCK() to calculate the number of months between the intervals, also has an AGE parameter&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Assuming you have two dates, something like the following:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;intck('month', date_birth, mdy(7, 1, year(month_bgn_dt))) / 12 &lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 23 Dec 2017 05:40:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Convert-the-code/m-p/423418#M104120</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-12-23T05:40:19Z</dc:date>
    </item>
    <item>
      <title>Re: Convert the code</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Convert-the-code/m-p/423419#M104121</link>
      <description>reeza,&lt;BR /&gt;&lt;BR /&gt;you have a email address I can send you the screen shots of the data</description>
      <pubDate>Sat, 23 Dec 2017 05:50:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Convert-the-code/m-p/423419#M104121</guid>
      <dc:creator>Ahsan</dc:creator>
      <dc:date>2017-12-23T05:50:18Z</dc:date>
    </item>
    <item>
      <title>Re: Convert the code</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Convert-the-code/m-p/423420#M104122</link>
      <description>&lt;P&gt;I&amp;nbsp;post the screen shot I used your formula and&amp;nbsp;I got the results but&amp;nbsp;you will see test which I am testing. My test age&amp;nbsp;should match&amp;nbsp;MBR_AGE_BOS&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 23 Dec 2017 05:53:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Convert-the-code/m-p/423420#M104122</guid>
      <dc:creator>Ahsan</dc:creator>
      <dc:date>2017-12-23T05:53:13Z</dc:date>
    </item>
    <item>
      <title>Re: Convert the code</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Convert-the-code/m-p/423421#M104123</link>
      <description>&lt;P&gt;OK, then the code should be like:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;age = intck("YEAR", &amp;lt;mbr_brthdt&amp;gt;, intnx("YEAR.7", &amp;lt;rpt_period&amp;gt;, 0), "CONTINUOUS");&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;with, again, &amp;lt;&lt;EM&gt;mbr_brthdt&lt;/EM&gt;&amp;gt; and &amp;lt;&lt;EM&gt;rpt_period&lt;/EM&gt;&amp;gt; being SAS dates.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 23 Dec 2017 05:55:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Convert-the-code/m-p/423421#M104123</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2017-12-23T05:55:39Z</dc:date>
    </item>
    <item>
      <title>Re: Convert the code</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Convert-the-code/m-p/423425#M104125</link>
      <description>Thank you PG I appreciate your help</description>
      <pubDate>Sat, 23 Dec 2017 06:15:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Convert-the-code/m-p/423425#M104125</guid>
      <dc:creator>Ahsan</dc:creator>
      <dc:date>2017-12-23T06:15:38Z</dc:date>
    </item>
    <item>
      <title>Re: Convert the code</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Convert-the-code/m-p/423426#M104126</link>
      <description>&lt;P&gt;Now you can validate the original Oracle code &lt;img id="smileywink" class="emoticon emoticon-smileywink" src="https://communities.sas.com/i/smilies/16x16_smiley-wink.png" alt="Smiley Wink" title="Smiley Wink" /&gt;!&lt;/P&gt;</description>
      <pubDate>Sat, 23 Dec 2017 06:17:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Convert-the-code/m-p/423426#M104126</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2017-12-23T06:17:40Z</dc:date>
    </item>
    <item>
      <title>Re: Convert the code</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Convert-the-code/m-p/423430#M104129</link>
      <description>hi pg,&lt;BR /&gt;Yes I validate it looks perfect thank you very much. I just have a quick question I have the same scenario this time the business logic is like this&lt;BR /&gt;&lt;BR /&gt;"Member Age at end of the State Fiscal Year&lt;BR /&gt;June 30. Determine end of SFY (yyyy) from RPT_PERIOD (yyyymm). Calculate MBR_AGE_EOS at 6/30/yyyy according to MBR_BRTH_DT."&lt;BR /&gt;&lt;BR /&gt;Can I use the same code and change 7 into 6</description>
      <pubDate>Sat, 23 Dec 2017 06:32:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Convert-the-code/m-p/423430#M104129</guid>
      <dc:creator>Ahsan</dc:creator>
      <dc:date>2017-12-23T06:32:31Z</dc:date>
    </item>
    <item>
      <title>Re: Convert the code</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Convert-the-code/m-p/423431#M104130</link>
      <description>&lt;P&gt;Not really, you should use&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;age = intck("YEAR", &amp;lt;mbr_brthdt&amp;gt;, intnx("YEAR.7", &amp;lt;rpt_period&amp;gt;, 0, "END"), "CONTINUOUS");&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sat, 23 Dec 2017 06:35:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Convert-the-code/m-p/423431#M104130</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2017-12-23T06:35:31Z</dc:date>
    </item>
    <item>
      <title>Re: Convert the code</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Convert-the-code/m-p/423432#M104131</link>
      <description>works like a charm you are the best</description>
      <pubDate>Sat, 23 Dec 2017 06:40:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Convert-the-code/m-p/423432#M104131</guid>
      <dc:creator>Ahsan</dc:creator>
      <dc:date>2017-12-23T06:40:49Z</dc:date>
    </item>
    <item>
      <title>Re: Convert the code</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Convert-the-code/m-p/423620#M104195</link>
      <description>Hi PG Stats,&lt;BR /&gt;&lt;BR /&gt;I need your help that 's the Business logic I need to calculate the "Member age at beginning of the month each month. Calculate MBR_AGE_BOM using RPT_PERIOD_BEG_DT.&lt;BR /&gt;&lt;BR /&gt;I appreciate all the help.</description>
      <pubDate>Tue, 26 Dec 2017 18:12:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Convert-the-code/m-p/423620#M104195</guid>
      <dc:creator>Ahsan</dc:creator>
      <dc:date>2017-12-26T18:12:24Z</dc:date>
    </item>
  </channel>
</rss>

