Log out of a job from administator command line

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
lsnovick
Participant
Posts: 80
Joined: Fri May 25, 2007 7:24 am
Location: Troy

Log out of a job from administator command line

Post by lsnovick »

What is the command after I know what the pid is for a job to log a job out? It does not stop running from stopping it in Designer.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

There's no such thing as the pid. A parallel job will have one conductor process, one section leader process per partition, and N player processes per partition, as specified in the score.

I do hope you were not thinking about killing processes? Search the forum for many experts' opinions on how bad this is.

It's better to design any looping part of a job to periodically check for a flag (a file perhaps) and look after its own shutdown.
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