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 Posted / 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 View All Answers
What is a scope terminator give example?
what are decleratives in cobol?
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
how can i see junk values in dclgen or in hostvariable of comp ?
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
) How do u handle errors in BMS macro
In COBOL, what is the different between index and subscript?
How do you differentiate between cobol and cobol-ii?
What is the difference between structured cobol programming and object alternativelyiented cobol?
How you can read the file from bottom?
Can we change the password using ALTER? anyone tried and changed?
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
What are the different types of condition in cobol and write their forms.
How arrays can be defined in COBOL?
Write the code to count the sum of n natural numbers.