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

What are the cobol coding sheets?

652


Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning

668


How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.

3701


How do you reference the following file formats from cobol programs?

683


What is rmode(24)

669






In COBOL, what is the different between index and subscript?

745


Can a Search can be done on a table with or without Index?

792


i made it to stage 3 of an interview process wednessday they will quiz my knowledge again face to face for an analyst role recruiter said it will be based on Business requirements system is cobol and good ideas what they might ask etc

2089


) what is the difference between AID and HANDLE AID?

1619


How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?

722


How to print 10 to 1 if the input have only 10 digit number?

794


What is the Purpose of POINTER Phrase in STRING command in COBOL?

703


what is difference between cobol and cobol/400

21530


If you are current on the owner of a set, what is the difference between obtain next and obtain first?

628


what is search and searchall?what is the diffrence between them?give an best example?

5508