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 |
using redefine can you redefine lower variable size to higher variable size?
What are the divisions in a cobol program?
How do get the result of your program directly on your pc?
88 level entry is used for (a) data items in WORKING-STORAGE SECTION (b) items with RENAMES clause (c) condition-names (d) None of the above
There is a production file which has millions of records in it.The program that uses it ends up with an SOC7 abend.It is sure that the abend is due to some invalid data in the file.Is there any way to debugg the SOC7 abend with out giving displays? I need the record which is cause for the abend.
have in 100 records in a file i want to move only matched records to one output_file1 and nonmathed records are moved to another output_file2 ... any one can provide logic code
how we can edit records in vsam data set and non vsam data sets
What do you understand by passing by reference and passing by content?
wht do u mean by (*,intrdr) wht is * used for ?
What is redefines clause in COBOL?
SIGN TRAILING SEPARATE field occupy ?
What is the size of s9(19)comp3? explain