<?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: Comparison between largest and second largest value in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Comparison-between-largest-and-second-largest-value/m-p/84777#M24263</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi mspak,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in proc sort for test8 you have used the by variables as sic2 fyear cbsa descending rnk_city;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However while creating the dataset test9, the by variable order is sic2 fyear cbsa descending rnk_nat; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here, please replace rnk_nat with rnk_city and you will not get any error. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Jagadish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 24 Jan 2013 14:13:06 GMT</pubDate>
    <dc:creator>Jagadishkatam</dc:creator>
    <dc:date>2013-01-24T14:13:06Z</dc:date>
    <item>
      <title>Comparison between largest and second largest value</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Comparison-between-largest-and-second-largest-value/m-p/84773#M24259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;Good days to all,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;I have a set of data (as per attached), with the following variables:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;gvkey = US company identification code&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;fyear = financial year&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;Auditor = auditor identification code&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;sic2 = 2-digit industry classification code&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;CBSA = City&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;NAT_Mkshr = National market share, based on SIC2 and fyear.&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;City_Mkshr = City market share, based on CBSA, SIC2 and fyear. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;I would like to calculate &lt;STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 12pt;"&gt;Auditor Industry Specialist, &lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 12pt; font-family: 'Times New Roman', serif;"&gt;based on the following definitions:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;UL style="list-style-type: disc;"&gt;&lt;LI&gt;&lt;SPAN lang="EN-US" style="font-size: 12.0pt; font-family: 'Times New Roman','serif';"&gt;&lt;SPAN style="text-decoration: underline;"&gt;National auditor specialist:&lt;/SPAN&gt; An auditor is defined as a national industry specialist if it has the largest annual (ie fyear) market share in an industry, based on the two-digit SIC category, and if its annual market share is at least 10 percentage points greater than its closest competitor in a national&amp;nbsp; audit market.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN lang="EN-US" style="font-size: 12.0pt; font-family: 'Times New Roman','serif';"&gt;&lt;SPAN style="text-decoration: underline;"&gt;City auditor specialist:&lt;/SPAN&gt; &lt;SPAN style="font-family: 'Times New Roman', serif; font-size: 16px;"&gt;An auditor is defined as a city industry specialist if it has the largest annual (ie fyear) market share in an industry, based on the two-digit SIC category for a given city (ie. CBSA), and if its annual market share is at least 10 percentage points greater than its closest competitor in a city audit market.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I learned from my search that there are SAS function, namely LARGEST and COMPARE. I have no idea on whether these functions can be applied in my case. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope to get any simple code to my problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for any help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;mspak&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;&lt;SPAN lang="EN-US" style="font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jan 2013 12:52:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Comparison-between-largest-and-second-largest-value/m-p/84773#M24259</guid>
      <dc:creator>mspak</dc:creator>
      <dc:date>2013-01-24T12:52:40Z</dc:date>
    </item>
    <item>
      <title>Re: Comparison between largest and second largest value</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Comparison-between-largest-and-second-largest-value/m-p/84774#M24260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See if this can get you started. Proc rank will rank the observations by fyear, au, sic2. The rank variable is in mk_nat. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc sort data=test out=test2; by fyear sic2 au; run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc rank data=test2 out=test3;&lt;/P&gt;&lt;P&gt;&amp;nbsp; by fyear sic2 au;&lt;/P&gt;&lt;P&gt;&amp;nbsp; var nat_mkshr;&lt;/P&gt;&lt;P&gt;&amp;nbsp; ranks rnk_nat;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As far as the rest there are some other rules you will have to work through like market share ties. But if you keep everyone with a rank &amp;lt; 3 those should be all the people you need to look at and run through a data step to flag the specialists.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jan 2013 13:20:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Comparison-between-largest-and-second-largest-value/m-p/84774#M24260</guid>
      <dc:creator>esjackso</dc:creator>
      <dc:date>2013-01-24T13:20:59Z</dc:date>
    </item>
    <item>
      <title>Re: Comparison between largest and second largest value</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Comparison-between-largest-and-second-largest-value/m-p/84775#M24261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;By the way the functions you mentioned I dont think will help since they would work across variables and not across observations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jan 2013 13:22:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Comparison-between-largest-and-second-largest-value/m-p/84775#M24261</guid>
      <dc:creator>esjackso</dc:creator>
      <dc:date>2013-01-24T13:22:04Z</dc:date>
    </item>
    <item>
      <title>Re: Comparison between largest and second largest value</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Comparison-between-largest-and-second-largest-value/m-p/84776#M24262</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi EJ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I try to run the following code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc sort data=final.test&amp;nbsp; out=test1 nodupkey; by fyear sic2 au; run;&lt;/P&gt;&lt;P&gt;proc sort data=test1 out=test2; by sic2 fyear ; run; &lt;/P&gt;&lt;P&gt;proc rank data=test2&amp;nbsp; descending out=test3;&lt;/P&gt;&lt;P&gt;&amp;nbsp; by sic2 fyear ;&lt;/P&gt;&lt;P&gt;&amp;nbsp; var nat_mkshr;&lt;/P&gt;&lt;P&gt;&amp;nbsp; ranks rnk_nat;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc sort data=test3 out=test4;&lt;/P&gt;&lt;P&gt;by sic2 fyear descending rnk_nat; run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data test5; set test4;&lt;/P&gt;&lt;P&gt;by sic2 fyear descending rnk_nat; &lt;/P&gt;&lt;P&gt;natshr_dif = dif(nat_mkshr); run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc sort data=test5 out=test6; by sic2 fyear cbsa; run; &lt;/P&gt;&lt;P&gt;proc rank data=test6&amp;nbsp; descending out=test7;&lt;/P&gt;&lt;P&gt;&amp;nbsp; by sic2 fyear cbsa;&lt;/P&gt;&lt;P&gt;&amp;nbsp; var City_Mkshr;&lt;/P&gt;&lt;P&gt;&amp;nbsp; ranks rnk_city;&lt;/P&gt;&lt;P&gt;run; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc sort data=test7 out=test8;&lt;/P&gt;&lt;P&gt;by sic2 fyear cbsa descending rnk_city; run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data test9; set test8;&lt;/P&gt;&lt;P&gt;by sic2 fyear cbsa descending rnk_nat; &lt;/P&gt;&lt;P&gt;cityshr_dif = dif(City_Mkshr); run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found everything is within my expectation up to the output of test8. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found the following error whenever I try to output "test9". I found that the obs in test9 has drop significantly compared to as in test8. &lt;/P&gt;&lt;P&gt;ERROR: BY variables are not properly sorted on data set WORK.TEST8.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;mspak&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you know the reason? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jan 2013 14:05:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Comparison-between-largest-and-second-largest-value/m-p/84776#M24262</guid>
      <dc:creator>mspak</dc:creator>
      <dc:date>2013-01-24T14:05:10Z</dc:date>
    </item>
    <item>
      <title>Re: Comparison between largest and second largest value</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Comparison-between-largest-and-second-largest-value/m-p/84777#M24263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi mspak,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in proc sort for test8 you have used the by variables as sic2 fyear cbsa descending rnk_city;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However while creating the dataset test9, the by variable order is sic2 fyear cbsa descending rnk_nat; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here, please replace rnk_nat with rnk_city and you will not get any error. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Jagadish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jan 2013 14:13:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Comparison-between-largest-and-second-largest-value/m-p/84777#M24263</guid>
      <dc:creator>Jagadishkatam</dc:creator>
      <dc:date>2013-01-24T14:13:06Z</dc:date>
    </item>
    <item>
      <title>Re: Comparison between largest and second largest value</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Comparison-between-largest-and-second-largest-value/m-p/84778#M24264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good catch. I noticed the same thing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also I always forget about the dif function so it was good to see that was what you are using.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jan 2013 14:15:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Comparison-between-largest-and-second-largest-value/m-p/84778#M24264</guid>
      <dc:creator>esjackso</dc:creator>
      <dc:date>2013-01-24T14:15:53Z</dc:date>
    </item>
    <item>
      <title>Re: Comparison between largest and second largest value</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Comparison-between-largest-and-second-largest-value/m-p/84779#M24265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;Jagadish&lt;/SPAN&gt; and EJ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There was a typo error on the variable (&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;rnk_city&lt;/SPAN&gt; instead of &lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;rnk_nat&lt;/SPAN&gt;). I checked the code for a few times, but I could not realise the mistake &lt;img id="smileysad" class="emoticon emoticon-smileysad" src="https://communities.sas.com/i/smilies/16x16_smiley-sad.png" alt="Smiley Sad" title="Smiley Sad" /&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you helping me &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;mspak&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jan 2013 14:23:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Comparison-between-largest-and-second-largest-value/m-p/84779#M24265</guid>
      <dc:creator>mspak</dc:creator>
      <dc:date>2013-01-24T14:23:17Z</dc:date>
    </item>
    <item>
      <title>Re: Comparison between largest and second largest value</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Comparison-between-largest-and-second-largest-value/m-p/84780#M24266</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No problem ... glad it helped!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jan 2013 14:28:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Comparison-between-largest-and-second-largest-value/m-p/84780#M24266</guid>
      <dc:creator>esjackso</dc:creator>
      <dc:date>2013-01-24T14:28:16Z</dc:date>
    </item>
    <item>
      <title>Re: Comparison between largest and second largest value</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Comparison-between-largest-and-second-largest-value/m-p/84781#M24267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I modified the codes as follows to generate my desired output:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc sort data=final.test&amp;nbsp; out=test1 nodupkey; by fyear sic2 au; run;&lt;/P&gt;&lt;P&gt;proc sort data=test1 out=test2; by sic2 fyear ; run; &lt;/P&gt;&lt;P&gt;proc rank data=test2&amp;nbsp; descending out=test3;&lt;/P&gt;&lt;P&gt;&amp;nbsp; by sic2 fyear ;&lt;/P&gt;&lt;P&gt;&amp;nbsp; var nat_mkshr;&lt;/P&gt;&lt;P&gt;&amp;nbsp; ranks rnk_nat;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc sort data=test3 out=test4;&lt;/P&gt;&lt;P&gt;by sic2 fyear descending rnk_nat; run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data test5; set test4;&lt;/P&gt;&lt;P&gt;by sic2 fyear descending rnk_nat; &lt;/P&gt;&lt;P&gt;natshr_dif = dif(nat_mkshr); &lt;/P&gt;&lt;P&gt;IF FIRST.FYEAR THEN DO;&lt;/P&gt;&lt;P&gt;natshr_dif = .;&lt;/P&gt;&lt;P&gt;END;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc sort data=test5 out=test6; by sic2 fyear cbsa; run; &lt;/P&gt;&lt;P&gt;proc rank data=test6&amp;nbsp; descending out=test7;&lt;/P&gt;&lt;P&gt;&amp;nbsp; by sic2 fyear cbsa;&lt;/P&gt;&lt;P&gt;&amp;nbsp; var City_Mkshr;&lt;/P&gt;&lt;P&gt;&amp;nbsp; ranks rnk_city;&lt;/P&gt;&lt;P&gt;run; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc sort data=test7 out=test8;&lt;/P&gt;&lt;P&gt;by sic2 fyear cbsa descending rnk_city; run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data test9; set test8 (drop=gvkey);&lt;/P&gt;&lt;P&gt;by sic2 fyear cbsa descending rnk_city; &lt;/P&gt;&lt;P&gt;cityshr_dif = dif(City_Mkshr); &lt;/P&gt;&lt;P&gt;IF FIRST.CBSA THEN DO;&lt;/P&gt;&lt;P&gt;cityshr_dif = .;&lt;/P&gt;&lt;P&gt;END;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data test10; set test9;&lt;/P&gt;&lt;P&gt;if rnk_nat = 1 and natshr_dif&amp;gt;=0.1 then nat_AIP1 = 1; else nat_AIP1 = 0;&lt;/P&gt;&lt;P&gt;if rnk_city ^= 1 OR . &amp;lt;cityshr_dif &amp;lt;0.1&amp;nbsp; then city_AIP1 = 0; else city_AIP1 = 1;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regads,&lt;/P&gt;&lt;P&gt;mspak&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jan 2013 15:02:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Comparison-between-largest-and-second-largest-value/m-p/84781#M24267</guid>
      <dc:creator>mspak</dc:creator>
      <dc:date>2013-01-24T15:02:44Z</dc:date>
    </item>
  </channel>
</rss>

