This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Open Source Dynamic arrays library in COBOL on GitHub

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.