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 is comp-1 and comp-2?

964


Mention the guidelines to write a structured cobol program?

869


which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad

1257


What is the difference between PIC 9.99 and PIC9v99?

1064


Explain how to differentiate call by context by comparing it to other calls?

942


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

1057


Which is not true about evaluate statement

2139


Write a program that uses move corresponding.

897


What is the problem of ordered sequential files access?

934


How many bytes S(8) comp field occupy and its maximum value?

1881


input= ,,,, mainframe training ,,, hyderabad .... location.... output1=$ mainframe training in hyderabad location$ output2=**** mainframe training in hyderabad location ****. In this pgn when we give input considering the spaces the output is displayed in this format.Like in the place of ,,,, $ should be displayed likewise.So please helpmeout.

1991


What is the difference between structured cobol programming and object alternativelyiented cobol?

1022


What is difference between static and dynamic call in cobol?

1058


) how do u code after getting data?

1842


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

955