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 18526how do you move only numeric data from A to B 01 A pic x(10) value 'a1b2c34d5e'. 01 B pic x(5).
2 7798There 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 817901 text-data pic x(100). move 'xyzdbfrjjg u' to text-data. how to find the value of last index of text-data?
3 8370i 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 15258Post New Mind Tree COBOL Interview Questions
What is sales order item category determination and what is delivery item category determine?
What do you think this job entails?
What five words would be describe you? : insurance sales
How your skills can be useful to LIC?
What is the purpose of @createifnull annotation annotation?
How you can import data from other sources into access database?
hi can anyone pls tell me the eee interview core questions asked in l&t
What are the 3 parts in indicator diagram?
What is the return type of sosl queries ?
Hi all, Can you please send me the Dimensions and fact tables which are used in mutual fund project. and please send me the brief summary about the project. Please do the needful.
Is sybase open source?
What is zookeeper in hadoop?
what is dalvik virtual machine in android?
What are quasars?
What is the immediate superclass of the applet class?