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
i need a small 3d program using inline and outline.
What are various search techniques in cobol? Explain.
What is a report item?
Explain how to differentiate call by context by comparing it to other calls?
how do you define single dimensional array and multidimensional array in your cobol?
Describe the cobol database components?
explain sorting techniques in cobol program?
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
What is the difference between Global and External Variables?
input 1 input2 ouput1 output2 output 3 1 re 300 1 re 200 1 re 300 3 rc 500 1 re 200 2 rr 400 1 re 300 2 rr 400 1 rc 400 3 rc 500 1 rc 400 2 rr 700 2 rr 700 5 tt 900 5 tt 900 2 inputs r in flat file and output 1 is matched records,ouptput2 is unmatched of input1,output3 is unmatched of input2! how vl u get the output files using sequential order and to check with each and every records! let me know the procedure division ?
Write a program to explain size error.
What is the difference between Call and a Link?
What is the Purpose of Pointer in the string?
How many bytes S(8) comp field occupy and its maximum value?
What is the LINKAGE SECTION used in COBOL?