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
hi. This is Ram.i have one doubt.why can't we display comp-3 variables directly? let me answer quickly plez........
What will happen if a variable is declared as below.. Explain with an example? Working storage section:- 01 WS-VARX PIC X(9) VALUE SPACES. 01 WS-VARN REDEFINES WS-VARX PIC 9(9).
What is binary search?
What are declaratives and what are their uses in cobol?
COMP-3 field occupy ?
i declare a Table as OCCURS 2000 TIMES.If the input file has more than 2000 records will the COBOL program fail?
what is filler and what is use of filler
How do u sort the table for Search ALL? Is it only using ASCENDING KEY IS statement in occurs clause? If the data is input in non ascending order, will the ASC KEY IS automatically sort the data? or will it throw compile time error?
in the TIME parameter we r giving hours r minutes
What are ISOLATION LEVELS? Where do we need to specify them in compiling JCL (Exactly which statement and what is syntax for it)?
How do you fetch current date in normal cobol pgm and in cobol-db2 pgm?
what is label record is standard or omitted in file description of data division?