Information about the rejected data of the Reject link

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
verify
Premium Member
Premium Member
Posts: 99
Joined: Sun Mar 30, 2008 8:35 am

Information about the rejected data of the Reject link

Post by verify »

I want to know where the information about the rejected data of the "Reject link" will get stored in the Datastage repository.
I mean which datastage tables this information is present and how can i access those tables?


Please provide inputs to this..

Any help is appreciated...
RK Raju
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

What particular information?

The fact that the reject link was used is a warning entry in the job log. The row count on any link is stored in one of the records in the status table for the job.

Both items of information are retrievable using the DataStage API, so there is no need to know precisely where the information is stored, which location may change over time.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
verify
Premium Member
Premium Member
Posts: 99
Joined: Sun Mar 30, 2008 8:35 am

Post by verify »

Thanks ray for the reply.
I'm having a reject link to the sequential file stage, i want to know why the data got rejected?

So where this information is present in any Datastage tables or files and how can i access it?

For e.g:
The record got rejected due to invalid number, whether this information will get stored in Datastage tables or not? And what's the path for it?

Please provide inputs to this..
RK Raju
keshav0307
Premium Member
Premium Member
Posts: 783
Joined: Mon Jan 16, 2006 10:17 pm
Location: Sydney, Australia

Post by keshav0307 »

it will be suffixed to the last column of the rejected link record.
it will be error number only.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

The reason for rejection is NOT stored in any DataStage repository table.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
verify
Premium Member
Premium Member
Posts: 99
Joined: Sun Mar 30, 2008 8:35 am

Post by verify »

thanks ray..
RK Raju
Post Reply