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 a binary search and a sequential search? What are the pertinent cobol commands?
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
What are the pertinent COBOL commands?
Write a program to enter and display the names of students in a class using the occurs clause.
What are the various section in data division and briefly explain them.
1.Is it possible to move the data from 99.99 to 99v99? 2.What is the CICS-vsam Compilation process? 3.In My GDG 5 generation will be there GDG3 got an abend what will happen? 4.In my GDG first generation is +1 And I want to add the new generation what will happen previous generation? 5.How can you give the PIC clause below conditions A). s9 (reddy), B). s9 (5) occurs 5 times? 6.How override the proc from a particular step? and what is symbolic and override Procs?
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
How you can read the file from bottom?
What are the different rules to perform a Search?
What are the different types of condition in cobol and write their forms.
In COBOL, what is the different between index and subscript?
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
Can a Search can be done on a table with or without Index?
Explain how you can characterize tables in cobol?
Can we change the password using ALTER? anyone tried and changed?