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
What is the difference between PIC 9.99 and 9v99 in COBOL?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
Write a program to enter and display the names of students in a class using the occurs clause.
Which mode is used to operate the sequential file?
example for sub strings ? and refernce modifications whit output pls
What are the cobol coding sheets?
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
Write a cobol program making use of the redefine clause.
What guidelines should be followed to write a structured cobol prgm?
Write down the divisions of cobol program?
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
What are the various section in data division and briefly explain them.
What the difference is between continue and next sentence?