|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
[SOLVED]ESQL Editor Error with FLOAT |
« View previous topic :: View next topic » |
Author |
Message
|
kevin_22 |
Posted: Fri Nov 24, 2006 12:20 am Post subject: [SOLVED]ESQL Editor Error with FLOAT |
|
|
 Centurion
Joined: 08 Mar 2005 Posts: 100
|
Hi,
I am having problem when declaring a float variable.
DECLARE FVAL FLOAT 0e+0;
ESQL editor is showing a red crossed error. Let me know your ideas please.
Message Broker 6.0
Windows 2000
Thanks,
Kevin
Last edited by kevin_22 on Sun Nov 26, 2006 9:29 pm; edited 1 time in total |
|
Back to top |
|
 |
Edde |
Posted: Fri Nov 24, 2006 1:13 am Post subject: Re: ESQL Editor Error with FLOAT |
|
|
 Acolyte
Joined: 01 Oct 2006 Posts: 67 Location: Moscow, Russia
|
kevin_22 wrote: |
DECLARE FVAL FLOAT 0e+0; |
What number do you mean?
Did you try it without '+'? |
|
Back to top |
|
 |
kevin_22 |
Posted: Fri Nov 24, 2006 1:36 am Post subject: |
|
|
 Centurion
Joined: 08 Mar 2005 Posts: 100
|
Hi Edde,
Declaring float variable working fine with 0.0 or 0+0.
I am having MQSI 2.1 Message flows with condition
IF FVAL <> 0e+0 THEN.... which is working fine in MQSI 2.1 when i migrated to 6.0 it showing error at this statement.
Thanks,
Kevin |
|
Back to top |
|
 |
mgk |
Posted: Fri Nov 24, 2006 2:12 am Post subject: |
|
|
 Padawan
Joined: 31 Jul 2003 Posts: 1642
|
Hi,
This looks like a defect and you need to raise a PMR. The Runtime accepts the syntax you specify, but it appears the tooling does not.
Regards, _________________ MGK
The postings I make on this site are my own and don't necessarily represent IBM's positions, strategies or opinions. |
|
Back to top |
|
 |
wschutz |
Posted: Fri Nov 24, 2006 2:48 am Post subject: |
|
|
 Jedi Knight
Joined: 02 Jun 2005 Posts: 3316 Location: IBM (retired)
|
Yes, do raise a PMR ... but for the time being, this works for me in the tooling:
DECLARE FVAL FLOAT 1.3e4;
DECLARE GVAL FLOAT 13e-04 ; _________________ -wayne |
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|