RE: how to find the process id?explain with steps?
Depending on your environment you may have lots of process id's.From one of the datastage docs:you can try this on any given node: $ ps -ef | grep dsuserwhere dsuser is the account for datastage.If the above (ps command) doesn't make sense you'll need somebackground theory about how processes work in unix (or the mksenvironment when running in windows).Also from the datastage docs (I haven't tried this one yet but it looks interesting):APT_PM_SHOW_PIDS - If this variable is set players will output an informational message uponstartup displaying their process id.Good luck.
RE: how to find the process id?explain with steps?
U can also use Data stage Administrator.Just click on the project and execute command just follow the menu joice to get the job name and PID .then kill the process in the unix but for this u will require the user name of the datastage in which the process is locked