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??

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between perform … with test after and perform … with test before?

1499


What the difference is between continue and next sentence?

1221


How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?

1234


What are the different data types in cobol?

1515


What is a SSRANGE and NOSSRANGE?

1533


What happens when we move a comp-3 field to an edited (say z (9). Zz-)?

1483


In which area will you utilize 88 level items in cobol?

1211


how to move the records from file to array table. give with code example

2730


What are the cobol coding sheets?

1364


Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc

1310


Write a program that uses move corresponding.

1208


Mention the guidelines to write a structured cobol program?

1143


How did the release of cobol/370 version 1.3 improve the performance of release 1.1?

1131


what happens if parmparameter passes zero bytes to the program

2185


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

1212