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.
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 |
If we use GO BACK instead of STOP RUN in cobol?
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.
what is the difference between Plan & package
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?
Which of the following characters is NOT valid in column 7? a. - b. \ c. * d. # e. $
When is inspect verb is used in cobol?
What is the mode in which you will OPEN a file for writing?
How do you define a variable of COMP-1? COMP-2?
Define REDEFINE clause and Is it possible to have the redefine clause anywhere in the working storage section for a data name?
Can 88 level variable be declared in FD section..?
level number 77 is used to define a)group data b)elementary data c)redefine d)none