source and target record rowcount

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
viju_05
Participant
Posts: 4
Joined: Fri Aug 03, 2007 9:42 am
Location: hyderbad

source and target record rowcount

Post by viju_05 »

Hi,

I am old user on DS 7.5 version.I remember during 7.5 version for data reconcillation we do not have any repository to have the extracted source record count number and target record counts.
To achieve this we had written a BASIC routine to check for rowcount for specific known links for every job.

Other ETL tools like Oracle Warehousebuilder, you can have open repository where you can view these counts.

Do we have something smilar in DS8.1.2 now?

Any suggestions will help us.

Regards,
Vipul
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

What is wrong with using the "monitor" in the director in order to display this information?
vmcburney
Participant
Posts: 3593
Joined: Thu Jan 23, 2003 5:25 pm
Location: Australia, Melbourne
Contact:

Post by vmcburney »

Have a look at the Operational Metadata Guide in 8.1.2, it explains how to get it running. You use Metadata Workbench browse or query to see the results. It's not a completely open repository - you can see all the XMETA tables and contents but joins between the tables is very difficult.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Your BASIC routines will still work.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
viju_05
Participant
Posts: 4
Joined: Fri Aug 03, 2007 9:42 am
Location: hyderbad

Post by viju_05 »

Thanks for the replies.

regards,
Vipul
chandra.shekhar@tcs.com
Premium Member
Premium Member
Posts: 353
Joined: Mon Jan 17, 2011 5:03 am
Location: Mumbai, India

Post by chandra.shekhar@tcs.com »

use following report for getting all information source and target.

dsjob -report <proname> <jobname> DETAIL


Thanks
Kishor
Thanx and Regards,
ETL User
Post Reply