Page 1 of 1

How to list all the jobs running on the Windows server

Posted: Fri Mar 10, 2017 12:01 am
by vintipa
Hi Experts,

I want to list the list of all the jobs that are running on the Windows 2012 server. I did this on Unix with commands like [ps -ef | grep DSD/phantom] etc ...
How to see this on Window server?

Thanks in advance.

Posted: Fri Mar 10, 2017 5:28 am
by leandrohmvieira
If you want just to see who's running, you can look into operations console, it have a list of jobs running, and you can filter it by project.

I think a DSODB query may also work as well.

Posted: Fri Mar 10, 2017 8:22 am
by PaulVL
Google up "tasklist" command for windows. I suspect that is basically what you are looking for.

you would then grep the output for your DSD.RUN stuff (or equivalent windows version).

I don't run DataStage on windows so I do not have any further details.