IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

How can we find the other persons' job status


IBM Mainframe Forums -> TSO/ISPF
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
ganga

New User


Joined: 16 Mar 2005
Posts: 7

PostPosted: Thu Mar 31, 2005 2:43 pm
Reply with quote

how can we find the other prsons job status,by using tso options
Back to top
View user's profile Send private message
learnmf

Active User


Joined: 14 Mar 2005
Posts: 123

PostPosted: Thu Mar 31, 2005 7:48 pm
Reply with quote

Quote:
how can we find the other prsons job status,by using tso options

Using Show command
Back to top
View user's profile Send private message
superk

Global Moderator


Joined: 26 Apr 2004
Posts: 4652
Location: Raleigh, NC, USA

PostPosted: Thu Mar 31, 2005 8:46 pm
Reply with quote

I would use a TSO STATUS command, as in:
Code:

TSO STATUS OTHERID

IKJ56211I JOB OTHERID(TSU12345) EXECUTING


as documented here:

publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/IKJ4C550/1.45?DT=20040721160158

By the way, learnmf, my system says that there is no such TSO command as SHOW. Is that a custom command at your site?
Back to top
View user's profile Send private message
notonly4u

New User


Joined: 26 Apr 2005
Posts: 87
Location: Hyderabad

PostPosted: Tue Apr 26, 2005 7:12 pm
Reply with quote

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
View user's profile Send private message
superk

Global Moderator


Joined: 26 Apr 2004
Posts: 4652
Location: Raleigh, NC, USA

PostPosted: Tue Apr 26, 2005 9:11 pm
Reply with quote

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
View user's profile Send private message
somasundaran_k

Active User


Joined: 03 Jun 2003
Posts: 134

PostPosted: Tue Apr 26, 2005 9:43 pm
Reply with quote

Superk
notonly4u must be metioned about checking in the spool(SDSF).

Regds
-Som
Back to top
View user's profile Send private message
brain_s390

New User


Joined: 06 May 2005
Posts: 58
Location: Mumbai

PostPosted: Fri May 06, 2005 1:15 am
Reply with quote

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
View user's profile Send private message
ankyhunk

Moderator


Joined: 05 May 2005
Posts: 98
Location: Navi Mumbai, India

PostPosted: Fri May 06, 2005 1:03 pm
Reply with quote

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
View user's profile Send private message
kanak

Moderator


Joined: 12 Mar 2005
Posts: 252
Location: India

PostPosted: Fri May 06, 2005 2:23 pm
Reply with quote

u can try this
pre <jobname>, then after that just issue command "owner"...
correct me if i m wrong..
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> TSO/ISPF

 


Similar Topics
Topic Forum Replies
No new posts Job completes in JES, but the status ... IBM Tools 1
No new posts To find whether record count are true... DFSORT/ICETOOL 6
No new posts Find the size of a PS file before rea... COBOL Programming 13
No new posts File Status 04 COBOL Programming 3
No new posts Find the occurrence of Key Field (Par... DFSORT/ICETOOL 6
Search our Forums:

Back to Top