Page 1 of 1

Input beffer overrun

Posted: Wed Jan 03, 2007 11:19 am
by legendkiller
hii,

can somebody tell general cause behind error "input buffer overrun".

i have field containing packed decimal..and i am trying to read it as

decimal[9,3] {packed};
and I am getting error "input buffer overrun"

the field having packed decimal is PIC S9(6)V999 COMP-3.

Posted: Wed Jan 03, 2007 11:20 am
by DSguru2B
Do an exact search on 'input buffer overrun'

Posted: Wed Jan 03, 2007 4:44 pm
by ray.wurlod
How big is the field? How big is a signed packed decimal(9,3)? The difference is probably your input buffer overrun.