how to transfer the file from pc to mainframe??

Answers were Sorted based on User's Feedback



how to transfer the file from pc to mainframe??..

Answer / vasanth

one of the way is
open the dos command promt

To start an FTP interactive session type "ftp" from a DOS
Command window.

C:\> ftp
ftp> open domain.name
then it will be connected to ur server and asks ur user-id
and password enter them

then cser name logged in

ftp>

The following command will copy a file from the local system
to the remote system.

ftp> put d:\simoweb1\filename(adderess of ur file that u
wish 2 send from ur pc to mainframe)

press enter

then it shows the successfull message

The following command will exit the FTP environment (same as
"bye").

ftp> quit

Is This Answer Correct ?    4 Yes 0 No

how to transfer the file from pc to mainframe??..

Answer / raghavendra

1. The File Format in PC should be (*.txt).
2. Use File Transfer Protocal option in mainframe.
3. Do FTP

Is This Answer Correct ?    7 Yes 4 No

how to transfer the file from pc to mainframe??..

Answer / dave

We wrote a REXX program that attaches a .txt file to an
SMTP email and sends it to outlook. Then you simply open it
from your email and save it to your harddrive.

Is This Answer Correct ?    0 Yes 3 No

Post New Answer

More COBOL Interview Questions

How can you declare the file ?

1 Answers   Wipro,


plz,could any one tell me? what about EBCDIC in cobol?briefly?

1 Answers  


A table has two indexes defined. Which one will be used by the SEARCH?

0 Answers  


can any one help -s806

6 Answers  


how can we code index in an array of cobol pgm?

1 Answers   Wipro,






How to find How Many Lines in Sysin DD * Parameter Thru Cobol Coding? If any one knows the Answer Please Reply .....Thanks From Shree

3 Answers   Merrill Lynch,


What is an in-line perform ?

4 Answers   Accenture,


Have you code any new programs in COBOL ? What is the functionality of the programs?

2 Answers   Patni, Xansa,


wht is the diff b/w if and evaluate stmts ?

2 Answers   DELL,


I have a file it contain 10 records.i got abend at 8th record because of soc7.how do you know that perticular record got abend?

3 Answers   IBM,


how to convert vsam table into DB2 table?

1 Answers   IBM, Wipro,


What is the meaning of 'TALLING' verb in cobol?

5 Answers  


Categories