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 is the difference between structured cobol programming and object alternativelyiented cobol?
What is the file organization clause ?
waht is inspect verb? where it can be in real time?
At the minimum, which division of COBOL is enough to be coded?
write a program to eliminate duplicate records in a input file and send them to output file.
I hv ten records in ps file and i hv say some 15 records in vsam file .i hv empno and age in ps file n empno,empname,dept n desig in vsam file. i hv 2 read the ps file n check wid matching empno in vsam file and then insert all fields from ps and vsam into db2 table....plz help in writin the procedure division
how we can reverse the string in the cobol for example satheesh can be reveresed as hseehtas
What are 77 levels used for?
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)?
i need a small 3d program using inline and outline.
which certifications r 4 cobol,jcl,db2,cics what is format of xam n what is importance of these certifications... plz post answer only if u r sure... thanks
If you were passing a table via linkage, which is preferable - a subscript or an index?