How to create dynamic array in COBOL

How to create dynamic array in COBOL 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? “; ; ; ;