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 are the pertinent COBOL commands?
COMP-3 field occupy ?
can we use COPY statement in w-s section? how?
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
what are the limitations of Inline Perform?
What is the difference between working storage copybook and linkage section copybook?
What is the difference between SEARCH and SEARCH ALL? What is more efficient?
01 a pic s9(5) value -12345, if we disply a , the sign will overpunched with last digit but i need to get the miuns sign in the result?
COMP field occupy ?
01 a pic s9(5) occupies how many bytes ?
what happens if we wont give timestamp in precompilation process ?
What is the difference between write & move in COBOL?