Delimiter for field warning while reading sequential file

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

ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

The problem is at the 153rd character position. That should make it very easy to track down, using a utility such as a hex editor (or even an od -xc command).
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
solicitor2001
Participant
Posts: 1
Joined: Thu Oct 28, 2010 10:51 am
Location: Minnesota

Post by solicitor2001 »

rohithmuthyala wrote:If there are any columns read as Char try changing them to Varchar and check the result.
worked for me, thanks.
-------
Post Reply