How to find table name in group of jobs in Datastage

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
nraj
Participant
Posts: 15
Joined: Tue Feb 22, 2005 9:22 am

How to find table name in group of jobs in Datastage

Post by nraj »

Hi

please let us know any commond or search mode to find job name and table name in group of jobs in Datastage



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

Post by ArndW »

Just as with any lookup, you will need to tell us what you are using as the key for your lookup, what criteria. You can use the DataStage command line and a SELECT clause on the DS_JOBS file but the statement depends upon what you want. For instance, you could do a "SELECT DS_JOBS WHERE CATEGORY = '\One\Two'" to show all jobs in that category.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Search the forum - you will find a query against DS_JOBOBJECTS and references to at least two (free) third-party utilities. None of them work if your table names are job parameter references.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply