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 differences between OS VS COBOL and VS COBOL II?
Why we should use cursor ?
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
how many maximum no of variables can be declared in linkage section ?
How do u find the programs calling the given module, without having doing 3.13 on loadlib/source library?
When is inspect verb is used in cobol?
Give some examples of command terminators?
can we read records in a file from botom to top. if possible how can we read
what is the difference b/w level no.01 & level no.77?
how to transfer the file from pc to mainframe??
If a file has 1000 records.. if i have to replace the first and last characters of the file with another character. how it can be done....
how can you identify wheather the program is using search or search all in the cobol program?