ashykhanna
Programmer
Hi,
Can anyone please help me with a piece of code on the declaration and usage of dynamic array in cobol.
For instance,
i have a esds vsam file of 100 records usually fed in as input, i use a internal table for storing the values from each record in an array (occurs 100 times). wat if the file has now 200 records, how can i increase the array size at run-time.
Thanks,
Ashok
Can anyone please help me with a piece of code on the declaration and usage of dynamic array in cobol.
For instance,
i have a esds vsam file of 100 records usually fed in as input, i use a internal table for storing the values from each record in an array (occurs 100 times). wat if the file has now 200 records, how can i increase the array size at run-time.
Thanks,
Ashok