View previous topic :: View next topic |
Author |
Message |
Phantom Data Mgmt Moderator

Joined: 07 Jan 2003 Posts: 1056 Topics: 91 Location: The Blue Planet
|
Posted: Wed Jul 28, 2004 10:03 am Post subject: Getting list of Jobs in my Spool - From windows |
|
|
Hi,
some time back I saw a vendor utility which connects to the mainframe server from windows and submits some jobs and also provides a list of jobs that are in my spool.
I searched the forums and found how to submit a job thru' FTP (quote site filetype=Jes).
Could someone let me know how to get a list of all jobs that are in my spool (SDSF) ?
Thanks for the support.
Phantom |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12382 Topics: 75 Location: San Jose
|
Posted: Wed Jul 28, 2004 10:30 am Post subject: |
|
|
Phantom,
Quote: |
Could someone let me know how to get a list of all jobs that are in my spool (SDSF) ?
|
Do you want the output of all the jobs? if that is the case then you can run SDSF in batch and copy the output to a dataset and that dataset can be FTP'd to the PC. Check this topic
http://www.mvsforums.com/helpboards/viewtopic.php?t=332
Hope this helps...
Cheers
Kolusu _________________ Kolusu
www.linkedin.com/in/kolusu |
|
Back to top |
|
 |
Brian Beginner
Joined: 12 Aug 2003 Posts: 95 Topics: 6
|
Posted: Wed Jul 28, 2004 10:52 pm Post subject: |
|
|
Phantom,
I guess you are looking at downloading all the jobs that are there in your spool to your PC. This can be done through FTP itself. Try this out and let me know if it worked.
1. Connect to your mainframe through ftp
2. Once authorized say quote site filetype=jes
3. switch off prompting by saying prom
4. mget * now will get all jobs for which you are the owner.
Cheers
Brian |
|
Back to top |
|
 |
Phantom Data Mgmt Moderator

Joined: 07 Jan 2003 Posts: 1056 Topics: 91 Location: The Blue Planet
|
Posted: Fri Jul 30, 2004 12:38 am Post subject: |
|
|
Kolusu & Brian, thanks a lot for your suggestions. They worked fine.
Regards,
Phantom |
|
Back to top |
|
 |
Phantom Data Mgmt Moderator

Joined: 07 Jan 2003 Posts: 1056 Topics: 91 Location: The Blue Planet
|
Posted: Fri Jul 30, 2004 6:25 am Post subject: |
|
|
Brian,
Can I get the jobs in another users Spool ? (logging on using my ID). I mean after logging on using my ID can I change the owner id (without knowing his password) and get his spool contents ?
Thanks,
Phantom |
|
Back to top |
|
 |
Jeba Beginner

Joined: 02 Dec 2002 Posts: 48 Topics: 9 Location: Columbus, GA
|
Posted: Mon Sep 27, 2004 1:58 pm Post subject: |
|
|
Phantom,
Yes. You can get the other user's spool content by using the following command.
Code: |
quote site jesowner=otherid
|
Also you can specify the jobname using the following command
Code: |
quote site jesjobname=xxxxxxx*
|
_________________ Thanks,
Jeba
(Known is a drop Unknown is an ocean) |
|
Back to top |
|
 |
Phantom Data Mgmt Moderator

Joined: 07 Jan 2003 Posts: 1056 Topics: 91 Location: The Blue Planet
|
Posted: Thu Sep 30, 2004 11:57 pm Post subject: |
|
|
Jeba,
Sorry for not responding sooner.
Thanks for your solution. Unfortunately for me it did not work. It seems that System admins have removed this option in our shop. I get the following error message when I issued the quote site command.
Code: |
ftp> quote site jesowner=TSOABAQ
200-JESINTERFACELEVEL=1. The value of JESOWNER cannot be modified.
200 SITE command was accepted
ftp>
|
Thanks,
Phantom |
|
Back to top |
|
 |
|
|