How to find the table used by datastage jobs.

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
Saama
Premium Member
Premium Member
Posts: 83
Joined: Wed Nov 22, 2006 6:42 pm
Location: Pune
Contact:

How to find the table used by datastage jobs.

Post by Saama »

Hi,

Is there any way to find the table used in datastage jobs (ie) I want to find the dependent analysis.

One of the way is usage analysis, by which dependency analysis can be found.
Another way is by generating report using designer.
Is there any other way to find the dependency analysis .

cheers;
Saama
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Yes, there are queries you can run in the Administrator or at a TCL prompt against the DS_JOBS and DS_JOBOBJECTS repository tables. They've been posted here many times, a search for those table names should turn them up. Mostly from our resident guru Mr Kim Duke.

Also, Chuck Smith has a job to parse the information out of a .dsx extract and put it in a database table which I find to come in quite often. Check (from memory) http://www.anotheritco.com - one of his free tools available there for download.
-craig

"You can never have too many knives" -- Logan Nine Fingers
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

What's the problem with Usage Analysis? That's what it's there to do.

Have you not taken appropriate pains with your metadata management?
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
kduke
Charter Member
Charter Member
Posts: 5227
Joined: Thu May 29, 2003 9:47 am
Location: Dallas, TX
Contact:

Post by kduke »

Mamu Kim
Post Reply