Transfer File from PC to Mainframe

How to transfer a file from PC to Mainframe?

Questions by sivachennai   answers by sivachennai

Showing Answers 1 - 6 of 6 Answers

shekina.j

  • Jan 5th, 2009
 

Add the file definition and the access rights of the file in the cobol code.
Include the address of the file in the run JCL code.

  Was this answer useful?  Yes

Simplest way is to use FTP command on command prompt. As shown below
C:> FTP xxx.xx.xx.xx(mainframe ip) & press enter

enter Userid and Password of Mainframe

When you get FTP> prompt type

FTP> PUT and press enter followed by local file name and then mainframe file name in single quotes

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions