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
Program A (Normal COBBAT) calling a B Program (DB2COBOL, COBBATDB which is using a VSAM file. its a dynamic call. How we will handle VSAM file decleration in our from JCL from where we are running A PGM. And should we have PLAN for A pGM also. if possible can some one post a sample JCL. Thanks for help in advance.
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
Can a Search can be done on a table with or without Index?
i made it to stage 3 of an interview process wednessday they will quiz my knowledge again face to face for an analyst role recruiter said it will be based on Business requirements system is cobol and good ideas what they might ask etc
Write some characteristics of cobol as means of business language.
What are the different data types in cobol?
How do you reference the following file formats from cobol programs?
What rules are followed by the search verb.
How to use the same COBOL program in Batch and CICS on lines? explain with an example
What are the rules of the move verb?
What are the access modes of START statement?
what is the use of outrecord?
What is the difference between a binary search and a sequential search what are the pertinent cobol?
Write the code implementing the perform … varying.