<?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: Help resolving SAS errors - Statement is not valid in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Help-resolving-SAS-errors-Statement-is-not-valid/m-p/390300#M277612</link>
    <description>&lt;P&gt;Sorry, we can tell nothing from what you have posted. &amp;nbsp;Follow the guidance below the Post button when you start a new thread -&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Post test data in the form of a datastep (use the {i} above the window to post code).&lt;/P&gt;
&lt;P&gt;Post your full code, especially shogin where macro variables and such like are created.&lt;/P&gt;
&lt;P&gt;Explain the logic.&lt;/P&gt;
&lt;P&gt;Post examples of what you want out (if applicable).&lt;/P&gt;
&lt;P&gt;Also posting log of the relevant area would be ideal in this case.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Fro what you post, the array is meaningless in this code snippet.&amp;nbsp;&lt;EM&gt;&amp;amp;earnq1; &amp;lt;- these could mean anything, no definiton.&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;Also, good idea to avoid coding all in upper case, and please always finish macro variables with the '.':&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&amp;amp;earnq1.;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;This may not matter in some examplpes, but in others it really does, so good practice to always put them in.&lt;/EM&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 23 Aug 2017 15:32:29 GMT</pubDate>
    <dc:creator>RW9</dc:creator>
    <dc:date>2017-08-23T15:32:29Z</dc:date>
    <item>
      <title>Help resolving SAS errors - Statement is not valid</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Help-resolving-SAS-errors-Statement-is-not-valid/m-p/390295#M277610</link>
      <description>&lt;P&gt;I am running some SAS code and getting an error 'Statement is not valid or it is used out of proper order'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;---&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;FONT color="#ff0000" size="2" face="Courier New"&gt;array&lt;/FONT&gt;&lt;FONT size="2" face="Courier New"&gt; dlacac{&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" size="2" face="Courier New"&gt;9&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT size="2" face="Courier New"&gt;} dlacac1-dlacac9; &lt;/FONT&gt;&lt;FONT color="#008000" size="2" face="Courier New"&gt;/* array just used to simplify uprating of dlacac1-9 */&lt;/FONT&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;FONT color="#ff0000" size="2" face="Courier New"&gt;IF&lt;/FONT&gt;&lt;FONT size="2" face="Courier New"&gt; quarter=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" size="2" face="Courier New"&gt;1&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT size="2" face="Courier New"&gt; THEN DO;&lt;/FONT&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;efac=&amp;amp;earnq1;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;FONT color="#0000ff" size="2" face="Courier New"&gt;END&lt;/FONT&gt;&lt;FONT size="2" face="Courier New"&gt;;&lt;/FONT&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;FONT color="#ff0000" size="2" face="Courier New"&gt;ELSE&lt;/FONT&gt;&lt;FONT size="2" face="Courier New"&gt; IF quarter=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" size="2" face="Courier New"&gt;2&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT size="2" face="Courier New"&gt; THEN DO;&lt;/FONT&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;efac=&amp;amp;earnq2;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;FONT color="#0000ff" size="2" face="Courier New"&gt;END&lt;/FONT&gt;&lt;FONT size="2" face="Courier New"&gt;;&lt;/FONT&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;FONT color="#ff0000" size="2" face="Courier New"&gt;ELSE&lt;/FONT&gt;&lt;FONT size="2" face="Courier New"&gt; IF quarter=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" size="2" face="Courier New"&gt;3&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT size="2" face="Courier New"&gt; THEN DO;&lt;/FONT&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;efac=&amp;amp;earnq3;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;FONT color="#0000ff" size="2" face="Courier New"&gt;END&lt;/FONT&gt;&lt;FONT size="2" face="Courier New"&gt;;&lt;/FONT&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;FONT color="#ff0000" size="2" face="Courier New"&gt;ELSE&lt;/FONT&gt;&lt;FONT size="2" face="Courier New"&gt; IF quarter=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" size="2" face="Courier New"&gt;4&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT size="2" face="Courier New"&gt; THEN DO;&lt;/FONT&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;efac=&amp;amp;earnq4;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;FONT color="#0000ff" size="2" face="Courier New"&gt;END&lt;/FONT&gt;&lt;FONT size="2" face="Courier New"&gt;;&lt;/FONT&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;---&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have googled and looked at similar posts in the SAS community and the problem seems to be a missing semi-colon at the end of a statement, particularly an END statement. However I have gone through the code carefully and checked that each line ends with a semi-colon as expected.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does anyone have any other ideas for resolving this error? Thank you.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Aug 2017 15:25:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Help-resolving-SAS-errors-Statement-is-not-valid/m-p/390295#M277610</guid>
      <dc:creator>dystopia</dc:creator>
      <dc:date>2017-08-23T15:25:43Z</dc:date>
    </item>
    <item>
      <title>Re: Help resolving SAS errors - Statement is not valid</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Help-resolving-SAS-errors-Statement-is-not-valid/m-p/390297#M277611</link>
      <description>&lt;P&gt;may be you should have&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&lt;FONT color="#ff0000" face="Courier New" size="2"&gt;IF&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; quarter=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;1&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt; THEN DO;&lt;/FONT&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;efac="&amp;amp;earnq1";&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Aug 2017 15:30:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Help-resolving-SAS-errors-Statement-is-not-valid/m-p/390297#M277611</guid>
      <dc:creator>kiranv_</dc:creator>
      <dc:date>2017-08-23T15:30:38Z</dc:date>
    </item>
    <item>
      <title>Re: Help resolving SAS errors - Statement is not valid</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Help-resolving-SAS-errors-Statement-is-not-valid/m-p/390300#M277612</link>
      <description>&lt;P&gt;Sorry, we can tell nothing from what you have posted. &amp;nbsp;Follow the guidance below the Post button when you start a new thread -&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Post test data in the form of a datastep (use the {i} above the window to post code).&lt;/P&gt;
&lt;P&gt;Post your full code, especially shogin where macro variables and such like are created.&lt;/P&gt;
&lt;P&gt;Explain the logic.&lt;/P&gt;
&lt;P&gt;Post examples of what you want out (if applicable).&lt;/P&gt;
&lt;P&gt;Also posting log of the relevant area would be ideal in this case.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Fro what you post, the array is meaningless in this code snippet.&amp;nbsp;&lt;EM&gt;&amp;amp;earnq1; &amp;lt;- these could mean anything, no definiton.&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;Also, good idea to avoid coding all in upper case, and please always finish macro variables with the '.':&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&amp;amp;earnq1.;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;This may not matter in some examplpes, but in others it really does, so good practice to always put them in.&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Aug 2017 15:32:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Help-resolving-SAS-errors-Statement-is-not-valid/m-p/390300#M277612</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2017-08-23T15:32:29Z</dc:date>
    </item>
    <item>
      <title>Re: Help resolving SAS errors - Statement is not valid</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Help-resolving-SAS-errors-Statement-is-not-valid/m-p/390305#M277613</link>
      <description>&lt;P&gt;Post your full code and log.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If that is your full code then you definitely have errors...&lt;/P&gt;</description>
      <pubDate>Wed, 23 Aug 2017 15:38:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Help-resolving-SAS-errors-Statement-is-not-valid/m-p/390305#M277613</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-08-23T15:38:11Z</dc:date>
    </item>
    <item>
      <title>Re: Help resolving SAS errors - Statement is not valid</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Help-resolving-SAS-errors-Statement-is-not-valid/m-p/390339#M277614</link>
      <description>&lt;P&gt;With error messages it is best to copy the code and error from the log and paste that into a code box opened with the forum {i} menu icon.&lt;/P&gt;
&lt;P&gt;The main message window will reformat text so that the position of the diagnostics in the error message are displayed incorrectly. That error message usually shows a the code with an _ in the line below indicating exactly where SAS encountered the error. Not always the actual cause of the error as a missing ; or other character in previous lines may be the culprit but it gives us a start.&lt;/P&gt;
&lt;P&gt;And if the code is in a macro then set:&lt;/P&gt;
&lt;P&gt;options mprint symbolgen;&lt;/P&gt;
&lt;P&gt;before running so that more of the actual macro behavior is shown.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Aug 2017 16:50:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Help-resolving-SAS-errors-Statement-is-not-valid/m-p/390339#M277614</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2017-08-23T16:50:03Z</dc:date>
    </item>
    <item>
      <title>Re: Help resolving SAS errors - Statement is not valid</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Help-resolving-SAS-errors-Statement-is-not-valid/m-p/390427#M277615</link>
      <description>&lt;P&gt;Are you certain that the four macro variables referenced in the program actually exist?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Does the log tell you which statement the error message applies to?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you are sure that the error message applies to one of the statement that you posted, can you show the code that came before the error?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We're just guessing at this point.&amp;nbsp; From what you have posted, it is entirely possible that the code you have shown is 100% working code and the error lies elsewhere.&amp;nbsp; Or it may be something entirely silly, like the code you posted is not actually part of a DATA step.&amp;nbsp; We need a few clues here.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Aug 2017 21:09:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Help-resolving-SAS-errors-Statement-is-not-valid/m-p/390427#M277615</guid>
      <dc:creator>Astounding</dc:creator>
      <dc:date>2017-08-23T21:09:07Z</dc:date>
    </item>
    <item>
      <title>Re: Help resolving SAS errors - Statement is not valid</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Help-resolving-SAS-errors-Statement-is-not-valid/m-p/390540#M277616</link>
      <description>&lt;P&gt;&lt;STRIKE&gt;Afaik there is only one ELSE statement allowed after IF&lt;/STRIKE&gt;. But you don't need IF at all:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;efac = resolve(cats('&amp;amp;earnq', quarter));&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Edit: missed the IFs ...&lt;/P&gt;</description>
      <pubDate>Thu, 24 Aug 2017 08:37:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Help-resolving-SAS-errors-Statement-is-not-valid/m-p/390540#M277616</guid>
      <dc:creator>andreas_lds</dc:creator>
      <dc:date>2017-08-24T08:37:35Z</dc:date>
    </item>
    <item>
      <title>Re: Help resolving SAS errors - Statement is not valid</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Help-resolving-SAS-errors-Statement-is-not-valid/m-p/390949#M277617</link>
      <description>&lt;P&gt;Sorry, we can tell nothing from what you have posted. Follow the guidance below the Post button when you start a new thread -&lt;/P&gt;&lt;P&gt;Post test data in the form of a datastep (use the {i} above the window to post code).&lt;/P&gt;&lt;P&gt;Post your full code, especially shogin where macro variables and such like are created.&lt;/P&gt;&lt;P&gt;Explain the logic.&lt;/P&gt;&lt;P&gt;Post examples of what you want out (if applicable).&lt;/P&gt;&lt;P&gt;Also posting log of the relevant area would be ideal in this case.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Fro what you post, the array is meaningless in this code snippet. &lt;EM&gt;&amp;amp;earnq1; &amp;lt;- these could mean anything, no definiton.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Also, good idea to avoid coding all in upper case, and please always finish macro variables with the '.':&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;amp;earnq1.;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;This may not matter in some examplpes, but in others it really does, so good practice to always put them in.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Sorry, I would prefer not to post the full code. &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;The variables earnq1-4 are created in a separate macros file:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;FONT color="#339966"&gt;%let     earnq1                        = 0.999               ; /* Uprating factor for earnings - Q1  */
%let     earnq2                        = 1.002               ; /* Uprating factor for earnings - Q2  */
%let     earnq3                        = 0.998               ; /* Uprating factor for earnings - Q3  */
%let     earnq4                        = 0.997               ; /* Uprating factor for earnings - Q4  */&lt;/FONT&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#008000" size="2" face="Courier New"&gt;&lt;FONT color="#000000"&gt;The log is&lt;/FONT&gt; &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;6156     IF quarter=1 THEN DO;
         --
         180

ERROR 180-322: Statement is not valid or it is used out of proper order.

6157        efac=&amp;amp;earnq1.;
            ----
            180

ERROR 180-322: Statement is not valid or it is used out of proper order.

6158     END;
         ---
         180

ERROR 180-322: Statement is not valid or it is used out of proper order.

6159     ELSE IF quarter=2 THEN DO;
         ----
         180

ERROR 180-322: Statement is not valid or it is used out of proper order.

6160        efac=&amp;amp;earnq2.;
            ----
            180

ERROR 180-322: Statement is not valid or it is used out of proper order.

6161     END;
         ---
         180

ERROR 180-322: Statement is not valid or it is used out of proper order.

6162     ELSE IF quarter=3 THEN DO;
         ----
         180

ERROR 180-322: Statement is not valid or it is used out of proper order.

6163        efac=&amp;amp;earnq3.;
            ----
            180

ERROR 180-322: Statement is not valid or it is used out of proper order.

6164     END;
         ---
         180

ERROR 180-322: Statement is not valid or it is used out of proper order.

6165     ELSE IF quarter=4 THEN DO;
         ----
         180

ERROR 180-322: Statement is not valid or it is used out of proper order.

6166        efac=&amp;amp;earnq4.;
            ----
            180

ERROR 180-322: Statement is not valid or it is used out of proper order.

6167     END;
         ---
         180

ERROR 180-322: Statement is not valid or it is used out of proper order.&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#008000" size="2" face="Courier New"&gt;&lt;FONT color="#000000"&gt;Thank you&amp;nbsp;for all the other replies. I tried&lt;/FONT&gt; &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;efac = resolve(cats('&amp;amp;earnq', quarter));&lt;/PRE&gt;&lt;P&gt;&lt;FONT color="#008000" size="2" face="Courier New"&gt;&lt;FONT color="#000000"&gt;although I still got the same error message.&lt;/FONT&gt;&lt;BR /&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Aug 2017 15:34:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Help-resolving-SAS-errors-Statement-is-not-valid/m-p/390949#M277617</guid>
      <dc:creator>dystopia</dc:creator>
      <dc:date>2017-08-25T15:34:54Z</dc:date>
    </item>
    <item>
      <title>Re: Help resolving SAS errors - Statement is not valid</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Help-resolving-SAS-errors-Statement-is-not-valid/m-p/390956#M277618</link>
      <description>&lt;P&gt;This log indicates that your program is not part of a DATA step. &amp;nbsp;It doesn't show what happened before ... could be a missing DATA statement, could be a commented out DATA statement, could be an extra RUN statement ... but whatever came before, the statements you posted are not part of a DATA step. &amp;nbsp;If you show what came before, you could get a more specific answer.&lt;/P&gt;</description>
      <pubDate>Fri, 25 Aug 2017 15:41:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Help-resolving-SAS-errors-Statement-is-not-valid/m-p/390956#M277618</guid>
      <dc:creator>Astounding</dc:creator>
      <dc:date>2017-08-25T15:41:40Z</dc:date>
    </item>
  </channel>
</rss>

