<?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 checker in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/syntax-checker/m-p/359437#M274473</link>
    <description>&lt;P&gt;I was hoping for something that would catch typos, make interactive suggestions...more like a modern word processor would do, like grammar checking. Remind me of what parameters I need to supply, what formats I can choose from, what options a proc offers...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'd especially want SAS to be able to catch the dreaded 'missing quote' nightmare.&amp;nbsp; If there was a way to clear the 'current line' buffer rather than exiting SAS EG completely, that would be helpful. If the compiler knows the line is too long, why not show me what the line currently is so that I can see where the problem started?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Seems like some of these problems never get fixed and I only remember them when I have to train somebody new!&lt;/P&gt;</description>
    <pubDate>Wed, 17 May 2017 17:31:34 GMT</pubDate>
    <dc:creator>tomrvincent</dc:creator>
    <dc:date>2017-05-17T17:31:34Z</dc:date>
    <item>
      <title>syntax checker</title>
      <link>https://communities.sas.com/t5/SAS-Programming/syntax-checker/m-p/359107#M274470</link>
      <description>&lt;P&gt;Anyone have a syntax checker for SAS?&amp;nbsp; I had a new-to-SAS coworker who was trying to use the DATEDIF function, which doesn't exist, instead of the DATDIF, which does.&amp;nbsp; The error message he was getting wasn't helpful and yet typing 'SAS DATEDIF' into Google immediately returns a DATDIF reference...why can't SAS do that?&lt;/P&gt;</description>
      <pubDate>Tue, 16 May 2017 16:39:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/syntax-checker/m-p/359107#M274470</guid>
      <dc:creator>tomrvincent</dc:creator>
      <dc:date>2017-05-16T16:39:55Z</dc:date>
    </item>
    <item>
      <title>Re: syntax checker</title>
      <link>https://communities.sas.com/t5/SAS-Programming/syntax-checker/m-p/359167#M274471</link>
      <description>&lt;P&gt;If you're on Unix you can try:&amp;nbsp;&lt;A href="http://www.vim.org/scripts/script.php?script_id=3522" target="_blank"&gt;http://www.vim.org/scripts/script.php?script_id=3522&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I've never tried it, but sounds like it might do what you want.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Art, CEO, AnalystFinder.com&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 16 May 2017 19:34:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/syntax-checker/m-p/359167#M274471</guid>
      <dc:creator>art297</dc:creator>
      <dc:date>2017-05-16T19:34:43Z</dc:date>
    </item>
    <item>
      <title>Re: syntax checker</title>
      <link>https://communities.sas.com/t5/SAS-Programming/syntax-checker/m-p/359173#M274472</link>
      <description>&lt;P&gt;If you're using SAS Enterprise Guide, you can press Ctrl+Shift+F1 and see a list of SAS functions that the program editor knows about.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/8921iA419877E63CBEC60/image-size/original?v=1.0&amp;amp;px=-1" border="0" alt="datdif1.png" title="datdif1.png" /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 16 May 2017 19:56:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/syntax-checker/m-p/359173#M274472</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2017-05-16T19:56:01Z</dc:date>
    </item>
    <item>
      <title>Re: syntax checker</title>
      <link>https://communities.sas.com/t5/SAS-Programming/syntax-checker/m-p/359437#M274473</link>
      <description>&lt;P&gt;I was hoping for something that would catch typos, make interactive suggestions...more like a modern word processor would do, like grammar checking. Remind me of what parameters I need to supply, what formats I can choose from, what options a proc offers...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'd especially want SAS to be able to catch the dreaded 'missing quote' nightmare.&amp;nbsp; If there was a way to clear the 'current line' buffer rather than exiting SAS EG completely, that would be helpful. If the compiler knows the line is too long, why not show me what the line currently is so that I can see where the problem started?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Seems like some of these problems never get fixed and I only remember them when I have to train somebody new!&lt;/P&gt;</description>
      <pubDate>Wed, 17 May 2017 17:31:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/syntax-checker/m-p/359437#M274473</guid>
      <dc:creator>tomrvincent</dc:creator>
      <dc:date>2017-05-17T17:31:34Z</dc:date>
    </item>
    <item>
      <title>Re: syntax checker</title>
      <link>https://communities.sas.com/t5/SAS-Programming/syntax-checker/m-p/359503#M274474</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/144199"&gt;@tomrvincent&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;I was hoping for something that would catch typos, make interactive suggestions...more like a modern word processor would do,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;The little I worked with VBA I hated the constant popups when my VARIABLES had some characters in common with Function names. When we get something that reads minds or has a logic processor like the computer in the later set Star Trek shows maybe.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You could add keywords for the functions to the editor&amp;nbsp;so that when you use a key word it highlights it. Then if you use something you think is a function but isn't then the missing highlight may be a clue. But considering the number of people that use mean, sum, max, min and such as variable names I'm not sure how reliable this would be in addition to the time spend to add them to the keyword list.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And unfortunately the "current line" that is too long often is caused by something many lines previous in the code. Or an erroneous macro result.&lt;/P&gt;</description>
      <pubDate>Wed, 17 May 2017 21:37:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/syntax-checker/m-p/359503#M274474</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2017-05-17T21:37:18Z</dc:date>
    </item>
    <item>
      <title>Re: syntax checker</title>
      <link>https://communities.sas.com/t5/SAS-Programming/syntax-checker/m-p/359519#M274475</link>
      <description>&lt;P&gt;Being able to reset the 'current line buffer' has been a request to SAS Institute for many many years.&lt;/P&gt;
&lt;P&gt;For example see &lt;A href="https://communities.sas.com/t5/SASware-Ballot-Ideas/MACRO-command-to-totally-reset-the-macro-processor/idi-p/219508" target="_self"&gt;here&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 17 May 2017 23:48:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/syntax-checker/m-p/359519#M274475</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2017-05-17T23:48:29Z</dc:date>
    </item>
  </channel>
</rss>

