what is dynamic array in cobol?
what is the difference b/w array and table in cobol?
Answer Posted / harihar
Difference between:
Array is a multiple occurances of a single data item with
same data type.But table can have more than one data item
with different types of data type respectively.
Dynamic Array:
The dynamic array is nothing but no of occurrances of data
item changes dynamically during the program execution.
| Is This Answer Correct ? | 21 Yes | 1 No |
Post New Answer View All Answers
What rules are followed by the search verb.
What is comp-1 and comp-2?
What is the difference between external and global variables in COBOL?
Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
What is a scope terminator give example?
What is rmode(24)
What is the difference between PIC 9.99 and 9v99 in COBOL?
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?
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
) How do u handle errors in BMS macro
What is the difference between Call and a Link?
what happens if parmparameter passes zero bytes to the program
In which area will you utilize 88 level items in cobol?
example for sub strings ? and refernce modifications whit output pls