Batch jobs

A forum for discussing DataStage<sup>®</sup> basics. If you're not sure where your question goes, start here.

Moderators: chulett, rschirm, roy

Post Reply
venkates.dw
Participant
Posts: 67
Joined: Mon Dec 22, 2008 4:07 am

Batch jobs

Post by venkates.dw »

I have created a batch job with four jobs. when i am running the i want to kill the third job.. how to find the each job process id in batch job..

Give me the reply..

Thanks in Advance....
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Why not just go to the third job in the Director and press the "stop" button?
-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 Craig said, except for the "why not" part.

NEVER kill DataStage processes.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
venkates.dw
Participant
Posts: 67
Joined: Mon Dec 22, 2008 4:07 am

Post by venkates.dw »

i want to find each job process id , those are running in batch job..
v2kmadhav
Premium Member
Premium Member
Posts: 78
Joined: Fri May 26, 2006 7:31 am
Location: London

Post by v2kmadhav »

venkatesh

see if this link helps...viewtopic.php?t=125768

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

Post by ray.wurlod »

venkates.dw wrote:i want to find each job process id , those are running in batch job..
Why? You'll just go and kill them.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
venkates.dw
Participant
Posts: 67
Joined: Mon Dec 22, 2008 4:07 am

Post by venkates.dw »

Hi, i want to see each job process id's, which are the jobs running in Batch job.. Please give me reply

Thank you,
rajendharreddy
Participant
Posts: 46
Joined: Tue Aug 21, 2007 5:39 am
Location: Bangalore, India

Post by rajendharreddy »

One option is go to 'task manager' --> process --> cmd.exe

Kill the processess which are running with cmd.exe. Continue this till whole job is stopped.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

NEVER kill DataStage processes.

Which part of that was unclear?
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