Hi There,
I'm new to COBOL and was hoping someone could help me with the truncation problem I am having.
I am trying to move :
WW-BALANCE PIC S9(9) COMP-3
to
TOTAL-OUTSTANDING-BAL PIC S9(11) COMP-3
However when use the move statement I appear to be losing the last two digits of WW-BALANCE.
Why is this happening and can someone point out how to fix it?
Many Thanks,
cozbie
I'm new to COBOL and was hoping someone could help me with the truncation problem I am having.
I am trying to move :
WW-BALANCE PIC S9(9) COMP-3
to
TOTAL-OUTSTANDING-BAL PIC S9(11) COMP-3
However when use the move statement I appear to be losing the last two digits of WW-BALANCE.
Why is this happening and can someone point out how to fix it?
Many Thanks,
cozbie