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

Command to See the Jobs Log of a particular user ?


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

New User


Joined: 26 May 2007
Posts: 13
Location: Noida, India

PostPosted: Tue Sep 18, 2007 10:37 am
Reply with quote

Hi Guys,

I need to see the jobs submitted by some other user...........
om my PC

Command ==> (what shoud i type here)


what is the command to do that?

Thanks in Advance.........

icon_smile.gif
Back to top
View user's profile Send private message
murmohk1

Senior Member


Joined: 29 Jun 2006
Posts: 1436
Location: Bangalore,India

PostPosted: Tue Sep 18, 2007 10:48 am
Reply with quote

sandeep,

Quote:
om my PC

PC????????
Back to top
View user's profile Send private message
Devzee

Active Member


Joined: 20 Jan 2007
Posts: 684
Location: Hollywood

PostPosted: Tue Sep 18, 2007 10:50 am
Reply with quote

SDSF or IOF or SAR or what tool?
Back to top
View user's profile Send private message
kgumraj2

New User


Joined: 01 Aug 2007
Posts: 42
Location: Hyderabad

PostPosted: Tue Sep 18, 2007 10:58 am
Reply with quote

Owner <USERID>
Back to top
View user's profile Send private message
sandeep_yadav_in

New User


Joined: 26 May 2007
Posts: 13
Location: Noida, India

PostPosted: Tue Sep 18, 2007 12:49 pm
Reply with quote

Thanks Kiran !!!!!!!!!!!!!!!!!!!!
icon_biggrin.gif
Back to top
View user's profile Send private message
Anuj Dhawan

Superior Member


Joined: 22 Apr 2006
Posts: 6250
Location: Mumbai, India

PostPosted: Tue Sep 18, 2007 12:51 pm
Reply with quote

Hi sandy,

If I ask you --are you satisfied by the anwers given above, your answer, probably, will be no. If so, you need to provide bit more information about what exactly you are looking for?

If understand your query correctly, then try using this command.
Code:
START/S.ST/ PRE 'USER-ID'*

so if USER-ID is PU1234A, your command should look like:
Code:
START/S.ST/ PRE PU1234A*


START / S.ST is to go in spool.
And I think, by PC you mean "Personal Computer". JCL, JOBs are meant for Mainframes' world. You use some kind of 'emulator' to 'emulate' a '3270 terminal' on your PC which in turn connects you with Mainframes. JOB submitted on Mainframe will go in the respective spool of that Mainframe & not on your local 'hard-drive'.

Does above explanation solve your query or you are something else ? If no, please provide some more details as asked earlier.
Back to top
View user's profile Send private message
Anuj Dhawan

Superior Member


Joined: 22 Apr 2006
Posts: 6250
Location: Mumbai, India

PostPosted: Tue Sep 18, 2007 1:00 pm
Reply with quote

Anuj D. wrote:
Does above explanation solve your query or you are something else ?

Please read the above as "Does above explanation solve your query or are you searching something else " icon_redface.gif
Back to top
View user's profile Send private message
Aaru

Senior Member


Joined: 03 Jul 2007
Posts: 1287
Location: Chennai, India

PostPosted: Tue Sep 18, 2007 2:06 pm
Reply with quote

Anuj,

Quote:

so if USER-ID is PU1234A, your command should look like:
Code:
START/S.ST/ PRE PU1234A*


START / S.ST is to go in spool.



The above command will list the jobs with jobname starting with userid. As per your example that command would search for the jobs starting with PU1234A in the spool of the current owner.

Hence to view the jobs of the particular user use

Code:

OWNER <USERID>
PRE <JOBNAME>  or PRE <JOBNAM*>


JOBNAME - Complete JOB Name

Back to top
View user's profile Send private message
agkshirsagar

Active Member


Joined: 27 Feb 2007
Posts: 691
Location: Earth

PostPosted: Tue Sep 18, 2007 2:22 pm
Reply with quote

Agree with Aaru. icon_smile.gif
owner command should do what user asked.

In some sites it is mandatory to submit 'every' job with userid prefix, in that case whatever Anuj posted will work.
Back to top
View user's profile Send private message
sandeep_yadav_in

New User


Joined: 26 May 2007
Posts: 13
Location: Noida, India

PostPosted: Tue Sep 18, 2007 3:25 pm
Reply with quote

Hi Anuj,

What I want to do is ..........

I want to see Jobs submitted by other person.....

what is the command to do that?

for me PC means Personal Communications.........
Back to top
View user's profile Send private message
Anuj Dhawan

Superior Member


Joined: 22 Apr 2006
Posts: 6250
Location: Mumbai, India

PostPosted: Tue Sep 18, 2007 3:36 pm
Reply with quote

Hi,

Usually my JOB names contains 7-charactes from my ID, so while replying.. I answered with that mind frame.

Further, this
sandeep_yadav_in wrote:
I need to see the jobs submitted by some other user...........

made me to think a jobname starting with user ID.

The definitions of OWNER & PREFIX commands are:
Quote:
OWNER owner -- Filter Data by job name
PREFIX jobname--Filter data by jobname


In short, OWNER is better command for the OPs' request.
Quote:
Agree with Aaru
me too.
Back to top
View user's profile Send private message
agkshirsagar

Active Member


Joined: 27 Feb 2007
Posts: 691
Location: Earth

PostPosted: Tue Sep 18, 2007 3:39 pm
Reply with quote

sandeep_yadav_in,
You still have same question? icon_confused.gif
Back to top
View user's profile Send private message
sun_job

New User


Joined: 18 Sep 2007
Posts: 73
Location: Bangalore

PostPosted: Tue Sep 18, 2007 5:20 pm
Reply with quote

You can use the filter option
Back to top
View user's profile Send private message
Anuj Dhawan

Superior Member


Joined: 22 Apr 2006
Posts: 6250
Location: Mumbai, India

PostPosted: Tue Sep 18, 2007 6:51 pm
Reply with quote

sandeep_yadav_in wrote:
I want to see Jobs submitted by other person.....

what is the command to do that?

You can use the below comands, as suggested:
Quote:
OWNER owner -- Filter Data by job name
PREFIX jobname--Filter data by jobname


BTW, below reply from you
Quote:
Thanks Kiran !!!!!!!!!!!!!!!!!!!!

suggests that you got the solution, if you've some new question, please let us know, as asked by Abhijit (you are still asking the same question).

Quote:
for me PC means Personal Communications.........

Thanks for the clarification. icon_smile.gif
Back to top
View user's profile Send private message
expat

Global Moderator


Joined: 14 Mar 2007
Posts: 8797
Location: Welsh Wales

PostPosted: Tue Sep 18, 2007 9:42 pm
Reply with quote

Just wonder why you want to look at what someone else is doing ?

RACF, or another security package if installed, may prevent you from looking at what is not yours.
Back to top
View user's profile Send private message
Anuj Dhawan

Superior Member


Joined: 22 Apr 2006
Posts: 6250
Location: Mumbai, India

PostPosted: Wed Sep 19, 2007 9:15 pm
Reply with quote

expat wrote:
Just wonder why you want to look at what someone else is doing ?

OP wants to know..Who is working more than me today.. icon_wink.gif
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 Finding and researching jobs All Other Mainframe Topics 0
No new posts RACF - Rebuild SETROPTS command which... All Other Mainframe Topics 3
No new posts Routing command Address SDSF to other... TSO/ISPF 2
No new posts DTL - how to define key with stacked ... TSO/ISPF 3
No new posts LTJ command CA Products 4
Search our Forums:

Back to Top