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 is the use of intialize verb?
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
How do define dynamic array in cobol.
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
Explain the configuration section of a cobol program with examples of syntax.
What is static and dynamic call in cobol?
What guidelines should be followed to write a structured cobol prgm?
what is search and searchall?what is the diffrence between them?give an best example?
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
How do u write test cases?
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
What is a scope terminator give example?
What are the different rules of SORT operation?
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
i need a small 3d program using inline and outline.