I have two sequential files, FILE-1 and FILE-2.
FILE-1 contains 2 columns(A,B) and FILE-2 contains 3 columns
(C,D,E).I want an output file, FILE-3 which has all five
columns with duplicates eliminated from column A.

Answer Posted / sandeep

merge the colums.

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the different rules of SORT operation?

689


Is it possible that the redefines clause has different picture clauses compared to the one it redefined?

670


What is an in line perform? When would you use it? Anything else you wish to say about it.

641


System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..

1586


If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly

2656






Explain how you can characterize tables in cobol?

636


What is perform what is varying?

701


what is the difference between COBOL2 AND COBOL390?

2445


how do you reference the fixed unblock file formats from cobol programs

702


Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.

2050


What is link edit in cobol?

738


Write the code implementing the perform … varying.

639


What are the different types of condition in cobol and write their forms.

654


Our issue is there seems to be a disconnect, or no link, between our SELECT statement and our SD. We had SELECT SORT-FILE and SELECT SORT-FILE ASSIGN TO SORTWRK. ASSIGN TO SORTWRK1 SORTWRK2 SORTWRK3 SORTWRK4. with SD SORT_FILE RECORD CONTAINS 7833 CHARACTERS. In either case, at run time, the system ignored our SORTWRK# DD statements and allocated 16 sort works with the SORTWK## naming convention. Any ideas why the system does not recognize the connection? We do not even need the SORTWRK DD statements. Thanks

2327


Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?

622