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

TCP/IP FTP to transfer , use EBCDIC? ASCII? BIN?


IBM Mainframe Forums -> All Other Mainframe Topics
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
chaoj

Active User


Joined: 03 Jun 2010
Posts: 103
Location: Dalian

PostPosted: Mon Jan 09, 2012 12:29 pm
Reply with quote

When I use TCP/IP FTP to transfer PL/I LMOD between mainframes
I tried EBCDIC ,ASCII and BIN, but all failed , because the hex word was changed , What I should use ?
Back to top
View user's profile Send private message
PeterHolland

Global Moderator


Joined: 27 Oct 2009
Posts: 2481
Location: Netherlands, Amstelveen

PostPosted: Mon Jan 09, 2012 12:41 pm
Reply with quote

XMIT ?
Back to top
View user's profile Send private message
chaoj

Active User


Joined: 03 Jun 2010
Posts: 103
Location: Dalian

PostPosted: Mon Jan 09, 2012 12:45 pm
Reply with quote

PeterHolland wrote:
XMIT ?


I want to use JCL to cal PGM=FTP to transfer the LMOD, is there a way ?
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Mon Jan 09, 2012 12:54 pm
Reply with quote

YES!
if You do not like yes/no answers do not ask yes/no questions

what happened when You googled with ftp load modules
because You did it, didn' t You ? icon_cool.gif

it is strange that You did not find anything
the first link returned would link to an IBM manual' s url with the title
Load module transfer with FTP
Back to top
View user's profile Send private message
chaoj

Active User


Joined: 03 Jun 2010
Posts: 103
Location: Dalian

PostPosted: Tue Jan 10, 2012 8:57 am
Reply with quote

enrico-sorichetti wrote:
YES!
if You do not like yes/no answers do not ask yes/no questions

what happened when You googled with ftp load modules
because You did it, didn' t You ? icon_cool.gif

it is strange that You did not find anything
the first link returned would link to an IBM manual' s url with the title
Load module transfer with FTP


Thank you , I have read the reference and use the code below get LMOD successfully
Code:

LMKDIR 'EV6946.PK80I.DEVLIB1.LMOD' (LIKE 'EV6946.PK80I.DEVLIB1.LMOD'
CD 'EV6946.PK80I.DEVLIB1.LMOD'                                     
LCD 'EV6946.PK80I.DEVLIB1.LMOD'                                     
MGET *             
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: Tue Jan 10, 2012 11:11 am
Reply with quote

Good to hear it is working - thank you for lettig us know 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 -> All Other Mainframe Topics

 


Similar Topics
Topic Forum Replies
No new posts MFT File transfer problems All Other Mainframe Topics 5
No new posts Converting ASCII values to COMP-3 (ZD... JCL & VSAM 2
No new posts EBCDIC and ASCII CICS 7
No new posts Transfer TB of data from Mainframe to... All Other Mainframe Topics 2
No new posts File transfer from host with filler f... TSO/ISPF 15
Search our Forums:

Back to Top