Job Information

A forum for discussing DataStage<sup>®</sup> basics. If you're not sure where your question goes, start here.

Moderators: chulett, rschirm, roy

Post Reply
jyothisdasms
Participant
Posts: 33
Joined: Wed May 19, 2010 12:15 am
Location: Pune

Job Information

Post by jyothisdasms »

Hi,

I need to load the job details like source stage and target stage names,Row count etc to a text file.Can any one help me to create a job for this?

Thanks and Regards
" Dream like you will live forever, live like you will die today."
priyadarshikunal
Premium Member
Premium Member
Posts: 1735
Joined: Thu Mar 01, 2007 5:44 am
Location: Troy, MI

Post by priyadarshikunal »

Just download ETLStats from Kim Duke's website and modify it as per your needs. No need to reinvent the wheels.
Priyadarshi Kunal

Genius may have its limitations, but stupidity is not thus handicapped. :wink:
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

You will need to use calls to DSGetJobInfo(), DSGetStageInfo() and DSGetLinkInfo() to get this information. Are you sure that you want to program this yourself or can use existing code such as that from Kim Duke?
Post Reply