Jobs aborted within a category

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
poornima.chandramouli
Participant
Posts: 42
Joined: Wed Dec 26, 2007 1:58 am
Location: India

Jobs aborted within a category

Post by poornima.chandramouli »

I've some 800 jobs within a category.

I want to capture the jobnames of the jobs which was aborted within this category in a file.

I know dsjobinfo will help,but how to tweek the jobinfo to get the joblist which was aborted in a particular category.

Thanks in advance.
Regards
mail2hfz
Premium Member
Premium Member
Posts: 92
Joined: Thu Nov 16, 2006 8:51 am

Post by mail2hfz »

Write a script to achieve this. First get the list of all the jobs in the category (search the forum if you have any question on this). Scan all this jobs using dsjob -jobinfo or -report options and look for aborted status.

if you are using dsjob -jobinfo then look for RUN FAILED key word,
for dsjob -report look for Aborted. This will give you list of all the aborted jobs.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Don't bother. Director can do this for you and produce your report.
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