View previous topic :: View next topic
|
Author |
Message |
ganga
New User
Joined: 16 Mar 2005 Posts: 7
|
|
|
|
how can we find the other prsons job status,by using tso options |
|
Back to top |
|
|
learnmf
Active User
Joined: 14 Mar 2005 Posts: 123
|
|
|
|
Quote: |
how can we find the other prsons job status,by using tso options |
Using Show command |
|
Back to top |
|
|
superk
Global Moderator
Joined: 26 Apr 2004 Posts: 4652 Location: Raleigh, NC, USA
|
|
Back to top |
|
|
notonly4u
New User
Joined: 26 Apr 2005 Posts: 87 Location: Hyderabad
|
|
|
|
If you know the jobname please try this one in spool:
pre JOBNAME;owner *
If anything wrong please make a note to me.
Regards |
|
Back to top |
|
|
superk
Global Moderator
Joined: 26 Apr 2004 Posts: 4652 Location: Raleigh, NC, USA
|
|
|
|
notonly4u wrote: |
If you know the jobname please try this one in spool:
pre JOBNAME;owner *
If anything wrong please make a note to me.
Regards |
I get a message:
Code: |
11.39.54 TSU12345 IEE305I PRE COMMAND INVALID
|
|
|
Back to top |
|
|
somasundaran_k
Active User
Joined: 03 Jun 2003 Posts: 134
|
|
|
|
Superk
notonly4u must be metioned about checking in the spool(SDSF).
Regds
-Som |
|
Back to top |
|
|
brain_s390
New User
Joined: 06 May 2005 Posts: 58 Location: Mumbai
|
|
|
|
I think what the Som has mentioned is correct.This command works in SDSF panel only.
Here it goes:
#When you are in main panel ,type Q;ST on command line.
Type OWNER userid ;PRE * which will list all the jobs submitted by that user id.
-brain_S390 |
|
Back to top |
|
|
ankyhunk
Moderator
Joined: 05 May 2005 Posts: 98 Location: Navi Mumbai, India
|
|
|
|
You can also find the job status by going to s.st. The type pre 'Jobname*' (jobname & asterik should be together). Jobname is usually related to user-id. You will get a list of jobs starting with the given jobname. |
|
Back to top |
|
|
kanak
Moderator
Joined: 12 Mar 2005 Posts: 252 Location: India
|
|
|
|
u can try this
pre <jobname>, then after that just issue command "owner"...
correct me if i m wrong.. |
|
Back to top |
|
|
|