Answer Posted / billyboyo
In IBM's Language Environment you can dynamically
acquire storage (look up HEAP in the manual). The storage
you acquire you can use as you like. Can be an array,
therefore a dynamic array. It is a "work-around" as dynamic
arrays are not directly supported.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is the Purpose of Pointer in the string?
How to know whether the module is dynamical or statistical?
how do you define single dimensional array and multidimensional array in your cobol?
What is the difference between Global and External Variables?
How do you reference the following file formats from cobol programs?
) how do u code after getting data?
Write a program that uses move corresponding.
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
In COBOL programming, what is PERFORM? What is VARYING?
how do you reference the variable block file formats from cobol programs
Differentiate between structured cobol programming and object-oriented cobol programming.
How do get the result of your program directly on your pc?
What is the difference between comp and comp-3 usage?
Explain what you understand by passing by value.
What is the default value(s) for an initialize? What keyword will allow for an override of the default?