chuckw0325
Programmer
- Dec 2, 2024
- 17
I'm new to IBM iSeries. I need to know if you can just increase the size of a field PIC X(12) to PIC X(25) or if you have to create a new field with the larger size and start using that field? I know in Unix COBOL, you had to create a new field from a filler area and use the new field. I'm not sure how it works in the IBM iSeries of COBOL. Any help would be appreciated.