how to transfer the file from pc to mainframe??
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
what are decleratives in cobol?
What should be the sorting order for SEARCH ALL?
wht is the difference between goto and perform stmts
.How to add one input & one Out file in existing cobol program. how approach tell me step by step.
What is EIBCALEN? Why it is used?
What are the pertinent COBOL
what are the paramater we cannot use in procedure?how many instream we can write in single jcl?can we call instream to catalog and ctalog to instream?
Which mode is used to operate the sequential file?
here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?
A s9(4). B v9(4) value 0.21 can i move this?
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
what is meaning by design document? who can repared for this?