Capture reject records of dataset

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
mydsworld
Participant
Posts: 321
Joined: Thu Sep 07, 2006 3:55 am

Capture reject records of dataset

Post by mydsworld »

Can anyone plz let me know how we can capture the reject records while writting into a dataset. I find though Sequential file offers reject links,but dataset does not offer any.
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

That is correct, the DataSet has no reject links. What kind of a condition can you imagine that would cause a reject (as opposed to a job abort)?
mydsworld
Participant
Posts: 321
Joined: Thu Sep 07, 2006 3:55 am

Capturing reject records of dataset

Post by mydsworld »

I was just wondering that if any records fails while writting into a dataset (like Sequential file) then how to handle that.Or it is like dataset being in internal format there is no chance of records being rejected.
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

I cannot think of a scenario where a record could get rejected where the job should not get aborted (i.e. disk full, I/O system error, etc.)
Post Reply