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
can u plz expain me how to declare dynamic array? what is the meaning of depending on clause in dynamic array?
What is difference between com and com3? Eg. s9(4) so what is the memory it will occupy com and com3.
01 MOVE 10 TO N 05 PERFOM PARA1 TIMES STOP RUN WAT WILL HAPPEN?? WILL IT RUN INFINITELY OR AN ERROR WIL BE THER BECAUSE NO OF TIMES IS NOT GIVEN??
Consider the following code: 77 A PIC 99V99 VALUE 55.35 77 B PIC 99V999 VALUE 32.754 ADD B TO A ON SIZE ERROR DISPLAY "ERROR!!!" What will be the result ? (a) A=88.10, B=32.754 (b) A=87.00 B=32.754 (c) A=87.10 B=32.754 (d) ERROR!!! will be DISPLAYed on the screen.
How to retrive the 9th records out of ten records using the cobol program ?
What are VS COBOL 11 special features?
Write the code implementing the perform … varying.
What is 88 level used for ?
how to pass 100 to s9(4) how r they inserted ?
can internal sort be applied to sort ksds files?
Can anybody give me example of subscript and index
Define REDEFINE clause and Is it possible to have the redefine clause anywhere in the working storage section for a data name?