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 / obul

Storing the similar type of data in contiguous memory
locations is called an Array and storing the different type
of data in contiguous memory locations is called Table in COBOL.

Is This Answer Correct ?    8 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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

799


Write a program to explain size error.

665


how do you reference the variable unblock file formats from cobol programs

731


What is the default value(s) for an initialize and what keyword allows for an override of the default?

681


what is the use of outrecord?

1759






how to refer the data field?

1792


Can we change the password using ALTER? anyone tried and changed?

1533


what is amode(24), amode(31), rmode(24) and rmode(any)?

682


Is it possible that the redefines clause has different picture clauses compared to the one it redefined?

663


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?

687


write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc

689


Name the divisions, which are available in a cobol program?

673


i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com

1756


Are you comfortable in cobol or jcl?

631


What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?

701