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 |
1) can we display the index?
S9(5)V9(2) occupies how many bytes memory ?
How can we find out wether to declare the data items like Integer, Char,Comp? If comp types how can we decide wether it is Comp and Comp3.How it is? Please Explain... Cheers.
Write the code to count the sum of n natural numbers.
.How to add one input & one Out file in existing cobol program. how approach tell me step by step.
Name the divisions in a COBOL program ?
i have mainprogram and subgram...if i compile mainprogram without stop run..what will u get in compilation time?
2)Where the Plan is located in CICS-DB2?
If my file contains 100,000 records and job abended at 55,000th records processing then how can i restart job from that record onward by ignoring that record. I can not edit the file as file size is big and it is getting browse substituted?
i want a program using by if, evaluate , string, unstring, perform, occurs?
explain sorting techniques in cobol program?
What is the difference between next sentence and continue in cobol programing language?