<?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: misspelled keyword in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/misspelled-keyword/m-p/50856#M10658</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Tom and Art,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot for your .Kind information&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ashwini&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 20 Nov 2011 05:03:26 GMT</pubDate>
    <dc:creator>Ashwini</dc:creator>
    <dc:date>2011-11-20T05:03:26Z</dc:date>
    <item>
      <title>misspelled keyword</title>
      <link>https://communities.sas.com/t5/SAS-Programming/misspelled-keyword/m-p/50851#M10653</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If&amp;nbsp; we write a misspelled keyword in coding will get &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a.warning message&lt;/P&gt;&lt;P&gt;b.error message&lt;/P&gt;&lt;P&gt;c .both&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 Nov 2011 20:05:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/misspelled-keyword/m-p/50851#M10653</guid>
      <dc:creator>Ashwini</dc:creator>
      <dc:date>2011-11-19T20:05:58Z</dc:date>
    </item>
    <item>
      <title>misspelled keyword</title>
      <link>https://communities.sas.com/t5/SAS-Programming/misspelled-keyword/m-p/50852#M10654</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is this a question or a statement?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 Nov 2011 20:16:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/misspelled-keyword/m-p/50852#M10654</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2011-11-19T20:16:02Z</dc:date>
    </item>
    <item>
      <title>misspelled keyword</title>
      <link>https://communities.sas.com/t5/SAS-Programming/misspelled-keyword/m-p/50853#M10655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Tom,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is question .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ashwini&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 Nov 2011 20:31:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/misspelled-keyword/m-p/50853#M10655</guid>
      <dc:creator>Ashwini</dc:creator>
      <dc:date>2011-11-19T20:31:20Z</dc:date>
    </item>
    <item>
      <title>misspelled keyword</title>
      <link>https://communities.sas.com/t5/SAS-Programming/misspelled-keyword/m-p/50854#M10656</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's a trick question!&amp;nbsp; You might get and error or you might get a warning.&amp;nbsp; I can't recall ever seeing a case where one such error returned both an error and a warning.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 Nov 2011 22:26:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/misspelled-keyword/m-p/50854#M10656</guid>
      <dc:creator>art297</dc:creator>
      <dc:date>2011-11-19T22:26:43Z</dc:date>
    </item>
    <item>
      <title>misspelled keyword</title>
      <link>https://communities.sas.com/t5/SAS-Programming/misspelled-keyword/m-p/50855#M10657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It you have one typo then generally you will get either an error or a warning.&lt;/P&gt;&lt;P&gt;You can have two typos and get both.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-family: 'SAS Monospace'; font-size: 8pt;"&gt;974&amp;nbsp; porc mean; run;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-family: 'SAS Monospace'; font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ----&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-family: 'SAS Monospace'; font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 14&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-family: 'SAS Monospace'; font-size: 8pt;"&gt;ERROR:Procedure MEAN not found.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-family: 'SAS Monospace'; font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-family: 'SAS Monospace'; font-size: 8pt;"&gt;WARNING14-169: Assuming the symbol PROC was misspelled as porc.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Of course you could misspell something and generate another valid statement.&amp;nbsp; In that case you &lt;STRONG&gt;have &lt;/STRONG&gt;an error, but you might not &lt;STRONG&gt;get &lt;/STRONG&gt;either an error message or a warning message.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 20 Nov 2011 01:51:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/misspelled-keyword/m-p/50855#M10657</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2011-11-20T01:51:00Z</dc:date>
    </item>
    <item>
      <title>Re: misspelled keyword</title>
      <link>https://communities.sas.com/t5/SAS-Programming/misspelled-keyword/m-p/50856#M10658</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Tom and Art,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot for your .Kind information&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ashwini&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 20 Nov 2011 05:03:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/misspelled-keyword/m-p/50856#M10658</guid>
      <dc:creator>Ashwini</dc:creator>
      <dc:date>2011-11-20T05:03:26Z</dc:date>
    </item>
  </channel>
</rss>

