View previous topic :: View next topic |
Author |
Message |
sakreg Beginner
Joined: 28 Feb 2005 Posts: 80 Topics: 26
|
Posted: Mon Sep 12, 2005 8:41 am Post subject: |
|
|
Phantom,
The JOB is not there in the SPOOL
superk,
My jobcard is something similar to :
//asdfgha JOB (T999),'TEST FTP',CLASS=E,
// MSGLEVEL=(2,0),REGION=2M,NOTIFY=TZ0HCT,MSGCLASS=T,TIME=(0,30)
Anything else I am missing? |
|
Back to top |
|
|
Cogito-Ergo-Sum Advanced
Joined: 15 Dec 2002 Posts: 637 Topics: 43 Location: Bengaluru, INDIA
|
Posted: Mon Sep 12, 2005 9:18 am Post subject: |
|
|
Change the CLASS parameter in your JOB card.
I am supsecting, the CLASS parameter is routing your job to someplace else. In one of the systems I worked, all the output would be routed to RMDS once the job ends. Then, the job could not be seen in spool. So, we used to change the CLASS parameter value while testing so that we can view results. _________________ ALL opinions are welcome.
Debugging tip:
When you have eliminated all which is impossible, then whatever remains, however improbable, must be the truth.
-- Sherlock Holmes. |
|
Back to top |
|
|
kolusu Site Admin
Joined: 26 Nov 2002 Posts: 12376 Topics: 75 Location: San Jose
|
Posted: Mon Sep 12, 2005 9:21 am Post subject: |
|
|
sakreg,
Also change your MSGLEVEL parameter to MSGLEVEL=(1,1) so that it will print everything in the job log
Kolusu _________________ Kolusu
www.linkedin.com/in/kolusu |
|
Back to top |
|
|
sakreg Beginner
Joined: 28 Feb 2005 Posts: 80 Topics: 26
|
Posted: Tue Sep 13, 2005 12:00 am Post subject: |
|
|
I got this working. One thing I was missing is,
Code: | MEMBER name should also be equal to TSO UserId (like ABCDEF12) |
Thank You Everyone |
|
Back to top |
|
|
sakreg Beginner
Joined: 28 Feb 2005 Posts: 80 Topics: 26
|
Posted: Mon Sep 19, 2005 6:24 am Post subject: |
|
|
open xxx.xxx.xxx.xxx
uid
pwd
asc
hash
put something
quote site filetype=jes
get 'something'
quit
Where should I introduce JESPUTGETTO to increase the time limit till I get an output log from the mainframe to the windows ?
I tried
quote site filetype=jes
JESPUTGETTO 800
but getting an invalid command
Any thoughts?!?!?!? |
|
Back to top |
|
|
|
|