2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
I have program P1 which calls file F1 which has 100 records and following structure 001 .................. 002 .................. 003 .................. 098 .................... 099 ................... 100 .................... Now I want to read these files and write these records in file F2 in following manner. 001 ...... 051 ..... 002 ...... 052 ..... 003 ...... 053 ..... .......... ....... .......... ....... .......... ....... 048 ........ 098 ...... 049 .......... 099 ....... 050 .... 100 ......
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
What guidelines should be followed to write a structured cobol prgm?
which one is better among static call and dynamic call?
when iam reading a flat file which has 100 records through cobol program when iam reading 50th records it gets abends .. so when i run the program again it should read from 50th record .where it got abened ? how it is possible
01 a pic 9(6) value is 123456 01 b pic 9(3) move a to b wht will be the value ?
what is scope terminator
how do you move only numeric data from A to B 01 A pic x(10) value 'a1b2c34d5e'. 01 B pic x(5).
What type of Call you would use if you don;t want the control back to the calling program?
What is the maximum length of a field you can define using COMP-3?
4 Answers Complex System, Infosys,