<?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 Syntax error in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Syntax-error/m-p/498341#M132411</link>
    <description>&lt;P&gt;Appriciate if someone of you guide me to resolve the following syntax error. I used the following code as expression in SAS DI studio in order to create the character variable called "PODVERD". Value of&amp;nbsp;NEW_RENEWAL_DAY_MONTH_YEAR_char (&lt;SPAN&gt;character variable&lt;/SPAN&gt;), CURRENT_DATE (character variable) will be like "18SEP" and "18SEP2018" respectively&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;case when NEW_RENEWAL_DAY_MONTH_YEAR_char=REPORTING_DATE_ddmon  and KNKATD='7'  then PODVERD=REPORTING_DATE_ddmonyyyy 
         else if (put(catt(NEW_RENEWAL_DAY_MONTH_YEAR_char,"2018"),date9.)&amp;gt;CURRENT_DATE then PODVERD=(put(catt(NEW_RENEWAL_DAY_MONTH_YEAR_char,"2018"),date9.) 
         else (put(catt(NEW_RENEWAL_DAY_MONTH_YEAR_char,"2019"),date9.)
end&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;U&gt;log:&lt;/U&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;7521 (case when NEW_RENEWAL_DAY_MONTH_YEAR_char=REPORTING_DATE_ddmon and KNKATD='7' then&lt;BR /&gt;7521 ! PODVERD=REPORTING_DATE_ddmonyyyy&lt;BR /&gt;7522 else if (put(catt(NEW_RENEWAL_DAY_MONTH_YEAR_char,"2018"),date9.)&amp;gt;CURRENT_DATE then&lt;BR /&gt; ____&lt;BR /&gt; 22&lt;BR /&gt; 202&lt;BR /&gt;7522 ! PODVERD=(put(catt(NEW_RENEWAL_DAY_MONTH_YEAR_char,"2018"),date9.)&lt;BR /&gt;ERROR 22-322: Syntax error, expecting one of the following: !, !!, &amp;amp;, (, ), *, **, +, ',', -, '.', /, &amp;lt;, &amp;lt;=, &amp;lt;&amp;gt;, =, &amp;gt;, &amp;gt;=, AND, EQ, &lt;BR /&gt; EQT, GE, GET, GT, GTT, LE, LET, LT, LTT, NE, NET, NOT, OR, ^, ^=, |, ||, ~, ~=.&lt;/P&gt;
&lt;P&gt;ERROR 202-322: The option or parameter is not recognized and will be ignored.&lt;/P&gt;
&lt;P&gt;7523 else (put(catt(NEW_RENEWAL_DAY_MONTH_YEAR_char,"2019"),date9.)&lt;BR /&gt; ____&lt;BR /&gt; 22&lt;BR /&gt; 76&lt;BR /&gt;ERROR 22-322: Syntax error, expecting one of the following: !, !!, &amp;amp;, *, **, +, -, /, &amp;lt;, &amp;lt;=, &amp;lt;&amp;gt;, =, &amp;gt;, &amp;gt;=, ?, AND, BETWEEN, &lt;BR /&gt; CONTAINS, EQ, EQT, GE, GET, GT, GTT, LE, LET, LIKE, LT, LTT, NE, NET, OR, ^=, |, ||, ~=.&lt;/P&gt;
&lt;P&gt;ERROR 76-322: Syntax error, statement will be ignored.&lt;/P&gt;</description>
    <pubDate>Mon, 24 Sep 2018 10:38:09 GMT</pubDate>
    <dc:creator>Babloo</dc:creator>
    <dc:date>2018-09-24T10:38:09Z</dc:date>
    <item>
      <title>Syntax error</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Syntax-error/m-p/498341#M132411</link>
      <description>&lt;P&gt;Appriciate if someone of you guide me to resolve the following syntax error. I used the following code as expression in SAS DI studio in order to create the character variable called "PODVERD". Value of&amp;nbsp;NEW_RENEWAL_DAY_MONTH_YEAR_char (&lt;SPAN&gt;character variable&lt;/SPAN&gt;), CURRENT_DATE (character variable) will be like "18SEP" and "18SEP2018" respectively&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;case when NEW_RENEWAL_DAY_MONTH_YEAR_char=REPORTING_DATE_ddmon  and KNKATD='7'  then PODVERD=REPORTING_DATE_ddmonyyyy 
         else if (put(catt(NEW_RENEWAL_DAY_MONTH_YEAR_char,"2018"),date9.)&amp;gt;CURRENT_DATE then PODVERD=(put(catt(NEW_RENEWAL_DAY_MONTH_YEAR_char,"2018"),date9.) 
         else (put(catt(NEW_RENEWAL_DAY_MONTH_YEAR_char,"2019"),date9.)
end&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;U&gt;log:&lt;/U&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;7521 (case when NEW_RENEWAL_DAY_MONTH_YEAR_char=REPORTING_DATE_ddmon and KNKATD='7' then&lt;BR /&gt;7521 ! PODVERD=REPORTING_DATE_ddmonyyyy&lt;BR /&gt;7522 else if (put(catt(NEW_RENEWAL_DAY_MONTH_YEAR_char,"2018"),date9.)&amp;gt;CURRENT_DATE then&lt;BR /&gt; ____&lt;BR /&gt; 22&lt;BR /&gt; 202&lt;BR /&gt;7522 ! PODVERD=(put(catt(NEW_RENEWAL_DAY_MONTH_YEAR_char,"2018"),date9.)&lt;BR /&gt;ERROR 22-322: Syntax error, expecting one of the following: !, !!, &amp;amp;, (, ), *, **, +, ',', -, '.', /, &amp;lt;, &amp;lt;=, &amp;lt;&amp;gt;, =, &amp;gt;, &amp;gt;=, AND, EQ, &lt;BR /&gt; EQT, GE, GET, GT, GTT, LE, LET, LT, LTT, NE, NET, NOT, OR, ^, ^=, |, ||, ~, ~=.&lt;/P&gt;
&lt;P&gt;ERROR 202-322: The option or parameter is not recognized and will be ignored.&lt;/P&gt;
&lt;P&gt;7523 else (put(catt(NEW_RENEWAL_DAY_MONTH_YEAR_char,"2019"),date9.)&lt;BR /&gt; ____&lt;BR /&gt; 22&lt;BR /&gt; 76&lt;BR /&gt;ERROR 22-322: Syntax error, expecting one of the following: !, !!, &amp;amp;, *, **, +, -, /, &amp;lt;, &amp;lt;=, &amp;lt;&amp;gt;, =, &amp;gt;, &amp;gt;=, ?, AND, BETWEEN, &lt;BR /&gt; CONTAINS, EQ, EQT, GE, GET, GT, GTT, LE, LET, LIKE, LT, LTT, NE, NET, OR, ^=, |, ||, ~=.&lt;/P&gt;
&lt;P&gt;ERROR 76-322: Syntax error, statement will be ignored.&lt;/P&gt;</description>
      <pubDate>Mon, 24 Sep 2018 10:38:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Syntax-error/m-p/498341#M132411</guid>
      <dc:creator>Babloo</dc:creator>
      <dc:date>2018-09-24T10:38:09Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax error</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Syntax-error/m-p/498353#M132413</link>
      <description>&lt;P&gt;Its clearly written in the log:&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;7522 else if (put(catt(NEW_RENEWAL_DAY_MONTH_YEAR_char,"2018"),date9.)&amp;gt;CURRENT_DATE then&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;____&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;22&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;202&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;7522 ! PODVERD=(put(catt(NEW_RENEWAL_DAY_MONTH_YEAR_char,"2018"),date9.)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ERROR 22-322: Syntax error, expecting one of the following: !, !!, &amp;amp;, (, ), *, **, +, ',', -, '.', /, &amp;lt;, &amp;lt;=, &amp;lt;&amp;gt;, =, &amp;gt;, &amp;gt;=, AND,&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Count how many ( you have and how many ) you have and you will see they are unbalanced, hence why SAS was expecting one of those characters.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Sep 2018 10:59:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Syntax-error/m-p/498353#M132413</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2018-09-24T10:59:43Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax error</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Syntax-error/m-p/498355#M132414</link>
      <description>&lt;P&gt;Your log shows an open parenthesis before the CASE statement which is not shown in your code.&amp;nbsp; I believe that is causing the problem.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It may be because you have unmatched parentheses on your second line of code.&amp;nbsp; Note there are 6 left parentheses and only 4 right parentheses. Below I removed what I think are the extra parenthes, and added PODVERD= on the else clause.&amp;nbsp; You might want to change to (untested):&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;case when NEW_RENEWAL_DAY_MONTH_YEAR_char=REPORTING_DATE_ddmon and KNKATD='7' then PODVERD=REPORTING_DATE_ddmonyyyy 
else if put(catt(NEW_RENEWAL_DAY_MONTH_YEAR_char,"2018"),date9.)&amp;gt;CURRENT_DATE then PODVERD=put(catt(NEW_RENEWAL_DAY_MONTH_YEAR_char,"2018"),date9.) 
else PODVERD=put(catt(NEW_RENEWAL_DAY_MONTH_YEAR_char,"2019"),date9.)
end&lt;/PRE&gt;
&lt;P&gt;My memory is that DI studio works like an interactive session.&amp;nbsp; You may need to close out the unmatched parentheses&amp;nbsp; by closing your DI Job and re-opening, so you get a fresh session.&amp;nbsp; Or you can try submitting *); a few times and see if that clears the problem.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Sep 2018 11:15:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Syntax-error/m-p/498355#M132414</guid>
      <dc:creator>Quentin</dc:creator>
      <dc:date>2018-09-24T11:15:06Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax error</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Syntax-error/m-p/498356#M132415</link>
      <description>&lt;P&gt;Still I'm getting the similar error even after correcting the code. I did ran the job in the fresh session.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Log:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;2277                (case when NEW_RENEWAL_DAY_MONTH_YEAR_char=REPORTING_DATE_ddmon and KNKATD='7' then
2277     ! PODVERD=REPORTING_DATE_ddmonyyyy
2278                   else if put(catt(NEW_RENEWAL_DAY_MONTH_YEAR_char,"2018"),date9.)&amp;gt;CURRENT_DATE then
                               ___
                               22
                               76
2278     ! PODVERD=put(catt(NEW_RENEWAL_DAY_MONTH_YEAR_char,"2018"),date9.)
ERROR 22-322: Syntax error, expecting one of the following: !, !!, &amp;amp;, (, *, **, +, -, /, &amp;lt;, &amp;lt;=, &amp;lt;&amp;gt;, =, &amp;gt;, &amp;gt;=, ?, AND, BETWEEN, 
              CONTAINS, EQ, EQT, GE, GET, GT, GTT, LE, LET, LIKE, LT, LTT, NE, NET, OR, ^=, |, ||, ~=.  

ERROR 76-322: Syntax error, statement will be ignored.

2279                   else PODVERD=put(catt(NEW_RENEWAL_DAY_MONTH_YEAR_char,"2019"),date9.)&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 24 Sep 2018 11:21:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Syntax-error/m-p/498356#M132415</guid>
      <dc:creator>Babloo</dc:creator>
      <dc:date>2018-09-24T11:21:47Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax error</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Syntax-error/m-p/498357#M132416</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/8409"&gt;@Babloo&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Appriciate if someone of you guide me to resolve the following syntax error. I used the following code as expression in SAS DI studio in order to create the character variable called "PODVERD". Value of&amp;nbsp;NEW_RENEWAL_DAY_MONTH_YEAR_char (&lt;SPAN&gt;character variable&lt;/SPAN&gt;), CURRENT_DATE (character variable) will be like "18SEP" and "18SEP2018" respectively&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;case when NEW_RENEWAL_DAY_MONTH_YEAR_char=REPORTING_DATE_ddmon  and KNKATD='7'  then PODVERD=REPORTING_DATE_ddmonyyyy 
         else if (put(catt(NEW_RENEWAL_DAY_MONTH_YEAR_char,"2018"),date9.)&amp;gt;CURRENT_DATE then PODVERD=(put(catt(NEW_RENEWAL_DAY_MONTH_YEAR_char,"2018"),date9.) 
         else (put(catt(NEW_RENEWAL_DAY_MONTH_YEAR_char,"2019"),date9.)
end&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;U&gt;log:&lt;/U&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;7521 (case when NEW_RENEWAL_DAY_MONTH_YEAR_char=REPORTING_DATE_ddmon and KNKATD='7' then&lt;BR /&gt;7521 ! PODVERD=REPORTING_DATE_ddmonyyyy&lt;BR /&gt;7522 else if (put(catt(NEW_RENEWAL_DAY_MONTH_YEAR_char,"2018"),date9.)&amp;gt;CURRENT_DATE then&lt;BR /&gt; ____&lt;BR /&gt; 22&lt;BR /&gt; 202&lt;BR /&gt;7522 ! PODVERD=(put(catt(NEW_RENEWAL_DAY_MONTH_YEAR_char,"2018"),date9.)&lt;BR /&gt;ERROR 22-322: Syntax error, expecting one of the following: !, !!, &amp;amp;, (, ), *, **, +, ',', -, '.', /, &amp;lt;, &amp;lt;=, &amp;lt;&amp;gt;, =, &amp;gt;, &amp;gt;=, AND, EQ, &lt;BR /&gt; EQT, GE, GET, GT, GTT, LE, LET, LT, LTT, NE, NET, NOT, OR, ^, ^=, |, ||, ~, ~=.&lt;/P&gt;
&lt;P&gt;ERROR 202-322: The option or parameter is not recognized and will be ignored.&lt;/P&gt;
&lt;P&gt;7523 else (put(catt(NEW_RENEWAL_DAY_MONTH_YEAR_char,"2019"),date9.)&lt;BR /&gt; ____&lt;BR /&gt; 22&lt;BR /&gt; 76&lt;BR /&gt;ERROR 22-322: Syntax error, expecting one of the following: !, !!, &amp;amp;, *, **, +, -, /, &amp;lt;, &amp;lt;=, &amp;lt;&amp;gt;, =, &amp;gt;, &amp;gt;=, ?, AND, BETWEEN, &lt;BR /&gt; CONTAINS, EQ, EQT, GE, GET, GT, GTT, LE, LET, LIKE, LT, LTT, NE, NET, OR, ^=, |, ||, ~=.&lt;/P&gt;
&lt;P&gt;ERROR 76-322: Syntax error, statement will be ignored.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Gosh, that hurts from a proc star.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;IF&lt;/STRONG&gt; is not valid SQL syntax. SQL only understands case - &lt;STRONG&gt;when&lt;/STRONG&gt; - else. &lt;STRONG&gt;if&lt;/STRONG&gt; is taken as a column name, the horizontal position of the ERROR indicator points to the first non-blank character after the if.&lt;/P&gt;</description>
      <pubDate>Mon, 24 Sep 2018 11:23:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Syntax-error/m-p/498357#M132416</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2018-09-24T11:23:08Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax error</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Syntax-error/m-p/498361#M132419</link>
      <description>&lt;P&gt;Its put an underline right next to the problem, case when in SQL does not have if.&amp;nbsp; Please read the log.&lt;/P&gt;</description>
      <pubDate>Mon, 24 Sep 2018 11:31:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Syntax-error/m-p/498361#M132419</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2018-09-24T11:31:20Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax error</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Syntax-error/m-p/498363#M132421</link>
      <description>&lt;P&gt;Could you please help me to resolve the issue in order to create the new character variable called 'PODVERD'?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;3006                (case when NEW_RENEWAL_DAY_MONTH_YEAR_char=REPORTING_DATE_ddmon and KNKATD='7' then REPORTING_DATE_ddmonyyyy
3007                   when put(catt(NEW_RENEWAL_DAY_MONTH_YEAR_char,"2018"),date9.)&amp;gt;CURRENT_DATE then
3007     ! put(catt(NEW_RENEWAL_DAY_MONTH_YEAR_char,"2018"),date9.)
3008                   else put(catt(NEW_RENEWAL_DAY_MONTH_YEAR_char,"2019"),date9.)
3009                   end) as PODVERD length = 10
3010          from &amp;amp;SYSLAST
SYMBOLGEN:  Macro variable SYSLAST resolves to WORK.W729IB79                        
3011          ;
ERROR: Numeric format DATE in PUT function requires a numeric argument.
ERROR: Numeric format DATE in PUT function requires a numeric argument.
ERROR: Numeric format DATE in PUT function requires a numeric argument.&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 24 Sep 2018 11:38:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Syntax-error/m-p/498363#M132421</guid>
      <dc:creator>Babloo</dc:creator>
      <dc:date>2018-09-24T11:38:41Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax error</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Syntax-error/m-p/498365#M132423</link>
      <description>&lt;P&gt;As mentioned before:&lt;BR /&gt;put(numeric variable,to character string)&lt;/P&gt;
&lt;P&gt;input(character string,to numeric)&lt;/P&gt;
&lt;P&gt;Your log:&lt;/P&gt;
&lt;PRE class=" language-sas"&gt;&lt;CODE class="  language-sas"&gt;ERROR: Numeric &lt;SPAN class="token procnames"&gt;format&lt;/SPAN&gt; &lt;SPAN class="token function"&gt;DATE&lt;/SPAN&gt; &lt;SPAN class="token operator"&gt;in&lt;/SPAN&gt; &lt;SPAN class="token keyword"&gt;PUT&lt;/SPAN&gt; function requires a numeric argument&lt;SPAN class="token punctuation"&gt;.&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;PRE class=" language-sas"&gt;&lt;CODE class="  language-sas"&gt;&lt;SPAN class="token keyword"&gt;put&lt;/SPAN&gt;&lt;SPAN class="token punctuation"&gt;(&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;catt&lt;/SPAN&gt;&lt;SPAN class="token punctuation"&gt;(&lt;/SPAN&gt;NEW_RENEWAL_DAY_MONTH_YEAR_char&lt;SPAN class="token punctuation"&gt;,&lt;/SPAN&gt;&lt;SPAN class="token string"&gt;"2018"&lt;/SPAN&gt;&lt;SPAN class="token punctuation"&gt;)&lt;/SPAN&gt;&lt;SPAN class="token punctuation"&gt;,&lt;/SPAN&gt;date9&lt;SPAN class="token punctuation"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token punctuation"&gt;)&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;Look at the above, catt() returns a string of the variable and "2018", put wants a numeric.&amp;nbsp; If you want the string&lt;/P&gt;
&lt;PRE class=" language-sas"&gt;&lt;CODE class="  language-sas"&gt;NEW_RENEWAL_DAY_MONTH_YEAR_char&lt;SPAN class="token punctuation"&gt;,&lt;/SPAN&gt;&lt;SPAN class="token string"&gt;"2018"&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Then you do not need the put.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Sep 2018 11:45:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Syntax-error/m-p/498365#M132423</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2018-09-24T11:45:01Z</dc:date>
    </item>
  </channel>
</rss>

