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 |
where will we code call by content and call by reference dude pls reply soon ?
how can u redefine picx(10) with pic 9(6).
How to convert bunch of words in a line to relvant ASCII values?
What is the difference between COMP & COMP-3 ?
How do you code Cobol to access a parameter that has been defined in JCL?
In INITIALIZE what is Repalcing Word will do
What is diff between vsam and db2?what is advantage of db2 over vsam?which is best suited one?
how would you resolve sb37 and SE37?
What will happen if we move SPACES to numeric field and ZEROES to alphabetic field?
What is the difference between index and subscript?
How to open and see copy book ?
How to delete leading spaces/blank in COBOL ? Example:- 01 data-name-1 pic x(220) " English is a language". I would like to delete leading spaces.