<?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: syntax correction in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/syntax-correction/m-p/491568#M128945</link>
    <description>&lt;P&gt;Please start by posting code as actual text, using a code window - its the {i} above post area.&amp;nbsp; Secondly please post the log showing the error/warning you are inquiring about, and the code that is run as part of the log.&lt;/P&gt;</description>
    <pubDate>Fri, 31 Aug 2018 09:13:44 GMT</pubDate>
    <dc:creator>RW9</dc:creator>
    <dc:date>2018-08-31T09:13:44Z</dc:date>
    <item>
      <title>syntax correction</title>
      <link>https://communities.sas.com/t5/SAS-Programming/syntax-correction/m-p/491563#M128941</link>
      <description />
      <pubDate>Sun, 02 Sep 2018 23:37:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/syntax-correction/m-p/491563#M128941</guid>
      <dc:creator>Geo-</dc:creator>
      <dc:date>2018-09-02T23:37:59Z</dc:date>
    </item>
    <item>
      <title>Re: syntax correction</title>
      <link>https://communities.sas.com/t5/SAS-Programming/syntax-correction/m-p/491564#M128942</link>
      <description>&lt;P&gt;You have to provide more information than this. Does your code produce an error? Where does your code act differently than you expect?&lt;/P&gt;</description>
      <pubDate>Fri, 31 Aug 2018 08:58:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/syntax-correction/m-p/491564#M128942</guid>
      <dc:creator>PeterClemmensen</dc:creator>
      <dc:date>2018-08-31T08:58:40Z</dc:date>
    </item>
    <item>
      <title>Re: syntax correction</title>
      <link>https://communities.sas.com/t5/SAS-Programming/syntax-correction/m-p/491568#M128945</link>
      <description>&lt;P&gt;Please start by posting code as actual text, using a code window - its the {i} above post area.&amp;nbsp; Secondly please post the log showing the error/warning you are inquiring about, and the code that is run as part of the log.&lt;/P&gt;</description>
      <pubDate>Fri, 31 Aug 2018 09:13:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/syntax-correction/m-p/491568#M128945</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2018-08-31T09:13:44Z</dc:date>
    </item>
    <item>
      <title>Re: syntax correction</title>
      <link>https://communities.sas.com/t5/SAS-Programming/syntax-correction/m-p/491589#M128962</link>
      <description>&lt;P&gt;Or start by correcting the most obvious syntax errors:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;line 2: missing %SYSFUNC call for MONTH function&lt;/LI&gt;
&lt;LI&gt;line 5: missing percent sign before "PUT"&lt;/LI&gt;
&lt;LI&gt;line 6: missing equals sign in KEEP= dataset option&lt;/LI&gt;
&lt;LI&gt;line 10: incorrect "=" in WHERE statement&lt;/LI&gt;
&lt;LI&gt;line 11: unbalanced closing parenthesis&lt;/LI&gt;
&lt;LI&gt;missing double quotes around dataset name in DECLARE statement&lt;/LI&gt;
&lt;LI&gt;missing data item in DEFINEDATA method&lt;/LI&gt;
&lt;LI&gt;missing OUT keyword in OUTPUT statement of PROC SUMMARY&lt;/LI&gt;
&lt;LI&gt;PROC SORT step misses a BY statement, but uses a "CLASS statement"&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Has variable name CONTI_CARD_F&lt;FONT color="#FF0000"&gt;AL&lt;/FONT&gt;G been misspelled &lt;EM&gt;in the dataset &lt;/EM&gt;CCARDDB.CCM_EXPD_CARD_SNAP_M_20150131?&lt;/P&gt;</description>
      <pubDate>Fri, 31 Aug 2018 11:20:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/syntax-correction/m-p/491589#M128962</guid>
      <dc:creator>FreelanceReinh</dc:creator>
      <dc:date>2018-08-31T11:20:01Z</dc:date>
    </item>
    <item>
      <title>Re: syntax correction</title>
      <link>https://communities.sas.com/t5/SAS-Programming/syntax-correction/m-p/491681#M129011</link>
      <description>&lt;P&gt;In addition to &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/32733"&gt;@FreelanceReinh&lt;/a&gt;'s suggestions I think you need to look very closely at your double quote characters. For example the quotes around ACCT appear to be word processor quotes and not programming quotes that look like:&lt;/P&gt;
&lt;PRE&gt;HH.DEFINEKEY("ACCT");&lt;/PRE&gt;
&lt;P&gt;If someone copies code from the internet or a work processor document sometimes you have "smart quotes" or similar characters instead of the ones that the program syntax parser expects.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ALL of those quotes need to be " characters.&lt;/P&gt;</description>
      <pubDate>Fri, 31 Aug 2018 15:56:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/syntax-correction/m-p/491681#M129011</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2018-08-31T15:56:37Z</dc:date>
    </item>
    <item>
      <title>Re: syntax correction</title>
      <link>https://communities.sas.com/t5/SAS-Programming/syntax-correction/m-p/491864#M129120</link>
      <description>thanks for your reply.I could not copy it into text since it's a exam in our company system..the correction is only considered from syntax way,no other consideration is needed</description>
      <pubDate>Sun, 02 Sep 2018 02:57:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/syntax-correction/m-p/491864#M129120</guid>
      <dc:creator>Geo-</dc:creator>
      <dc:date>2018-09-02T02:57:27Z</dc:date>
    </item>
  </channel>
</rss>

