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 report-item?
How can you pass values from COBOL program to non-COBOL programs?
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
1 Answers TryTechnicals Pvt Ltd,
Explain what you understand by passing by value.
Consider the following COBOL entries 05 X PIC 99 VALUE 10. ADD 40 X TO X. COMPUTE X = 3 * X - 40. The result in X is
How do u write test cases?
hi is there any means of deletin a record from a ps usin cobol not using jcl?eg if i am reading a record and if some condition is matched tat particular record must be deletd fom the ps
what is linkcard in cobol?
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
wirte a pgm in using files in which we hav 10 ,20,30 40...100 records in inputfile and i want them to be send to outputfile in reverse order. PLZ HELP ME OUT .........THIS IS A RECENT QUESTION IN IGATE..
How to remove 2 duplicate records and copy only one using job control language?