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
No Answer is Posted For this Question
Be the First to Post Answer
What is diff betn PS and ESDS file? What is the diffrent compiler options in cobol and there discription? What is retrive nth maximum salary from salary DB2 table. Can we redefine COM-3 variable with varchar variable?
What is the mode in which you will OPEN a file for writing?
what is the minimum number of lines a Cobol program should have to successfully compile and run
11 Answers ABC, Societe Generale,
. How do we cast a variable in COBOL
What is the difference between comp and comp-3 usage?
Explain complete concept of table handling in COBOL with an example?
Can 88 level variable be declared in FD section..?
A cobol program to read a file , match it with other if. If match occurs then write it to an output file. If no match then no need to write it.Error log created by program to track any error.
i have mainprogram and subgram...if i compile mainprogram without stop run..what will u get in compilation time?
In the JCL, how do you define the files referred to in a subroutine ?
can we read in input the file with a variable length ? please , how ..could you help me ?
wht do u mean by (*,intrdr) wht is * used for ?