Page 1 of 1
ISPF question
Posted: Wed Sep 20, 2006 11:24 am
by bnirmalraj
how to see all the users who are on alive by seeing the spool?
Posted: Tue Sep 26, 2006 10:50 am
by Kalicharan
Go to SD ST
And then type OWNER *
By this you can se all the USERS who are active along with jobs that are in execution in your system
Thanks
Kalicharan.
Posted: Mon Oct 16, 2006 5:14 pm
by ovreddy
Hi Bhimalraj,
Also remember to remove filter for job names (if any) as follows...
> Goto SPOOL (SD;ST;)
> Type command as OWNER * (which means list jobs from all the owners)
> Type command PRE * (which means it lists all the jobs)
Thanks,
Reddy
Posted: Wed Nov 22, 2006 8:31 pm
by justaprogrammer
Alongwith SD;ST , SD;DA will also give you what you are looking for.