how to transfer the file from pc to mainframe??
Answer Posted / 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 |
Post New Answer View All Answers
What is static and dynamic call in cobol?
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
What is the use of intialize verb?
how do you reference the rrds file formats from cobol programs
What is the Purpose of POINTER Phrase in STRING command in COBOL?
) what is the difference between AID and HANDLE AID?
What is a report item?
I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
how do you reference the printer file formats from cobol programs
What is the difference between binary search and sequential search?
What are the cobol coding sheets?
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning