Is it possible to create dynamic array in COBOl.
I have to declare an internal table in a cobol program, but
I do not know how much data it can hold. Is it possible to dynamically
adjust the size of the array?
"; ; ; ;
This is possible in COBOL using DEPENDING ON clause.