Job status

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
umamahesh
Participant
Posts: 3
Joined: Fri Jul 13, 2007 12:38 am

Job status

Post by umamahesh »

Hi

Currently i was developed a sequence. One of my requirement is to put a message on VB screen telling jobstatus with date and time. For that we put message in one of the Oracle table. Every time we update the record for telling the job status when ever jobstatus is changed.

Pl help me in this issue how to pass the job status to a table.


Thanks and Regards
Umamahesh
ray.wurlod
Participant
Posts: 54595
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Welcome aboard.

There is not enough information in your specification. For example how are you starting the job, and how are you detecting that its status changes? In particular, how do you detect a status of starting then the transition from that to running?
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 »

There is no way to trigger an event to know when a job has finished. You have to write something in the sequence or a separate job to get row counts and load them into a table.

I give away a set of jobs called EtlStats which load row counts and job stats into a table. My examples load them at the end of a sequence. These jobs are on my tips page below my signature. You may need to modify these jobs to get the row counts after every job.

You could also you dsjob on the client to get this info.
Mamu Kim
Post Reply