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 18016how do you move only numeric data from A to B 01 A pic x(10) value 'a1b2c34d5e'. 01 B pic x(5).
2 7584There 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 799901 text-data pic x(100). move 'xyzdbfrjjg u' to text-data. how to find the value of last index of text-data?
3 8091i 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 15008Post New Mind Tree COBOL Interview Questions
what are procedure we need to do at the time ACTO VISIT FOR AUDIT OF VAT .
The present state of recession in the IT Industry – as a Human Resource Manager how are you going to undertake Human Resource Planning to Macro level to tide over the crisis
What are the benefits of Interceptors in Struts2?
How to implement you own package in laravel?
What does web application mean?
What is mongodb and why we use?
Explain the use of sublass in a java program?
I am going to face an interview in Ericssion tomorrow for implementation Manager.I need some idea on interview question
Why r-c filters are suitable only for light loads?
How do you analyze that which company is right or wrong for u?
Do you have exposure to Quartile management ? E.g. How will you manage an advisor who is on the bottom quartile for 3 months consecutively ?
I have to give weights to 5 stones so that using a simple balance and the stone i should be able to weight any number between 1-100
How do I create a scenario summary report in excel 2016?
Have the proteins of a family generally acquired distinctive properties within each of these three kingdoms for ancient families that arose before bacteria, archaea and eukaryotes diverged?
What is 'control html dom programmatically' in angularjs?