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
what is amode(24), amode(31), rmode(24) and rmode(any)?
Write the code to count the sum of n natural numbers.
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?
Write a program to enter and display the names of students in a class using the occurs clause.
How do you reference the following file formats from cobol programs?
What is the difference between next sentence and continue in cobol programing language?
What is the difference between structured cobol programming and object alternativelyiented cobol?
how can i see junk values in dclgen or in hostvariable of comp ?
what is difference between cobol and cobol/400
what is search and searchall?what is the diffrence between them?give an best example?
Name some of the examples of COBOl 11?
Can we redefine the field of x(200) to less than 200?
What is the difference between Call and a Link?
A table has two indexes defined. Which one will be used by the SEARCH?
What is the difference between binary search and sequential search?