Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

DUMP

Former Member
0 Likes
510

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.

1 ACCEPTED SOLUTION
Read only

former_member194669
Active Contributor
0 Likes
468

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

2 REPLIES 2
Read only

Former Member
0 Likes
468

Looks like are you passing special charcters to varaible ?

Check in debugging

Read only

former_member194669
Active Contributor
0 Likes
469

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