how to find out the jobs not in complied state using SQL

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
vij
Participant
Posts: 131
Joined: Fri Nov 17, 2006 12:43 am

how to find out the jobs not in complied state using SQL

Post by vij »

hi,

I would like to know what is the command I can use to "select/find" the jobs which are not in complied state inside a category, using the SQL command, I mean from the Datastage adminstrator.

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

Post by ray.wurlod »

The status of each job is recorded in a separate table.

Therefore, at the innermost level, you need a separate query for each job.

Wrap that how you will, the bottom line is one query per job.
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