how to transfer the file from pc to mainframe??
Answers were Sorted based on User's Feedback
Answer / amita
The file from the PC can be transferred to mainframe using
FTP (File transfer protocol)
| Is This Answer Correct ? | 13 Yes | 0 No |
We can use Option 6 in mainframe to transfer a file from
mainframe to PC or PC to mainframe. More over,we can use
FTP via command prompt in PC to trasfer a file to and from
Mainframe.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / rkt
The easiest way to transfer a file from Mainframe to PC and
vice versa is to use ISPF panel number 6. Go to this panel
and click on the Receive file option in menu bar. Provide
the sufficient paths (like host path and pc path). One
prompt will popup to say your file will be transfer and
contents will be saved in notepad.
It could work fine in case If you need any assistence
please let me know.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / srinivasa yadav
IN ISPF PANNEL GO FOR OPTION 6 i.e TRANSFER
BY THIS OPTION 6 WE CAN DO 2 THINGS.
1)WE CAN TRANSFER FROM MAINFRAMES TO PC.
2)AND WE CAN TRANSFER FROM PC TO MAINFRAMES.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / pawan
It can be done through Emulator software(Session)if file is
from your PC(local) or NDM Or FTP ( if File is from remote
or local server)
| Is This Answer Correct ? | 0 Yes | 0 No |
what is label record is standard or omitted in file description of data division?
What are the differences bitween cobol and cobol-2?
What is the reference modification.
I want ALL jcl ERROR cods
What will happen if a variable is declared as below.. Explain with an example? Working storage section:- 01 WS-VARX PIC X(10) VALUE 'ABCDEFGHIJ'. 01 WS-VARN REDEFINES WS-VARX PIC 9(5) VALUE '12345'. What will happen I want Display WS-VARX and WS-VARN?
How to delete the records of a dataset through cobol programme?We should not use jcl utilitities like IDCAMS.
How many bytes S(8) comp field occupy and its maximum value?
What kind of error is trapped by on size error option?
tell me about examine inspect and evaluate ?
how many bytes does s9(15) occupy in comp1 comp2 and comp3 ?
give the examples for strings and unstrings in cobol
What is amode(24)?