Thursday, 31 December 2015

Mainframes : Submitting a job from windows Command prompt

Hi All,

Here is a simple way to submit a job from command prompt .

1.  Write a job in a text file
2.  Enter FTP  <Mainframes IP address>
3.  Enter username and Password
4.  FTP> ASCII
5.  FTP> quote site filetype=JES
6.  FTP> PUT "Textfilehavingjob"
7.  FTP> QUIT

Done :)..  Your job will get submit,check spool .




Thanks!!

No comments:

Post a Comment