In a COBOL program, 2 tables TABLE1 and TABLE2 are defined
that are indexed by INDEX1 and INDEX2 respectively. Can we
use INDEX1 with TABLE2 and INDEX2 with TABLE1?
Answer Posted / moideen
Because the index is defined to the corresponding table,
INDEX1 cannot work with TABLE2 and vice versa.
| Is This Answer Correct ? | 14 Yes | 1 No |
Post New Answer View All Answers
Which is not true about evaluate statement
For rewrite, why is it mandatory that file needs to be opened?
what is s000 u4087 error? please give the all error codes in cobol,jcl.
What are the rules of the move verb?
What kind of error is trapped by on size error option?
how do you reference the fixed unblock file formats from cobol programs
Can a Search can be done on a table with or without Index?
Can we change the password using ALTER? anyone tried and changed?
Which mode is used to operate the sequential file?
how to convert the recors form vsam file to db2 table tru file aid
Can we redefine the field of x(200) to less than 200?
What is a scope terminator give example?
What is the difference between next sentence and continue in cobol programing language?
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
what is search and searchall?what is the diffrence between them?give an best example?