× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



Hi Bill, Vern,

Ok so I tried this out using v7.0 (since it includes improved SQL support
:-) )  with a V5R4M0 iSeries  and I found that as long as the line
IN('1250','1260','1450','1460','2050','2060','2450','2460')
was between columns 8 and 80, I didn't see the syntax error.

So then I went to v6.0.1 with RSE 6.0.1.3 installed, and had no problem
there either

thanks,

Violaine Batthish
WebSphere Development Studio Client, IBM Toronto Lab



wdsci-l-bounces@xxxxxxxxxxxx wrote on 02/20/2007 09:33:00 PM:

Bill - does it EVER run without the error? Someone else mentioned the
order by using an expression - I don't believe it is supported,
either - order by has to work against the result set, and that means
you need column names of that result set - or the ordinals.

I think!
Vern

At 08:32 AM 2/20/2007, you wrote:

P Decl_Saexpom    B

      /FREE

       EXEC SQL

        Declare SAEXPOM

        Cursor for

         SELECT SUBSTR(SAEXPO,1,4) AS STORE,

                SUBSTR(SAEXPO,5,8) AS DATE,

                SUBSTR(SAEXPO,13,4) AS CODE,

                SUBSTR(SAEXPO,15,2) AS Codesfx,

                SUBSTR(SAEXPO,17,12) AS AMOUNT

         FROM SAEXPOM

         WHERE SUBSTR(SAEXPO,13,4)
IN('1250','1260','1450','1460','2050','2060','2450','2460')

           AND SUBSTR(SAEXPO,1,4) >= ' 100'

SQL0104 Token SUBSTR was not valid. Valid tokens: ) ,

         ORDER BY SUBSTR(SAEXPO,1,4);





The above is strange and happens fairly regularly.  The statement is not
in error and executes just fine.  How come?

Thanks

Bill Barnes

Sr Analyst/Programmer

The Pantry, Inc

919-774-6700

ext 5211



--
This is the Websphere Development Studio Client for
iSeries  (WDSCI-L) mailing list
To post a message email: WDSCI-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/wdsci-l
or email: WDSCI-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/wdsci-l.

--
This is the Websphere Development Studio Client for iSeries  (WDSCI-
L) mailing list
To post a message email: WDSCI-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/wdsci-l
or email: WDSCI-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/wdsci-l.


As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.