<?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: Counting number of non-numeric values within multiple columns on the same observation. in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Counting-number-of-non-numeric-values-within-multiple-columns-on/m-p/100880#M8934</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does the following help?:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;data _null_;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; length var1-var6 $ 1;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; var1='';&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; var2='A';&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; var3='A';&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; var4='';&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; var5='B';&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; var6='';&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; count_of_a&amp;nbsp;&amp;nbsp; =count(cat(of var1-var6),'A');&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; count_of_b&amp;nbsp;&amp;nbsp; =count(cat(of var1-var6),'B');&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; count_of_null=count(cat(of var1-var6),'');&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; put &lt;SPAN style="font-family: 'courier new', courier;"&gt;count_of_a&lt;/SPAN&gt;=;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; put &lt;SPAN style="font-family: 'courier new', courier;"&gt;count_of_b&lt;/SPAN&gt;=;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; put &lt;SPAN style="font-family: 'courier new', courier;"&gt;count_of_null&lt;/SPAN&gt;=;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 10pt; line-height: 1.5em;"&gt;run;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Amir.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 Oct 2013 11:33:24 GMT</pubDate>
    <dc:creator>Amir</dc:creator>
    <dc:date>2013-10-02T11:33:24Z</dc:date>
    <item>
      <title>Counting number of non-numeric values within multiple columns on the same observation.</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Counting-number-of-non-numeric-values-within-multiple-columns-on/m-p/100879#M8933</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello &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;.&amp;nbsp; I'm new to SAS EG.&amp;nbsp; I have an issue that intuitively feels that it should be really easy to resolve in SAS EG, but for the life of me I can't find the solution/function to make it work.&amp;nbsp; I'm sure I'll be embarrassed by the answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I calculate the columns "Count of A", "Count of B" and "Count of null"?&amp;nbsp; The N function only seems to work with number formats and the Count function only seems to work within one column - but I'm happy to be corrected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Incidentally in real life there could be upwards of 30 columns to check.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="706"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl65" height="17" width="80"&gt;CustomerID&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="56"&gt;Product&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="56"&gt;2011_01&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="56"&gt;2011_02&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="56"&gt;2011_03&lt;/TD&gt;&lt;TD class="xl66" style="border-left: none;" width="56"&gt;2011_04&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="56"&gt;2011_05&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="56"&gt;2011_06&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="73"&gt;Count of A&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="73"&gt;Count of B&lt;/TD&gt;&lt;TD class="xl68" style="border-left: none;" width="88"&gt;Count of null&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl67" height="17" style="border-top: none;" width="80"&gt;111&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;" width="56"&gt;Widgets&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;" width="56"&gt; &lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;" width="56"&gt;A&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;" width="56"&gt;A&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;" width="56"&gt; &lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;" width="56"&gt;B&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;" width="56"&gt; &lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: none; border-left: none;" width="73"&gt;2&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: none; border-left: none;" width="73"&gt;1&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-left: none;" width="88"&gt;3&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl67" height="17" style="border-top: none;" width="80"&gt;111&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;" width="56"&gt;Gadgets&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;" width="56"&gt; &lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;" width="56"&gt; &lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;" width="56"&gt;A&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;" width="56"&gt;A&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;" width="56"&gt;A&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;" width="56"&gt;B&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: none; border-left: none;" width="73"&gt;3&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: none; border-left: none;" width="73"&gt;1&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: none; border-left: none;" width="88"&gt;2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl67" height="17" style="border-top: none;" width="80"&gt;222&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;" width="56"&gt;Gadgets&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;" width="56"&gt;A&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;" width="56"&gt;A&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;" width="56"&gt; &lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;" width="56"&gt; &lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;" width="56"&gt; &lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;" width="56"&gt; &lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: none; border-left: none;" width="73"&gt;2&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: none; border-left: none;" width="73"&gt;0&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: none; border-left: none;" width="88"&gt;4&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl67" height="17" style="border-top: none;" width="80"&gt;333&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;" width="56"&gt;Widgets&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;" width="56"&gt;A&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;" width="56"&gt; &lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;" width="56"&gt; &lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;" width="56"&gt; &lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;" width="56"&gt;A&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;" width="56"&gt;A&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: none; border-left: none;" width="73"&gt;3&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: none; border-left: none;" width="73"&gt;0&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: none; border-left: none;" width="88"&gt;3&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl67" height="17" style="border-top: none;" width="80"&gt;333&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;" width="56"&gt;Gadgets&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;" width="56"&gt;A&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;" width="56"&gt;A&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;" width="56"&gt;A&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;" width="56"&gt;B&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;" width="56"&gt; &lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;" width="56"&gt;B&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: none; border-left: none;" width="73"&gt;3&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: none; border-left: none;" width="73"&gt;2&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: none; border-left: none;" width="88"&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl67" height="17" style="border-top: none;" width="80"&gt;333&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;" width="56"&gt;Gizmos&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;" width="56"&gt; &lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;" width="56"&gt; &lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;" width="56"&gt;A&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;" width="56"&gt;A&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;" width="56"&gt;A&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;" width="56"&gt; &lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: none; border-left: none;" width="73"&gt;3&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: none; border-left: none;" width="73"&gt;0&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: none; border-left: none;" width="88"&gt;3&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for any tips.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Oct 2013 10:24:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Counting-number-of-non-numeric-values-within-multiple-columns-on/m-p/100879#M8933</guid>
      <dc:creator>John_D</dc:creator>
      <dc:date>2013-10-02T10:24:34Z</dc:date>
    </item>
    <item>
      <title>Re: Counting number of non-numeric values within multiple columns on the same observation.</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Counting-number-of-non-numeric-values-within-multiple-columns-on/m-p/100880#M8934</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does the following help?:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;data _null_;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; length var1-var6 $ 1;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; var1='';&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; var2='A';&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; var3='A';&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; var4='';&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; var5='B';&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; var6='';&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; count_of_a&amp;nbsp;&amp;nbsp; =count(cat(of var1-var6),'A');&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; count_of_b&amp;nbsp;&amp;nbsp; =count(cat(of var1-var6),'B');&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; count_of_null=count(cat(of var1-var6),'');&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; put &lt;SPAN style="font-family: 'courier new', courier;"&gt;count_of_a&lt;/SPAN&gt;=;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; put &lt;SPAN style="font-family: 'courier new', courier;"&gt;count_of_b&lt;/SPAN&gt;=;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; put &lt;SPAN style="font-family: 'courier new', courier;"&gt;count_of_null&lt;/SPAN&gt;=;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 10pt; line-height: 1.5em;"&gt;run;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Amir.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Oct 2013 11:33:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Counting-number-of-non-numeric-values-within-multiple-columns-on/m-p/100880#M8934</guid>
      <dc:creator>Amir</dc:creator>
      <dc:date>2013-10-02T11:33:24Z</dc:date>
    </item>
    <item>
      <title>Re: Counting number of non-numeric values within multiple columns on the same observation.</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Counting-number-of-non-numeric-values-within-multiple-columns-on/m-p/100881#M8935</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amir,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't know!&amp;nbsp; I was hoping I could do this simply in a computed column, for example.&amp;nbsp; I don't have any experience of inputting code in SAS EG.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Oct 2013 12:14:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Counting-number-of-non-numeric-values-within-multiple-columns-on/m-p/100881#M8935</guid>
      <dc:creator>John_D</dc:creator>
      <dc:date>2013-10-02T12:14:44Z</dc:date>
    </item>
    <item>
      <title>Re: Counting number of non-numeric values within multiple columns on the same observation.</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Counting-number-of-non-numeric-values-within-multiple-columns-on/m-p/100882#M8936</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, John&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The easiest way to do this is a little roundabout; the advantage is that you won't need to worry about how many date columns you have.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Give this a try, and let us know what you think.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step 1: Transpose the data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;With your dataset open in EG, click on Data | Transpose...&lt;/LI&gt;&lt;LI&gt;Move your date columns to the "Transpose variables" role, and move CustomerID and Product to the "Group analysis by" role.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Run the task. You should see a result with just three columns, but the date columns have been converted to rows. Now any of the SAS analysis tools will work. Here's an example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step 2: Produce the table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;With your transposed data open, click on Describe | Summary Tables&lt;/LI&gt;&lt;LI&gt;Move CustomerID, Product, and the transposed dates (probably "Column1") to the Classification variables role.&lt;/LI&gt;&lt;LI&gt;On the "Summary Tables" tab, move CustomerID and Product to the row dimension, and Column1 to the column dimension. Leave N as the statistic.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Run the task. You should see something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Table.png" class="jive-image" src="https://communities.sas.com/legacyfs/online/4323_Table.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 Oct 2013 15:52:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Counting-number-of-non-numeric-values-within-multiple-columns-on/m-p/100882#M8936</guid>
      <dc:creator>TomKari</dc:creator>
      <dc:date>2013-10-05T15:52:53Z</dc:date>
    </item>
  </channel>
</rss>

