Decimal Data Error Questions

1

Decimal Data Error in V5R4
How can we see Decimal Data Error just by looking the code.Without compiling?(V5R4-I’m using Free Format coding)

Answer Question   |  March 31, 2012  2:23 PM
Decimal Data Error, Free Format, Free Format RPG, V5R4
asked by:
65 pts.

MCH1202 error in COBOL/400
There are n number of ways a DDE occurs. I saw a new problem recently. Request a help from this group. Q) I have 3 Variables declared in COBOl program A(PIC 9(4)) ,B(PIC 9(4)) and C ( PIC 9(8) ) I am perfoming an arithimatic operation as follows Subtract A from B giving C. i [...]

Answer Question   |  April 15, 2011  2:32 AM
COBOL, COBOL/400, DDE, Decimal Data Error, MCH1202
asked by:
50 pts.

decimal data error
I declare time field in RPG as D btime    4  0 eval btime = 2400 this one i pass to a CL program with var type var(&tim) type(*dec) len(4,0) and this in turn passed to another RPG program D stime    4  0 when it comes to third program it has some hex char shown in [...]

Answer Question   |  October 21, 2009  10:29 PM
Decimal Data Error, RPG, RPGLE
asked by:
895 pts.

decimal data error
i mean how to trap decimal data error in cobol400.as we do monmsg command in cl ,is there any same way in cobol400

Answer Question   |  September 9, 2009  1:38 PM
CL, COBOL/400, Decimal Data Error
asked by:
350 pts.

1