what is dynamic array in cobol?
what is the difference b/w array and table in cobol?
Answer Posted / ram g
array also can have more than one data item with different
data types...
before differentiating b/w array nd table...just thing how
will get table...
absolutely u r rite about dynamic array definition but is
it possible in cobol current version..if yes..then how? plz
dont say occurs depending on ...which is not at all dynamic
array concept...
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
what is amode(24), amode(31), rmode(24) and rmode(any)?
Why would you use find and get rather than to obtain?
How you can read the file from bottom?
What is the Purpose of Pointer in the string?
What is rmode(24)
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
How to know whether the module is dynamical or statistical?
How to remove 2 duplicate records and copy only one using job control language?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
What are various search techniques in cobol? Explain.
what is the use of outrecord?
what is search and searchall?what is the diffrence between them?give an best example?
What is the default value(s) for an initialize and what keyword allows for an override of the default?
What do you understand by psb and acb?