Input beffer overrun

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
legendkiller
Participant
Posts: 60
Joined: Sun Nov 21, 2004 2:24 am

Input beffer overrun

Post 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.
DSguru2B
Charter Member
Charter Member
Posts: 6854
Joined: Wed Feb 09, 2005 3:44 pm
Location: Houston, TX

Post by DSguru2B »

Do an exact search on 'input buffer overrun'
Creativity is allowing yourself to make mistakes. Art is knowing which ones to keep.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post 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.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply