Skip to main content

Hello everyone. I would like to let you know that if you would like to use dynamic arrays also in AcuCobol, there exists this open-source library on GitHub lucapiccinelli/array: COBOL implementation of dynamic array data structure (github.com).

We have been using it (actually an older closed-source version) since 2011 and we are very happy with it.

Please, let me know your thoughts about it.


#AcuCobol
#dynamicarray
#ARRAY
#datastructures