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 

How to submit a Job thru Web

 
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Job Control Language(JCL)
View previous topic :: View next topic  
Author Message
moyeenkhan
Beginner


Joined: 04 Dec 2002
Posts: 64
Topics: 21

PostPosted: Thu Jul 03, 2003 2:11 pm    Post subject: How to submit a Job thru Web Reply with quote

Hi List
I want to submit a TSO job thru web -- either thru Java or Html. Does anybody know how to submit?
Back to top
View user's profile Send private message Send e-mail
Cogito-Ergo-Sum
Advanced


Joined: 15 Dec 2002
Posts: 637
Topics: 43
Location: Bengaluru, INDIA

PostPosted: Thu Jul 03, 2003 10:50 pm    Post subject: Reply with quote

Moyeen,
You have to execute the FTP commands as follows. How you get to do that, is what I do not know.

Code:

ftp ipaddress
userd
password
quote site filetype=jes
put 'your file having JCL'
quit

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


Joined: 19 Dec 2002
Posts: 78
Topics: 6
Location: Trivandrum, India

PostPosted: Fri Jul 04, 2003 10:26 pm    Post subject: Reply with quote

Or you need some "complex" mechanism which involves something like MQ. The java program will be able to write into the queue and you have to set up a job in Mainframe side which will constantly look at the queue for any new message (or a job that will get triggered when a new message comes into the queue). But I have to say, it is going to be a little difficult to implement!

Regards,
Hari.
Back to top
View user's profile Send private message Send e-mail
moyeenkhan
Beginner


Joined: 04 Dec 2002
Posts: 64
Topics: 21

PostPosted: Mon Jul 07, 2003 8:17 am    Post subject: Reply with quote

Hi Cogito-Ergo-Sum
Thanks for the solution. I could submit a job through FTP.
Back to top
View user's profile Send private message Send e-mail
kolusu
Site Admin
Site Admin


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

PostPosted: Thu Dec 22, 2005 9:45 am    Post subject: Reply with quote

Moyeenkhan,

Check this article written by Cogito-Ergo-Sum aka Nagesh to Submit batch jobs from Java on z/OS

http://www-128.ibm.com/developerworks/eserver/library/es-batch-zos.html

Kolusu
_________________
Kolusu
www.linkedin.com/in/kolusu
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Job Control Language(JCL) 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