Sequential File Columns

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

kld05
Charter Member
Charter Member
Posts: 36
Joined: Fri Apr 28, 2006 8:12 am

Post by kld05 »

chulett wrote:Doesn't that depend on your "Reject Mode" setting? From the docs:
Reject Mode
Allows you to specify behavior if a read record does not match the expected schema. Choose from Continue to continue operation and discard any rejected rows, Fail to cease reading if any rows are rejected, or Save to send rejected rows down a reject link. Defaults to Continue.
I've tried all three. The data in my case is not being treated as a reject.
Mike
Premium Member
Premium Member
Posts: 1021
Joined: Sun Mar 03, 2002 6:01 pm
Location: Tampa, FL

Post by Mike »

Also check that you don't have a message handler masking the default behavior. The job log will tell you about Attached Message Handlers (if you have any).

Mike
kld05
Charter Member
Charter Member
Posts: 36
Joined: Fri Apr 28, 2006 8:12 am

Post by kld05 »

Mike wrote:Also check that you don't have a message handler masking the default behavior. The job log will tell you about Attached Message Handlers (if you have any).

Mike
I'm not using a message handler. I'm at a loss.
Post Reply