I need to compare two VSAM files, both having 'number' as
key. If there is a matching record, write the data into
another VSAM file. How will it be possible.



I need to compare two VSAM files, both having 'number' as key. If there is a matching re..

Answer / mainframe_learner

Declare one VSAM as sequential read and another as random
access. And then try to read the files.

Is This Answer Correct ?    8 Yes 0 No

Post New Answer

More COBOL Interview Questions

If we use GO BACK instead of STOP RUN in cobol?

2 Answers   Temenos,


Hi Guys, I have faced one interview question if I have requirement to add 5 new columns to existing table what are prerequisite do i need to take.

1 Answers  


what is the difference between Plan & package

3 Answers   IBM,


What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?

0 Answers   TryTechnicals Pvt Ltd,


WHAT IS SOC3?HOW IT CAN BE RESOLVED?

1 Answers  






Which of the following characters is NOT valid in column 7? a. - b. \ c. * d. # e. $

4 Answers  


When is inspect verb is used in cobol?

0 Answers  


What is the mode in which you will OPEN a file for writing?

4 Answers  


How do you define a variable of COMP-1? COMP-2?

3 Answers  


Define REDEFINE clause and Is it possible to have the redefine clause anywhere in the working storage section for a data name?

3 Answers  


Can 88 level variable be declared in FD section..?

1 Answers   Infosys,


level number 77 is used to define a)group data b)elementary data c)redefine d)none

8 Answers   TCS,


Categories