Capture record count and send it to the table.

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
kumar444
Premium Member
Premium Member
Posts: 62
Joined: Wed Jan 12, 2011 10:01 am

Capture record count and send it to the table.

Post by kumar444 »

I need to capture inserted ( to the Oracle EE stage as target) record count
after the job is finished and send it to the other table (oracle).
With using sequence or if possible without using sequence job.

Please help me with a suggestion.



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

Post by ray.wurlod »

Do the inserted rows include a run identifier? If so, a second job that counts those rows would do it for you.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
kumar444
Premium Member
Premium Member
Posts: 62
Joined: Wed Jan 12, 2011 10:01 am

Post by kumar444 »

I dont have any run identifier in the job. I do use load and append option for the rows. BTW sorry for the late response.
-------------------------------------------
Kumar
Post Reply