what is the use of outrecord?
No Answer is Posted For this Question
Be the First to Post Answer
Difference between cobol and cobol-ii?
How do you sort in a COBOL program? Give sort file definition, sort statement syntax and meaning.
Whats the use of Examine command? can someone help me?
What is an in line PERFORM? When would you use it? Anything else to say about it?
How many sections are there in data division in COBOL?
How much salary you are expecting? If they ask in an interview, what we have to tell?
6 Answers Tech Mahindra, Wipro,
how to submit a jcl by cobol program. clear me with an example.
What are some examples of command terminators?
What guidelines should be followed to write a structured Cobol program?
What is the meaning of 'TALLING' verb in cobol?
what is s013u000 for?
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.