Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

What is the linkage section?

4 Answers  


is it mandatory to give data division before procedure division ? wht happens if i give procedure division first thn data division ? reply soon

2 Answers   Patni,


S9(5)V9(2) occupies how many bytes memory ?

6 Answers   Cap Gemini,


I have one column say 'X' defined as VARCHAR Can anyone tell me What are the different ways to update this column thru COBOL-DB2 program?

5 Answers  


How to pass return codes from cobol to jcl?

5 Answers  


I HAVE FOLLOWING DECLARATION. 02. A PIC X(10) VALUE 'XXXXXXXXXX'. 02. B REDEFINES A. 05. C PIC X(3). 05. D PIC X(3). 05. E PIC 9(3). IN MY PROG, I HAVE MOVE 1 TO E. DISPLAY A. WHAT WILL BE DISPLAYED AS A RESULT OF THIS? PLEASE EXPLAIN THE ANSWER. THANKS.

7 Answers   Amdocs,


How to read a 100 record from a file through cobol?

2 Answers  


What is Static,Dynamic linking ?

2 Answers  


what is the difference between start and startbr?

2 Answers  


What is an index for tables?

2 Answers  


what is the basic concept of mainframe? what knowledge is needed for learn this mainframe?

4 Answers   CSE, TCS, Wipro,


can we use COPY statement in w-s section? how?

3 Answers  


Categories