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 / 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 |
Can you call an OS VS COBOL pgm from a VS COBOL II pgm ?
what is qualification on occurs clause?
What is the use of LINKAGE SECTION?
How do you sort in a COBOL program? Give sort file definition, sort statement syntax and meaning.
CAN ANY ONE HELP WHAT IS QTP? why it is nessery AND WEN IT IS USED?
What will happen if you code GO BACK instead of STOP RUN in a stand alone COBOL program ?
8 Answers Arigo Infotech, IBM,
In COBOL programming, what is PERFORM? What is VARYING?
what is the basic concept of mainframe? what knowledge is needed for learn this mainframe?
which is faster either static call or dynamic call ? and specify the reasons for it ? reply fast
What will happen if you code GO BACK instead of STOP RUN in a stand-alone COBOL program i.e. a program which is not calling any other program ?
can u plz expain me how to declare dynamic array? what is the meaning of depending on clause in dynamic array?
what r the types of perform statement