<?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: EXPRESSION BUILDER PROBLEMS in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/EXPRESSION-BUILDER-PROBLEMS/m-p/335#M75</link>
    <description>We're just getting started with these discussion forums, offering a few popular topics to see how it takes off.  &lt;BR /&gt;
&lt;BR /&gt;
I believe that new forums will come online later based on demand and popularity.  If you want to see a forum on a particular topic, send the suggestion via &lt;A href="http://support.sas.com/contact/software_comments.html" target="_blank"&gt;http://support.sas.com/contact/software_comments.html&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
Chris</description>
    <pubDate>Mon, 03 Apr 2006 14:35:51 GMT</pubDate>
    <dc:creator>ChrisHemedinger</dc:creator>
    <dc:date>2006-04-03T14:35:51Z</dc:date>
    <item>
      <title>EXPRESSION BUILDER PROBLEMS</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/EXPRESSION-BUILDER-PROBLEMS/m-p/332#M72</link>
      <description>Hello,&lt;BR /&gt;
I'm trying to build a query in the expression builder and it shows an error msg in the log, when I run the process for which i've written the query. If I run the same query in the Enhanced editor, it runs perfectly. Any help would greatly be appreciated.&lt;BR /&gt;
&lt;BR /&gt;
The query goes like this in the expression builder:&lt;BR /&gt;
&lt;BR /&gt;
"LIBNAME MMTGT ORACLE USER=MMTGT PASSWORD=XXXXX PATH='ORCL' PRESERVE_NAMES=YES;&lt;BR /&gt;
LIBNAME MMSRC ORACLE USER=MMSRC PASSWORD=XXXXX PATH='ORCL' PRESERVE_NAMES=YES;&lt;BR /&gt;
&lt;BR /&gt;
PROC SQL;&lt;BR /&gt;
 DROP TABLE MMTGT.CITY;&lt;BR /&gt;
 CREATE TABLE CITY (RENAME=(SUPP_CITY=CITY)) AS&lt;BR /&gt;
 (&lt;BR /&gt;
 SELECT DISTINCT(SUPP_CITY) FROM MMSRC.SUPPLIER_TBL&lt;BR /&gt;
  UNION&lt;BR /&gt;
 SELECT DISTINCT(TRANSPORTER_CITY) FROM   &lt;BR /&gt;
 MMSRC.TRANSPORTER_TBL&lt;BR /&gt;
  UNION&lt;BR /&gt;
 SELECT DISTINCT(BANK_CITY) FROM MMSRC.BANK_TBL&lt;BR /&gt;
 );&lt;BR /&gt;
 QUIT;&lt;BR /&gt;
=========================================================&lt;BR /&gt;
&lt;BR /&gt;
The error msg I get in the log window goes like this:&lt;BR /&gt;
&lt;BR /&gt;
LIBNAME MMTGT ORACLE USER=MMTGT PASSWORD=XXXXX PATH='ORCL'&lt;BR /&gt;
PRESERVE_NAMES=YES;&lt;BR /&gt;
NOTE: Libref MMTGT was successfully assigned as follows:&lt;BR /&gt;
      Engine:        ORACLE&lt;BR /&gt;
      Physical Name: ORCL&lt;BR /&gt;
LIBNAME MMSRC ORACLE USER=MMSRC PASSWORD=XXXXX PATH='ORCL'&lt;BR /&gt;
PRESERVE_NAMES=YES;&lt;BR /&gt;
NOTE: Libref MMSRC was successfully assigned as follows:&lt;BR /&gt;
      Engine:        ORACLE&lt;BR /&gt;
      Physical Name: ORCL&lt;BR /&gt;
NOTE: The SAS System stopped processing this step because of errors.&lt;BR /&gt;
NOTE: PROCEDURE SQL used (Total process time):&lt;BR /&gt;
      real time           0.07 seconds&lt;BR /&gt;
      cpu time            0.04 seconds&lt;BR /&gt;
&lt;BR /&gt;
PROC SQL;&lt;BR /&gt;
DROP TABLE MMTGT.CITY;&lt;BR /&gt;
NOTE: Table MMTGT.CITY has been dropped.&lt;BR /&gt;
CREATE TABLE CITY (RENAME=(SUPP_CITY=CITY)) AS&lt;BR /&gt;
 (&lt;BR /&gt;
 SELECT DISTINCT(SUPP_CITY) FROM MMSRC.SUPPLIER_TBL&lt;BR /&gt;
  UNION&lt;BR /&gt;
 SELECT DISTINCT(TRANSPORTER_CITY) FROM MMSRC.TRANSPORTER_TBL&lt;BR /&gt;
  UNION&lt;BR /&gt;
 SELECT DISTINCT(BANK_CITY) FROM MMSRC.BANK_TBL&lt;BR /&gt;
 );&lt;BR /&gt;
NOTE: Table WORK.CITY created, with 7 rows and 1 columns.&lt;BR /&gt;
&lt;BR /&gt;
 QUIT;&lt;BR /&gt;
NOTE: PROCEDURE SQL used (Total process time):&lt;BR /&gt;
      real time           0.29 seconds&lt;BR /&gt;
      cpu time            0.07 seconds&lt;BR /&gt;
NOTE: SCL source line.&lt;BR /&gt;
 AS SUPP_CITY length=20&lt;BR /&gt;
     --&lt;BR /&gt;
     180&lt;BR /&gt;
ERROR 180-322: Statement is not valid or it is used out of proper order.&lt;BR /&gt;
&lt;BR /&gt;
"AS is UNDERLINED and is the ERROR"</description>
      <pubDate>Fri, 31 Mar 2006 02:17:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/EXPRESSION-BUILDER-PROBLEMS/m-p/332#M72</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2006-03-31T02:17:49Z</dc:date>
    </item>
    <item>
      <title>Re: EXPRESSION BUILDER PROBLEMS</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/EXPRESSION-BUILDER-PROBLEMS/m-p/333#M73</link>
      <description>Hello,&lt;BR /&gt;
&lt;BR /&gt;
We've looked at the PROC SQL code and we cannot determine how you might have used the EG query builder or expression builder to generate this.&lt;BR /&gt;
&lt;BR /&gt;
I'd suggest opening a tech support track with more information about how you arrived at this point.  You can open a track with tech support with this form: &lt;A href="http://support.sas.com/techsup/contact/submit_emits2.html" target="_blank"&gt;http://support.sas.com/techsup/contact/submit_emits2.html&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
Chris</description>
      <pubDate>Fri, 31 Mar 2006 15:07:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/EXPRESSION-BUILDER-PROBLEMS/m-p/333#M73</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2006-03-31T15:07:37Z</dc:date>
    </item>
    <item>
      <title>Re: EXPRESSION BUILDER PROBLEMS</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/EXPRESSION-BUILDER-PROBLEMS/m-p/334#M74</link>
      <description>hello Chris,&lt;BR /&gt;
&lt;BR /&gt;
Thanx for the suggestion. I'm facing this issue in SAS/Warehouse Administrator expression builder. I know i posted this msg out of context for the forum, since I couldnt find any relevant forum to the area for which i'm seeking help.&lt;BR /&gt;
&lt;BR /&gt;
Anyways thanx for the redirection. Can u also suggest any forums for the sas/warehouse administrator product?</description>
      <pubDate>Fri, 31 Mar 2006 15:41:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/EXPRESSION-BUILDER-PROBLEMS/m-p/334#M74</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2006-03-31T15:41:40Z</dc:date>
    </item>
    <item>
      <title>Re: EXPRESSION BUILDER PROBLEMS</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/EXPRESSION-BUILDER-PROBLEMS/m-p/335#M75</link>
      <description>We're just getting started with these discussion forums, offering a few popular topics to see how it takes off.  &lt;BR /&gt;
&lt;BR /&gt;
I believe that new forums will come online later based on demand and popularity.  If you want to see a forum on a particular topic, send the suggestion via &lt;A href="http://support.sas.com/contact/software_comments.html" target="_blank"&gt;http://support.sas.com/contact/software_comments.html&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
Chris</description>
      <pubDate>Mon, 03 Apr 2006 14:35:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/EXPRESSION-BUILDER-PROBLEMS/m-p/335#M75</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2006-04-03T14:35:51Z</dc:date>
    </item>
  </channel>
</rss>

