<?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: error in select query using join in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-select-query-using-join/m-p/5646439#M1284930</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Abhinandan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please try this code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tables: ska1, skb1.&lt;/P&gt;&lt;P&gt;data: it_skab1 type standard table of skb1.&lt;/P&gt;&lt;P&gt;select a&lt;SUB&gt;bukrs a&lt;/SUB&gt;saknr a&lt;SUB&gt;waers a&lt;/SUB&gt;xsalh a&lt;SUB&gt;xopvw a&lt;/SUB&gt;xkres&lt;/P&gt;&lt;P&gt;into corresponding fields of table it_skab1&lt;/P&gt;&lt;P&gt;from  skb1 as a&lt;/P&gt;&lt;P&gt;Left OUTER JOIN ska1 as b&lt;/P&gt;&lt;P&gt;   on b&lt;SUB&gt;saknr = a&lt;/SUB&gt;saknr.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 28 May 2009 10:27:22 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-05-28T10:27:22Z</dc:date>
    <item>
      <title>error in select query using join</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-select-query-using-join/m-p/5646428#M1284919</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;please help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The follwing code givs this error....&lt;/P&gt;&lt;P&gt;select skb1-bukrs ska1-ktoks skb1-saknr skb1-waers skb1-xsalh skb1-xopvw skb1-xkres &lt;/P&gt;&lt;P&gt;  into corresponding fields of table it_skab1 &lt;/P&gt;&lt;P&gt;  from ( skb1 &lt;/P&gt;&lt;P&gt;  OUTER JOIN ska1 on ska1-saknr=skb1-saknr ) .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;U&gt;*&lt;STRONG&gt;Error while executing....&lt;/STRONG&gt;*&lt;/U&gt;&lt;/P&gt;&lt;P&gt;Program ZABHI_FIREPORT&lt;/P&gt;&lt;P&gt;"(" has no closing ")".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please guide me for the correct syntax.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank u.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 May 2009 06:56:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-select-query-using-join/m-p/5646428#M1284919</guid>
      <dc:creator>former_member130219</dc:creator>
      <dc:date>2009-05-21T06:56:51Z</dc:date>
    </item>
    <item>
      <title>Re: error in select query using join</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-select-query-using-join/m-p/5646429#M1284920</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;select skb1-bukrs ska1-ktoks skb1-saknr skb1-waers skb1-xsalh skb1-xopvw skb1-xkres &lt;/P&gt;&lt;P&gt;into corresponding fields of table it_skab1 &lt;/P&gt;&lt;P&gt;from skb1 &lt;/P&gt;&lt;P&gt;OUTER JOIN ska1 &lt;/P&gt;&lt;P&gt;on ska1-saknr=skb1-saknr .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;write select query without ()&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 May 2009 07:00:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-select-query-using-join/m-p/5646429#M1284920</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-21T07:00:41Z</dc:date>
    </item>
    <item>
      <title>Re: error in select query using join</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-select-query-using-join/m-p/5646430#M1284921</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Now it gives the following error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wrong expression "OUTER" in FROM clause . . .		&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pls. check&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 May 2009 07:07:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-select-query-using-join/m-p/5646430#M1284921</guid>
      <dc:creator>former_member130219</dc:creator>
      <dc:date>2009-05-21T07:07:32Z</dc:date>
    </item>
    <item>
      <title>Re: error in select query using join</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-select-query-using-join/m-p/5646431#M1284922</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use LEFT OUTER JOIN. Also &lt;STRONG&gt;SBK1&lt;/STRONG&gt; table should be on the left hand side in JOIN condition. And not hypens '-' but tilde '~' in selector.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
select skb1~bukrs ska1~ktoks skb1~saknr skb1~waers skb1~xsalh skb1~xopvw skb1~xkres
into corresponding fields of table it_skab1
from skb1
LEFT OUTER JOIN ska1
on sbk1~saknr = ska1~saknr .   "sbk1 on the left; here use tilde too; also a separator after '='
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Marcin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 May 2009 07:14:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-select-query-using-join/m-p/5646431#M1284922</guid>
      <dc:creator>MarcinPciak</dc:creator>
      <dc:date>2009-05-21T07:14:03Z</dc:date>
    </item>
    <item>
      <title>Re: error in select query using join</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-select-query-using-join/m-p/5646432#M1284923</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Abhinandan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;SELECT s~bukrs p~ktoks p~saknr p~saknr p~waers p~xsalh p~xopvw p~xkres
       INTO CORRESPONDING FIELDS OF TABLE it_skab1 
       FROM skb1 AS s 
       LEFT OUTER JOIN ska1 AS p ON s~saknr   =  p~saknr.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope you got your answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nimish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 May 2009 07:19:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-select-query-using-join/m-p/5646432#M1284923</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-21T07:19:28Z</dc:date>
    </item>
    <item>
      <title>Re: error in select query using join</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-select-query-using-join/m-p/5646433#M1284924</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Once the syntax errors are fixed, you still have an incomplete join. You must include KTOPL in the link to SKA1, the required connection between BUKRS and KTOPL is inside table T001.&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 May 2009 07:24:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-select-query-using-join/m-p/5646433#M1284924</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2009-05-21T07:24:50Z</dc:date>
    </item>
    <item>
      <title>Re: error in select query using join</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-select-query-using-join/m-p/5646434#M1284925</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nimish is right, I forgot about aliases. These are necessary as long as you are addressing same components from different table. In your example field &lt;STRONG&gt;saknr&lt;/STRONG&gt; is ambigous, so fields need to be addressed with tilde, not hypen anymore. The solution suggested above by Nimish is correct one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Marcin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 May 2009 07:26:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-select-query-using-join/m-p/5646434#M1284925</guid>
      <dc:creator>MarcinPciak</dc:creator>
      <dc:date>2009-05-21T07:26:03Z</dc:date>
    </item>
    <item>
      <title>Re: error in select query using join</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-select-query-using-join/m-p/5646435#M1284926</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;select skb1-bukrs ska1-ktoks skb1-saknr skb1-waers skb1-xsalh skb1-xopvw skb1-xkres &lt;/P&gt;&lt;P&gt;into corresponding fields of table it_skab1 &lt;/P&gt;&lt;P&gt;from  skb1 &lt;/P&gt;&lt;P&gt;left OUTER JOIN ska1 on skb1-saknr=ska1-saknr  .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 May 2009 07:27:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-select-query-using-join/m-p/5646435#M1284926</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-21T07:27:37Z</dc:date>
    </item>
    <item>
      <title>Re: error in select query using join</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-select-query-using-join/m-p/5646436#M1284927</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;Refer the code if it helps:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: begin of imatnr occurs 0,&lt;/P&gt;&lt;P&gt;      matnr type mara-matnr,&lt;/P&gt;&lt;P&gt;      mtart type mara-mtart,&lt;/P&gt;&lt;P&gt;      werks type marc-werks,&lt;/P&gt;&lt;P&gt;      dispo type marc-dispo,&lt;/P&gt;&lt;P&gt;      end of imatnr.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;   select mara&lt;SUB&gt;matnr mara&lt;/SUB&gt;mtart marc&lt;SUB&gt;werks marc&lt;/SUB&gt;dispo&lt;/P&gt;&lt;P&gt;            into table imatnr&lt;/P&gt;&lt;P&gt;                   from mara&lt;/P&gt;&lt;P&gt;                         left outer join marc&lt;/P&gt;&lt;P&gt;                             on mara&lt;SUB&gt;matnr = marc&lt;/SUB&gt;matnr&lt;/P&gt;&lt;P&gt;                                       up to 10 rows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sumana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 May 2009 12:23:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-select-query-using-join/m-p/5646436#M1284927</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-21T12:23:29Z</dc:date>
    </item>
    <item>
      <title>Re: error in select query using join</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-select-query-using-join/m-p/5646437#M1284928</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not requiered "(" and ")".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select skb1-bukrs ska1-ktoks skb1-saknr skb1-waers skb1-xsalh skb1-xopvw skb1-xkres &lt;/P&gt;&lt;P&gt;into corresponding fields of table it_skab1 &lt;/P&gt;&lt;P&gt;from skb1 OUTER JOIN ska1 &lt;/P&gt;&lt;P&gt;on ska1-saknr=skb1-saknr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For your information Don't use the correcponding fld. it will give the perform issue.&lt;/P&gt;&lt;P&gt;just make sure the order of the fld should be same in the Qury and in the internale table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 May 2009 19:32:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-select-query-using-join/m-p/5646437#M1284928</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-21T19:32:31Z</dc:date>
    </item>
    <item>
      <title>Re: error in select query using join</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-select-query-using-join/m-p/5646438#M1284929</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;use this code n check&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tables: ska1,skb1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: begin of it_skab1 occurs 0,&lt;/P&gt;&lt;P&gt;      bukrs like skb1-bukrs,&lt;/P&gt;&lt;P&gt;      ktoks like ska1-ktoks,&lt;/P&gt;&lt;P&gt;      saknr like skb1-saknr,&lt;/P&gt;&lt;P&gt;      waers like skb1-waers,&lt;/P&gt;&lt;P&gt;      xsalh like skb1-xsalh,&lt;/P&gt;&lt;P&gt;      xopvw like skb1-xopvw,&lt;/P&gt;&lt;P&gt;      xkres like skb1-xkres,&lt;/P&gt;&lt;P&gt;      end of it_skab1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select skb1~bukrs&lt;/P&gt;&lt;P&gt;       ska1~ktoks&lt;/P&gt;&lt;P&gt;       skb1~saknr&lt;/P&gt;&lt;P&gt;       skb1~waers&lt;/P&gt;&lt;P&gt;       skb1~xsalh&lt;/P&gt;&lt;P&gt;       skb1~xopvw&lt;/P&gt;&lt;P&gt;       skb1~xkres&lt;/P&gt;&lt;P&gt;       from skb1 left outer join ska1 on skb1&lt;SUB&gt;saknr = ska1&lt;/SUB&gt;saknr&lt;/P&gt;&lt;P&gt;       into corresponding fields of table it_skab1 up to 10 rows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at it_skab1.&lt;/P&gt;&lt;P&gt;write: / it_skab1-bukrs,it_skab1-ktoks,it_skab1-saknr,it_skab1-waers,it_skab1-xsalh,&lt;/P&gt;&lt;P&gt;           it_skab1-xopvw,it_skab1-xkres.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;n let me knw is ur doubt cleared&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgds&lt;/P&gt;&lt;P&gt;shivraj&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: ShivrajSinha on May 27, 2009 8:27 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 May 2009 06:26:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-select-query-using-join/m-p/5646438#M1284929</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-27T06:26:38Z</dc:date>
    </item>
    <item>
      <title>Re: error in select query using join</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-select-query-using-join/m-p/5646439#M1284930</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Abhinandan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please try this code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tables: ska1, skb1.&lt;/P&gt;&lt;P&gt;data: it_skab1 type standard table of skb1.&lt;/P&gt;&lt;P&gt;select a&lt;SUB&gt;bukrs a&lt;/SUB&gt;saknr a&lt;SUB&gt;waers a&lt;/SUB&gt;xsalh a&lt;SUB&gt;xopvw a&lt;/SUB&gt;xkres&lt;/P&gt;&lt;P&gt;into corresponding fields of table it_skab1&lt;/P&gt;&lt;P&gt;from  skb1 as a&lt;/P&gt;&lt;P&gt;Left OUTER JOIN ska1 as b&lt;/P&gt;&lt;P&gt;   on b&lt;SUB&gt;saknr = a&lt;/SUB&gt;saknr.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 May 2009 10:27:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-select-query-using-join/m-p/5646439#M1284930</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-28T10:27:22Z</dc:date>
    </item>
    <item>
      <title>Re: error in select query using join</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-select-query-using-join/m-p/5646440#M1284931</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Abhinandan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are getting the error Program ZABHI_FIREPORT  "(" has no closing ")".&lt;/P&gt;&lt;P&gt;because theres no space between ur brackets and the content.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;After u open the brackets "(" please put a space, write the fields that u want, then again put a space and then close the bracket ")"&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check if u have kept any previous brackets open or without space between the contents and the brackets or u have forgot to put a fullstop after the brackets.&lt;/P&gt;&lt;P&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;RadhikaS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 31 May 2009 13:16:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-select-query-using-join/m-p/5646440#M1284931</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-31T13:16:59Z</dc:date>
    </item>
    <item>
      <title>Re: error in select query using join</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-select-query-using-join/m-p/5646441#M1284932</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jun 2009 12:07:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-select-query-using-join/m-p/5646441#M1284932</guid>
      <dc:creator>former_member130219</dc:creator>
      <dc:date>2009-06-04T12:07:20Z</dc:date>
    </item>
  </channel>
</rss>

