What is the difference beetween Arrays and Tables in Cobol?
please dont give the answer that arrays in cobol
terminology is called tables......
Answer Posted / ravendra singh
we can use subscript with array but in the other hand with
table we can use indexing. we can perform search with array
by using subscript but with the table we can use both
subscript and the indexing searching an element into table.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain how you can characterize tables in cobol?
I have a File that has duplicate records. I need only those records that occur more than thrice.?
Name some of the examples of COBOl 11?
What is the difference between PIC 9.99 and PIC9v99?
Why would you use find and get rather than to obtain?
How you can read the file from bottom?
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
Explain about different table spaces.
Can we redefine the field of x(200) to less than 200?
Write a program to enter and display the names of students in a class using the occurs clause.
i want a program using by if, evaluate , string, unstring, perform, occurs?
How to know whether the module is dynamical or statistical?
Write a cobol program making use of the redefine clause.
example for sub strings ? and refernce modifications whit output pls
How many sections are there in data division in COBOL?