MVSFORUMS.com Forum Index MVSFORUMS.com
A Community of and for MVS Professionals
 
 FAQFAQ   SearchSearch   Quick Manuals   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

LIST OF JOBS IN SPOOL

 
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> TSO and ISPF
View previous topic :: View next topic  
Author Message
PAVAN
Beginner


Joined: 08 Oct 2004
Posts: 3
Topics: 1

PostPosted: Fri Oct 08, 2004 11:26 pm    Post subject: LIST OF JOBS IN SPOOL Reply with quote

Hi,

I need to list out all the jobs in spool under a set of userids. I was able to do this to listout the jobs under my ID, but i couldnt do the same for others userid. Can anyone help me to do this?
Code:

Code i used:
//U111111C JOB 'COMPILE',CLASS=A,MSGCLASS=X,
//             NOTIFY=&SYSUID               
//STEP1 EXEC PGM=ISFAFD                     
//ISFOUT  DD SYSOUT=*                       
//ISFIN   DD *                               
OWNER U*                                     
ST                                           
/*         

Thanks,
Pavan.
Back to top
View user's profile Send private message
kolusu
Site Admin
Site Admin


Joined: 26 Nov 2002
Posts: 12372
Topics: 75
Location: San Jose

PostPosted: Sat Oct 09, 2004 5:51 am    Post subject: Reply with quote

pavan,

Please search before posting. check this link

http://www.mvsforums.com/helpboards/viewtopic.php?t=2644&highlight=jobs

Hope this helps...

Cheers

Kolusu
_________________
Kolusu
www.linkedin.com/in/kolusu
Back to top
View user's profile Send private message Send e-mail Visit poster's website
PAVAN
Beginner


Joined: 08 Oct 2004
Posts: 3
Topics: 1

PostPosted: Sat Oct 09, 2004 6:21 am    Post subject: Reply with quote

Hi Kolusu,

I looked at the solutions provided in the link you had specified. The FTP option works fine, but i do not want to download things to my PC. I would like to keep the info in MF itself.

The other option discussed in that link was to copy 1 particular joboutput which is not my interest.

The requirement is to list out all the jobs (just JOBNAME & JOBID) that are under a set of userIDs. Is it feasible?

Thanks,
Pavan.
Back to top
View user's profile Send private message
kolusu
Site Admin
Site Admin


Joined: 26 Nov 2002
Posts: 12372
Topics: 75
Location: San Jose

PostPosted: Sat Oct 09, 2004 7:50 am    Post subject: Reply with quote

pavan,

You CANNOT list our all the jobs under other users id unless you have authorization. If your shop is RACF protected then you cannot really copy the job listings of other users.

Kolusu
_________________
Kolusu
www.linkedin.com/in/kolusu
Back to top
View user's profile Send private message Send e-mail Visit poster's website
PAVAN
Beginner


Joined: 08 Oct 2004
Posts: 3
Topics: 1

PostPosted: Mon Oct 11, 2004 4:52 am    Post subject: Reply with quote

Hi Kolusu,

I'm able to view the jobs submitted from other userids in ISPF. cannt i do the same using rexx?

Thanks,
Pavan.
Back to top
View user's profile Send private message
shiv_swami
Beginner


Joined: 29 Nov 2003
Posts: 68
Topics: 14

PostPosted: Thu Oct 14, 2004 10:06 am    Post subject: problem viewing the jobs from other systems in SDSF batch Reply with quote

Hi ,

At my installtation, when I do sysname * in SPOOl it works and displays me all the jobs running irrespective of system (We have SYS1 & SYS7). But when I try to do it thru batch it shows only the jobs on the system I submit the job. ie.SYS1.
I do have security acess to display all the jobs in spool.
Code:

//ISFIN    DD *                       
  PRE *                               
  OWNER G1*                           
  SYSNAME SYS*                       
  DA                                 
  PRINT ODSN '&HLQ..SDSF.PRINT'       
  PRINT                               
  PRINT CLOSE                         
  END                                 
  EXIT                               
/*

_________________
Regards,
Shivprakash
Back to top
View user's profile Send private message Yahoo Messenger
nevilh
Beginner


Joined: 11 Aug 2004
Posts: 115
Topics: 0

PostPosted: Thu Oct 14, 2004 10:26 am    Post subject: Reply with quote

Hi Shivprakash; Are you sure that you used the DA command as it used to be that the DA command obtained the information from RMF and I am not sure that RMF would have information concerning what is running on the other system(s). However if you used the ST command that obtains the information from JES and should give you the information if you are authorized.
Back to top
View user's profile Send private message
shiv_swami
Beginner


Joined: 29 Nov 2003
Posts: 68
Topics: 14

PostPosted: Fri Oct 15, 2004 8:48 am    Post subject: SYSNAME SYS* not working in Spool DA in batch Reply with quote

Hi,

I just checked it out.I go to spool and hit commands DA to get the details for the current active jobs.
Then I go and do below

Code:

                   System Name                   
                                                 
Type a system name or leave blank for the system
you are logged on to.                           
                                                 
SYS*      (string, may include * and %)         
                                                 
                                                 
F1=Help  F12=Cancel                             

I can see the jobs from both SYS1 and SYS7
_________________
Regards,
Shivprakash
Back to top
View user's profile Send private message Yahoo Messenger
nevilh
Beginner


Joined: 11 Aug 2004
Posts: 115
Topics: 0

PostPosted: Fri Oct 15, 2004 9:39 am    Post subject: Reply with quote

Hi; Thanks when I start RMF on all systems I to can see the information from all systems. The probable reason why you cannot see the same information in batch as you see online is most installations assign batch users to a differnmt groupID within sdsf . If you issue the "who" command online and in batch you will probably see the differnce in the grpindex and grpname parameters.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> TSO and ISPF All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


MVSFORUMS
Powered by phpBB © 2001, 2005 phpBB Group