<?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 see how many observations were produced by PROC SQL? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-to-see-how-many-observations-were-produced-by-PROC-SQL/m-p/857465#M338814</link>
    <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/10892"&gt;@PaigeMiller&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Yes I see I had run it twice.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 07 Feb 2023 00:41:45 GMT</pubDate>
    <dc:creator>Sajid01</dc:creator>
    <dc:date>2023-02-07T00:41:45Z</dc:date>
    <item>
      <title>How to see how many observations were produced by PROC SQL?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-see-how-many-observations-were-produced-by-PROC-SQL/m-p/857310#M338763</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Quick question, is there a quick way to find out how many observations in the proc sql result?&lt;/P&gt;
&lt;P&gt;eg.&lt;/P&gt;
&lt;PRE&gt;proc sql;
	 select *
	 from sashelp.fish
	 where species="Pike";&lt;/PRE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Nietzsche_0-1675666106838.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/80123i3A15D1FF6FB5038B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Nietzsche_0-1675666106838.png" alt="Nietzsche_0-1675666106838.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Feb 2023 06:49:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-see-how-many-observations-were-produced-by-PROC-SQL/m-p/857310#M338763</guid>
      <dc:creator>Nietzsche</dc:creator>
      <dc:date>2023-02-06T06:49:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to see how many observations were produced by PROC SQL?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-see-how-many-observations-were-produced-by-PROC-SQL/m-p/857311#M338764</link>
      <description>Yes, there is an automatically produced macro variable called &amp;amp;sqlobs &lt;BR /&gt;</description>
      <pubDate>Mon, 06 Feb 2023 06:52:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-see-how-many-observations-were-produced-by-PROC-SQL/m-p/857311#M338764</guid>
      <dc:creator>Astounding</dc:creator>
      <dc:date>2023-02-06T06:52:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to see how many observations were produced by PROC SQL?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-see-how-many-observations-were-produced-by-PROC-SQL/m-p/857318#M338769</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/4954"&gt;@Astounding&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;Yes, there is an automatically produced macro variable called &amp;amp;sqlobs &lt;BR /&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;um.. how do I print/display a macro variable value?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have learnt about macro variable in Base exam, but only learnt about macro variable as a way to recall a value in another proc step (such as proc print).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;edit:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I followed&lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/mcrolref/n16funlfyny480n1nr7ex14kbbgj.htm" target="_self"&gt; this guide&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;and tried this code.&lt;/P&gt;
&lt;PRE&gt;proc sql;
	 select *
	 from sashelp.fish
	 where species="Pike";
quit;

%put &amp;amp;sqlobs;&lt;/PRE&gt;
&lt;P&gt;not getting any obs count in the log.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Nietzsche_0-1675672502953.png" style="width: 999px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/80124i58D8C2A266D94D89/image-size/large?v=v2&amp;amp;px=999" role="button" title="Nietzsche_0-1675672502953.png" alt="Nietzsche_0-1675672502953.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Feb 2023 08:35:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-see-how-many-observations-were-produced-by-PROC-SQL/m-p/857318#M338769</guid>
      <dc:creator>Nietzsche</dc:creator>
      <dc:date>2023-02-06T08:35:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to see how many observations were produced by PROC SQL?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-see-how-many-observations-were-produced-by-PROC-SQL/m-p/857322#M338771</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/431484"&gt;@Nietzsche&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;not getting any obs count in the log.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;You did. It's the "17" between line numbers 79 and 80.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Often it helps to write the macro variable name to the log, too, which can be done by inserting an equals sign after the ampersand:&lt;/P&gt;
&lt;PRE&gt;&lt;FONT size="4"&gt;%put &amp;amp;&lt;FONT color="#993366"&gt;&lt;STRONG&gt;=&lt;/STRONG&gt;&lt;/FONT&gt;sqlobs;&lt;/FONT&gt;&lt;/PRE&gt;
&lt;P&gt;Log:&lt;/P&gt;
&lt;PRE&gt;&lt;FONT size="4"&gt;SQLOBS=17&lt;/FONT&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 06 Feb 2023 09:04:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-see-how-many-observations-were-produced-by-PROC-SQL/m-p/857322#M338771</guid>
      <dc:creator>FreelanceReinh</dc:creator>
      <dc:date>2023-02-06T09:04:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to see how many observations were produced by PROC SQL?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-see-how-many-observations-were-produced-by-PROC-SQL/m-p/857327#M338774</link>
      <description>&lt;P&gt;thank you. It is very hard to see in the log.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am trying to find a way to display the sqlobs number on the result page, with something like the Title statement.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;Title &amp;amp;sqlobs;

proc sql;
	 select *
	 from sashelp.fish
	 where species = 'Pike';
quit;&lt;/PRE&gt;
&lt;P&gt;But the SQLOBS count printed is always the count of the previous run, not the count of the current run.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is there a way for display the count in the title with the current run SQLOBS value?&lt;/P&gt;</description>
      <pubDate>Mon, 06 Feb 2023 09:57:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-see-how-many-observations-were-produced-by-PROC-SQL/m-p/857327#M338774</guid>
      <dc:creator>Nietzsche</dc:creator>
      <dc:date>2023-02-06T09:57:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to see how many observations were produced by PROC SQL?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-see-how-many-observations-were-produced-by-PROC-SQL/m-p/857332#M338775</link>
      <description>&lt;P&gt;Usually, you would write the result of the PROC SQL query to a dataset (using the CREATE TABLE statement), say, WANT. Then &amp;amp;SQLOBS is available and can be used in a TITLE statement followed by a reporting procedure (PROC PRINT, PROC REPORT, etc.) using WANT as the input dataset. Otherwise, the PROC SQL step comes too late to populate the SQLOBS macro variable after the TITLE statement was already executed.&lt;/P&gt;</description>
      <pubDate>Mon, 06 Feb 2023 10:16:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-see-how-many-observations-were-produced-by-PROC-SQL/m-p/857332#M338775</guid>
      <dc:creator>FreelanceReinh</dc:creator>
      <dc:date>2023-02-06T10:16:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to see how many observations were produced by PROC SQL?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-see-how-many-observations-were-produced-by-PROC-SQL/m-p/857347#M338782</link>
      <description>&lt;PRE&gt;proc sql &lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;number&lt;/STRONG&gt;&lt;/FONT&gt;;
	 select *
	 from sashelp.fish
	 where species="Pike";
quit;&lt;/PRE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Ksharp_0-1675686340653.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/80130iCDC6145C521E852C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Ksharp_0-1675686340653.png" alt="Ksharp_0-1675686340653.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Feb 2023 12:25:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-see-how-many-observations-were-produced-by-PROC-SQL/m-p/857347#M338782</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2023-02-06T12:25:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to see how many observations were produced by PROC SQL?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-see-how-many-observations-were-produced-by-PROC-SQL/m-p/857350#M338784</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/431484"&gt;@Nietzsche&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;thank you. It is very hard to see in the log.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am trying to find a way to display the sqlobs number on the result page, with something like the Title statement.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;Title &amp;amp;sqlobs;

proc sql;
	 select *
	 from sashelp.fish
	 where species = 'Pike';
quit;&lt;/PRE&gt;
&lt;P&gt;But the SQLOBS count printed is always the count of the previous run, not the count of the current run.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is there a way for display the count in the title with the current run SQLOBS value?&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;If the number is hard to see, there are a number of ways to make it easier to see. Example:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;%put *******************************;
%put;
%put Number of observations is &amp;amp;sqlobs..;
%put;
%put *******************************;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, the suggestion from &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/32733"&gt;@FreelanceReinh&lt;/a&gt;&amp;nbsp;is a good idea. The whole idea of writing 17 as a title makes no sense. Titles should contain information — as in text — to describe what the analysis/table/report is.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Feb 2023 13:12:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-see-how-many-observations-were-produced-by-PROC-SQL/m-p/857350#M338784</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2023-02-06T13:12:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to see how many observations were produced by PROC SQL?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-see-how-many-observations-were-produced-by-PROC-SQL/m-p/857356#M338787</link>
      <description>&lt;P&gt;You can show the number of observations it the title as also in color in the log.&lt;BR /&gt;The sample code shows how it can be done. &lt;BR /&gt;You can use these %put statements either within PROC SQL or after.&lt;BR /&gt;I would not prefer to use the %put ERROR. I am showing here just to demonstrate the options.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;Title This output has &amp;amp;sqlobs. observations;
Proc sql;
select * from sashelp.fish
where species = 'Pike';;

%put NOTE: The number of observations is &amp;amp;=sqlobs;
%put ERROR: The number of observations is &amp;amp;=sqlobs;
%put WARNING: The number of observations is &amp;amp;=sqlobs;
quit;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;The output will be as follows&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Sajid01_0-1675689799408.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/80131i5722E9DB98B0DD77/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Sajid01_0-1675689799408.png" alt="Sajid01_0-1675689799408.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;This is what you would see in the log.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="line-height: 1.71429;"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Sajid01_1-1675689879903.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/80132i0691E2766EB3CB7A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Sajid01_1-1675689879903.png" alt="Sajid01_1-1675689879903.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P style="line-height: 1.71429;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Feb 2023 13:26:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-see-how-many-observations-were-produced-by-PROC-SQL/m-p/857356#M338787</guid>
      <dc:creator>Sajid01</dc:creator>
      <dc:date>2023-02-06T13:26:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to see how many observations were produced by PROC SQL?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-see-how-many-observations-were-produced-by-PROC-SQL/m-p/857358#M338789</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/131732"&gt;@Sajid01&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;You can show the number of observations it the title as also in color in the log.&lt;BR /&gt;The sample code shows how it can be done. &lt;BR /&gt;You can use these %put statements either within PROC SQL or after.&lt;BR /&gt;I would not prefer to use the %put ERROR. I am showing here just to demonstrate the options.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;Title This output has &amp;amp;sqlobs. observations;
Proc sql;
select * from sashelp.fish
where species = 'Pike';;

%put NOTE: The number of observations is &amp;amp;=sqlobs;
%put ERROR: The number of observations is &amp;amp;=sqlobs;
%put WARNING: The number of observations is &amp;amp;=sqlobs;
quit;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;The output will be as follows&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Sajid01_0-1675689799408.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/80131i5722E9DB98B0DD77/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Sajid01_0-1675689799408.png" alt="Sajid01_0-1675689799408.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;This is what you would see in the log.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="line-height: 1.71429;"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Sajid01_1-1675689879903.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/80132i0691E2766EB3CB7A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Sajid01_1-1675689879903.png" alt="Sajid01_1-1675689879903.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P style="line-height: 1.71429;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;The only reason your title statement works is because you must have run this code twice (or more than twice), and so the second time you run it, &amp;amp;SQLOBS has a value. If you did run it twice, with different SQLs, the &amp;amp;SQLOBS from the first run would appear in the title above the output of the second SQL, and so that's really not a good thing.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this is the first time you run the code, as in a newly opened SAS session, you get the warning in the log&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;WARNING: Apparent symbolic reference SQLOBS not resolved.
&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Feb 2023 13:33:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-see-how-many-observations-were-produced-by-PROC-SQL/m-p/857358#M338789</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2023-02-06T13:33:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to see how many observations were produced by PROC SQL?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-see-how-many-observations-were-produced-by-PROC-SQL/m-p/857465#M338814</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/10892"&gt;@PaigeMiller&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Yes I see I had run it twice.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Feb 2023 00:41:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-see-how-many-observations-were-produced-by-PROC-SQL/m-p/857465#M338814</guid>
      <dc:creator>Sajid01</dc:creator>
      <dc:date>2023-02-07T00:41:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to see how many observations were produced by PROC SQL?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-see-how-many-observations-were-produced-by-PROC-SQL/m-p/857478#M338820</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/18408"&gt;@Ksharp&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;PRE&gt;proc sql &lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;number&lt;/STRONG&gt;&lt;/FONT&gt;;
	 select *
	 from sashelp.fish
	 where species="Pike";
quit;&lt;/PRE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Ksharp_0-1675686340653.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/80130iCDC6145C521E852C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Ksharp_0-1675686340653.png" alt="Ksharp_0-1675686340653.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;oh wow, that was efficient!&lt;/P&gt;</description>
      <pubDate>Tue, 07 Feb 2023 02:35:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-see-how-many-observations-were-produced-by-PROC-SQL/m-p/857478#M338820</guid>
      <dc:creator>Nietzsche</dc:creator>
      <dc:date>2023-02-07T02:35:34Z</dc:date>
    </item>
  </channel>
</rss>

