‎2007 Jun 15 3:13 AM
Hi all I am getting a dump while running one of my program.
This is for COMPUTE_BCD_OVERFLOW.
And it is telling it occured for type P.
may I know when it will occur exactly.
Where can I found the information regarding COMPUTE_BCD_OVERFLOW
Thanks.
Mungala.
‎2007 Jun 15 3:41 AM
Hi,
The BDC_OVERFLOW dumps occurs if the program tries to give a variable a value that is to big. If the variable is of type N(4) (max 9999) and you try to give it the value 99999, a BDC_OVERFLOW dump will occurs.
aRs
‎2007 Jun 15 3:18 AM
Looks like are you passing special charcters to varaible ?
Check in debugging
‎2007 Jun 15 3:41 AM
Hi,
The BDC_OVERFLOW dumps occurs if the program tries to give a variable a value that is to big. If the variable is of type N(4) (max 9999) and you try to give it the value 99999, a BDC_OVERFLOW dump will occurs.
aRs