I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH).
I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH).
In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.
No Answer is Posted For this Question
Be the First to Post Answer
what are the steps to sort in a cobol program?
Explain how you can characterize tables in cobol?
Have you code any new programs in COBOL ? What is the functionality of the programs?
hw to create 3 dimensional array & hw to access it?
What is the mode in which you will OPEN a file for writing?
What is the difference between performing a SECTION and a PARAGRAPH?
What is perform what is varying?
What is the difference between a binary search and a sequential search?
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
how can we fetch 3 records in cobol pgm any coding pls ?
I have 100 records in a file.. i want to sort the records from 5 to 5o... give the syntax...
I have put two write operations in a single para for two different conditions.Will that lead to an abend or run successfully and write two records?