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 |
Consider the following COBOL entries: 05 X PIC 99 VALUE 10. SUBTRACT 20 FROM X. The resultant value of X wil be
01 a pic s9(5) occupies how many bytes ?
What are differences between Static Call and Dynamic Call?
10 Answers IBM, KBC, Keane India Ltd, Verizon,
What is the different between index and subscript?
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
I have a occurs for 100 times but it has executed 101 time what could be the reason?
Which Search verb is equivalent to PERFORM…VARYING?
what is sync clause?
I have two files , file1 is input file it contains 10,20,30,....,records but i want to display the records in file 2 as reverse order .how can we do by using jcl& cobol(dont use array) please any one can tell me the answer
I have sequential file recl 1000 i want to add another 15 bytes to it. The record length should not change..How?
1.Can we define condition-name conditions in FD entry.
What is the Importance of GLOBAL clause According to new standards of COBOL?