View previous topic :: View next topic |
Author |
Message |
abracadabra Beginner
Joined: 02 Sep 2003 Posts: 101 Topics: 55 Location: India
|
Posted: Wed Feb 08, 2006 1:31 pm Post subject: Arithmetic Expression Problem |
|
|
Hi,
I have the following fields defined.
A PIC 9(8 ).999.
B PIC 9(11) VALUE ZEROES
ADD A(I1) TO B.
This statement is giving the error - "A (NUMERIC-EDITED)" was not numeric, but was a sender in an arithmetic expression. The statement was discarded.
Any idea what could be the problem?
Thanks _________________ Cheers! |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12383 Topics: 75 Location: San Jose
|
Posted: Wed Feb 08, 2006 2:31 pm Post subject: |
|
|
abracadabra,
From where did I1 come ? _________________ Kolusu
www.linkedin.com/in/kolusu |
|
Back to top |
|
 |
|
|