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

Why did you choose to work with ibm mainframe cobol programming?

637


What are the access modes of START statement?

728


What kind of error is trapped by on size error option?

749


What is the difference between perform … with test after and perform … with test before?

893


Explain what you understand by passing by value.

711






how do you reference the ksds vsam file formats from cobol programs

671


what is difference between cobol and cobol/400

21582


how can we apply for HSBC exam(Mainframe) in India??? i went to their site and was told to submit my CV ,. etc..( totally confusing...)

1938


How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that

2739


What are the different open modes available in cobol?

726


How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?

712


What is comp-1 and comp-2?

770


) how do u code after getting data?

1584


Which division and paragraphs are mandatory for a COBOL program?

715


please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?

1964