IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

how can I ftp a load module between different mainframe envi


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
liying

New User


Joined: 27 May 2010
Posts: 47
Location: da lian.china

PostPosted: Thu May 27, 2010 8:13 am
Reply with quote

how can I ftp a load module between different mainframe environment.
I have used the following job to FTP, it seems that it is not work.

Code:

//STEP010 EXEC PGM=FTP,PARM='nnn.nn.n.nnn  (TI 20 EXIT TRACE'         
//SYSPRINT DD  SYSOUT=*                                             
//OUTPUT   DD  SYSOUT=*                                             
//INPUT    DD  *                                                     
USERID PASSWORD                                                     
BINARY                                                               
MODE S                                                               
PUT 'EV615B.TEST.LMOD(JPD0VVC)' 'EV615BA.TEST.LMOD(JPD0VVC)'         
QUIT                                                                 
/*


I remember it should be BINARY to ftp a load module,but it the mode should be only S(Stream), but it is doesn't work, would you pls tell me what can't I use this job to ftp LOAD MODULE successfully?Thanks a lot
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Thu May 27, 2010 8:47 am
Reply with quote

Hello and welcome to the forum,

The forum SEARCH (above) is your friend and can often save you some time. . .

Suggest you look here:
ibmmainframes.com/viewtopic.php?t=37452&highlight=ftp+load+module
Back to top
View user's profile Send private message
liying

New User


Joined: 27 May 2010
Posts: 47
Location: da lian.china

PostPosted: Thu May 27, 2010 9:13 am
Reply with quote

dick scherrer wrote:
Hello and welcome to the forum,

The forum SEARCH (above) is your friend and can often save you some time. . .

Suggest you look here:
ibmmainframes.com/viewtopic.php?t=37452&highlight=ftp+load+module


Thank you so much. It have solves my problem. icon_biggrin.gif
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Thu May 27, 2010 9:21 am
Reply with quote

You're welcome - thank you for letting us know it is working icon_smile.gif

d
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> JCL & VSAM

 


Similar Topics
Topic Forum Replies
No new posts FTP VB File from Mainframe retaining ... JCL & VSAM 8
No new posts Load new table with Old unload - DB2 DB2 6
No new posts Mainframe openings in Techmahnidra fo... Mainframe Jobs 0
No new posts How to load to DB2 with column level ... DB2 6
No new posts REASON 00D70014 in load utility DB2 6
Search our Forums:

Back to Top