<?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: GROUP Keyword issue in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/GROUP-Keyword-issue/m-p/95210#M8696</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What's your version of EG?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And you can you post what the code/log displays.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, Tech Support may be faster.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Aug 2012 20:07:11 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2012-08-15T20:07:11Z</dc:date>
    <item>
      <title>GROUP Keyword issue</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/GROUP-Keyword-issue/m-p/95208#M8694</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am a relatively new user of SAS EG, and I've run into a problem that I cannot find an answer to.&amp;nbsp; The data I'm querying against uses a field called "GROUP" that I need to pull into my query, but EG won't let me because it considers GROUP a keyword.&amp;nbsp; If I was using PC SAS, I know I could bracket [GROUP] and it would work, but I can't figure out how to get around this problem.&amp;nbsp; I'm getting a error stating &lt;STRONG&gt;&lt;EM&gt;Incorrect syntax near the keyword 'GROUP'&lt;/EM&gt;&lt;/STRONG&gt; whenever I attempt to use the GROUP field in my query.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm not the owner of the source data, so I cannot simply change the field name.&amp;nbsp; Any suggestions?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Aug 2012 19:36:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/GROUP-Keyword-issue/m-p/95208#M8694</guid>
      <dc:creator>Luth</dc:creator>
      <dc:date>2012-08-15T19:36:02Z</dc:date>
    </item>
    <item>
      <title>Re: GROUP Keyword issue</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/GROUP-Keyword-issue/m-p/95209#M8695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am NOT an EG expert, but I had no problem, just now, including a variable called GROUP, in the query builder, as either a selection item, a group item or the target of a query.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Of course, if you do have a problem doing it, can't you just include code, before that, that opens the original file and makes a copy of it, renaming the variable?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Aug 2012 19:48:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/GROUP-Keyword-issue/m-p/95209#M8695</guid>
      <dc:creator>art297</dc:creator>
      <dc:date>2012-08-15T19:48:31Z</dc:date>
    </item>
    <item>
      <title>Re: GROUP Keyword issue</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/GROUP-Keyword-issue/m-p/95210#M8696</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What's your version of EG?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And you can you post what the code/log displays.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, Tech Support may be faster.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Aug 2012 20:07:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/GROUP-Keyword-issue/m-p/95210#M8696</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2012-08-15T20:07:11Z</dc:date>
    </item>
    <item>
      <title>Re: GROUP Keyword issue</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/GROUP-Keyword-issue/m-p/95211#M8697</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm using version 4.1 - here is the code and log I'm getting back:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROC SQL; CREATE TABLE SASUSER.Query_for_tblClaims_2012_Q3 AS SELECT tblClaims_2012_Q3.GROUP, (COUNT(tblClaims_2012_Q3.RXNUM)) AS COUNT_OF_RXNUM&lt;/P&gt;&lt;P&gt;FROM CLMSWHSE.tblClaims_2012_Q3 AS tblClaims_2012_Q3&lt;/P&gt;&lt;P&gt;WHERE tblClaims_2012_Q3.DOF = '15JUL2012'd AND tblClaims_2012_Q3.CLMSTAT = "P"&lt;/P&gt;&lt;P&gt;GROUP BY tblClaims_2012_Q3.GROUP;&lt;/P&gt;&lt;P&gt;QUIT;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ERROR: CLI prepare error: [DataDirect][ODBC SQL Server Driver][SQL Server]Incorrect syntax near the keyword 'GROUP'. :&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [DataDirect][ODBC SQL Server Driver][SQL Server]Statement(s) could not be prepared. SQL statement: SELECT&amp;nbsp;&amp;nbsp; GROUP ,&amp;nbsp; RXNUM ,&amp;nbsp; DOF ,&amp;nbsp; CLMSTAT&amp;nbsp;&amp;nbsp; FROM&amp;nbsp; dbo . tblRxClaim_2012_Q3&amp;nbsp;&amp;nbsp; WHERE&amp;nbsp; ( (&amp;nbsp; DOF&amp;nbsp; = {d '2012-07-15' } )&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; AND&amp;nbsp; (&amp;nbsp; CLMSTAT&amp;nbsp; = 'P' ) ). ERROR: PROC SQL runtime error for operation=sqxsrc. ERROR: An error has occurred.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Aug 2012 20:18:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/GROUP-Keyword-issue/m-p/95211#M8697</guid>
      <dc:creator>Luth</dc:creator>
      <dc:date>2012-08-15T20:18:06Z</dc:date>
    </item>
    <item>
      <title>Re: GROUP Keyword issue</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/GROUP-Keyword-issue/m-p/95212#M8698</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I agree wth Fareeza .. this looks like one that would be most quickly addressed by tech support.&amp;nbsp; It appears to be a problem in what is being sent to SQL server.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Aug 2012 20:54:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/GROUP-Keyword-issue/m-p/95212#M8698</guid>
      <dc:creator>art297</dc:creator>
      <dc:date>2012-08-15T20:54:50Z</dc:date>
    </item>
    <item>
      <title>Re: GROUP Keyword issue</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/GROUP-Keyword-issue/m-p/95213#M8699</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your advice - I'll take this one to tech support.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Aug 2012 13:27:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/GROUP-Keyword-issue/m-p/95213#M8699</guid>
      <dc:creator>Luth</dc:creator>
      <dc:date>2012-08-16T13:27:42Z</dc:date>
    </item>
  </channel>
</rss>

