how to redefine a table using cobol program
01 Table-name-1. 02 Table-field PIC 9(3) OCCURS 5 times. 01 Table-name-2 redefines Table-name-1. 02 Table-field PIC 9(5) OCCURS 3 times.
Forum Rules