Answer Posted / ajay ahuja
Through FTP (File Transfer Protocol) !!!!!
Also Manually we can do this ==>
1. On menu options use "Transfer" option (Host File
Transfer).
2. Use host system TSO (click radio Button).
3. Specify Host file name and member (if want to store in
PDS member). Remember, file name ur specifying must be
existing one and of same record length as of PC file. say
ABC.XYZ.FILE
4. At Browser "specify the path of file to be copied from
PC to Mainframe. then Apply and OK.
5. Go to ISPF Screen, option =6.
6. again go to option "Transfer", underneath "Send". The
PC file will be copied to Mainframe file (ABC.XYZ.FILE).
Similarly if one want to Transfer from Mainframe to PC,
same process can be followed Except use "Receive" in point
6.
Note: Manually transfer will be used for small files only
coz its time consuming.
I hope this will help u all.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
what is difference between cobol and cobol/400
State the various causes of s0c1, s0c5 and s0c7.
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
What do you understand by psb and acb?
What is an in line perform? When would you use it? Anything else you wish to say about it.
What is a scope terminator give example?
What is report-item in COBOL?
What is the utilization of copybook in cobol?
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.
Which is not true about evaluate statement
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
What is the default value(s) for an initialize and what keyword allows for an override of the default?
How to remove 2 duplicate records and copy only one using job control language?