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


Please Help Members By Posting Answers For Below Questions

Explain how you can characterize tables in cobol?

826


I have a File that has duplicate records. I need only those records that occur more than thrice.?

9250


Name some of the examples of COBOl 11?

2889


What is the difference between PIC 9.99 and PIC9v99?

1041


Why would you use find and get rather than to obtain?

908


How you can read the file from bottom?

883


What happens when we move a comp-3 field to an edited (say z (9). Zz-)?

1038


Explain about different table spaces.

869


Can we redefine the field of x(200) to less than 200?

1109


Write a program to enter and display the names of students in a class using the occurs clause.

939


i want a program using by if, evaluate , string, unstring, perform, occurs?

4351


How to know whether the module is dynamical or statistical?

882


Write a cobol program making use of the redefine clause.

949


example for sub strings ? and refernce modifications whit output pls

2080


How many sections are there in data division in COBOL?

902