Suppose, file A has 100 records and file B has 500 records. We want to write records common to both A and B into file C and records which are present only in either A or B into another file D. What should be the logic of Cobol program to achieve this?
7 17873how do you move only numeric data from A to B 01 A pic x(10) value 'a1b2c34d5e'. 01 B pic x(5).
2 7541There are two flat files one having 10 records and other having 5 records. write a cobol pgm to find the duplicate records(matching records)from both files.
1 796501 text-data pic x(100). move 'xyzdbfrjjg u' to text-data. how to find the value of last index of text-data?
3 8033i have a file which contains records like 10,30,90,50,20,40,80,60,70 i want to display these records in reverse order like 70,60,80,40,20,50,90,30,10 please give me the cobol code (do not sort the records)
3 14946Post New Mind Tree COBOL Interview Questions
When should I use a custom login module versus a TAI to assert identity information?
Is it ok to add new sessions and subscribers to a queue or topic connection once it has been started? : BEA Weblogic
How do you merge cells on word?
what is your experience with focus groups?
what firewall setting is required to manage client computers such as vista clients and windows 2008 member servers? : Windows server 2008
Explain about compute Grid?
How do you disable a button depending on a checkbox’s state?
Is it possible to change role template? How?
What is use of attribute hierarchy optimized state? : sql server analysis services, ssas
What do you understand by avr?
What is the difference between starting a string with single quote and double quote? What you will use in general instance?
Why do we use void in c#?
What is pv function in excel?
How do I remove the first two digits in excel?
What is " group by " clause?