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

01 b pic +9(4) How many bytes it will take for storage???

2 Answers  


How do you define a table/array in COBOL?

5 Answers   Hexaware,


which certifications r 4 cobol,jcl,db2,cics what is format of xam n what is importance of these certifications... plz post answer only if u r sure... thanks

1 Answers  


What guidelines should be followed to write a structured cobol prgm?

0 Answers  


What R 2 of the common forms of the EVALUATE STATEMENT ?

1 Answers   Cap Gemini,






hai friends ,i have HSBc exam on this sunday,my platform is Mainframe,i have 1 year exp,pls any one send me placement papers of Hsbc and technical questions on mainframe

6 Answers   Citi Bank, CitiGroup, HSBC, iNautix, Wipro,


We have 3 programms A,B,C.In the middle of the program A the controls goes to program B and in the middle of the program B control wants to go program C,after completion of program C again control comes to program B and again after completion of program B control comes to program A.How the process will takes and what are the controls we use for that process.If it is possible anybody of you explain with example?

5 Answers   IBM,


What are the functions like c or c++ in cobol?

2 Answers  


what is index and how to use two tables using index?

1 Answers  


Why occurs can not be used in 01 level ?

2 Answers   TCS,


I have two questions here. 1. How to read a flat file in reverse order? 2. How to read a VSAM KSDS file in reverse order? In both the cases we donot know the total number of records.

2 Answers   L&T,


Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?

0 Answers  


Categories