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
i want a program using by if, evaluate , string, unstring, perform, occurs?
What are various search techniques in cobol? Explain.
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
Write down the divisions of cobol program?
What do you understand by psb and acb?
What is the default value(s) for an initialize and what keyword allows for an override of the default?
What are the pertinent COBOL commands?
What are the access modes of START statement?
what happens if parmparameter passes zero bytes to the program
What the difference is between continue and next sentence?
How you can read the file from bottom?
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
What is the use of intialize verb?