View previous topic :: View next topic |
Author |
Message |
Phaninder Beginner

Joined: 06 Jul 2005 Posts: 27 Topics: 11
|
Posted: Mon Aug 08, 2005 11:02 am Post subject: Decimal Overflow exception in Report (Eazytrive) |
|
|
My jcl contains several steps , in a step in B/W it contains an eazytrive program which prepares and dispatches a report , the step abends with RC=16 And in report it displays this sentence
"4154 *******A006 PROGRAM INTERRUPT - CODE A (DEC OVFL EXCP)"
To my astonishment this does not happen when i run only this step after some time . Only gives error when it is in the Batch Cycle.
Expecting your Help .
----------------------
Thanks a lot . |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12378 Topics: 75 Location: San Jose
|
Posted: Mon Aug 08, 2005 11:42 am Post subject: |
|
|
Phanider,
Look at the statement '4154' in your program and see if you have defined the field in question to hold the max possible value.
Quote: |
To my astonishment this does not happen when i run only this step after some time . Only gives error when it is in the Batch Cycle.
|
Did you run with the same input while you are testing?
Kolusu _________________ Kolusu
www.linkedin.com/in/kolusu |
|
Back to top |
|
 |
Phaninder Beginner

Joined: 06 Jul 2005 Posts: 27 Topics: 11
|
Posted: Thu Aug 11, 2005 5:44 am Post subject: |
|
|
Hi Kolusu,
Thanks a lot for your early response , In fact , There was a problem with data in the concerned field, Tried with your suggession , I could trace the problem & clear the error.
Thanks again .  |
|
Back to top |
|
 |
|
|