1827445 Members
5598 Online
109965 Solutions
New Discussion

batch jobs

 
SOLVED
Go to solution
Martin Kubes
Occasional Contributor

batch jobs

Hi,
I can see only batch jobs which were submitted under the same username as I am logged on.
( $ show queue/batch )
Can I see all batch jobs running on the system submitted by any user ?
( Open VMS 7.3-2, Alpha platform )
Thanks
4 REPLIES 4
Bojan Nemec
Honored Contributor
Solution

Re: batch jobs

Martin,

You can see all batch jobs with:

$ SHOW QUEUE/BATCH/ALL_JOBS

You must have read access to the job to see it (with enough privileges you see all jobs).

To see all batch processes:

$ SHOW SYSTEM/BATCH

Bojan
Kris Clippeleyr
Honored Contributor

Re: batch jobs

Martin,

Add the /ALL_JOBSto your command, then you can see all jobs you have read (R) access to.

Kris (aka Qkcl)
I'm gonna hit the highway like a battering ram on a silver-black phantom bike...
comarow
Trusted Contributor

Re: batch jobs

Of course to see the jobs of other users you will need oper privilige.


Bob
Martin Kubes
Occasional Contributor

Re: batch jobs

discovered a solution to a problem