Hi!
When I defined the following in my Working-Storage section and compiled my program, I received a compilation error that says, "Table element longer than 32767 characters".
01 FILLER.
03 FILLER OCCURS 17.
05 FILLER OCCURS 40.
07 TR-LTY-AMT PIC S9(16)V99 OCCURS 50.
My question is this, is there a way to increase the maximum allowed limit from 32767 to let say 50000? The only solution I can think of to avoid hitting this maximum is to change the program to save the information to a file instead of to a table. But I cannot afford to re-engineer my three-year-old program with more than eight thousand lines of codes in it, at the moment.
Please advise.
Thanks a lot,
Haha
When I defined the following in my Working-Storage section and compiled my program, I received a compilation error that says, "Table element longer than 32767 characters".
01 FILLER.
03 FILLER OCCURS 17.
05 FILLER OCCURS 40.
07 TR-LTY-AMT PIC S9(16)V99 OCCURS 50.
My question is this, is there a way to increase the maximum allowed limit from 32767 to let say 50000? The only solution I can think of to avoid hitting this maximum is to change the program to save the information to a file instead of to a table. But I cannot afford to re-engineer my three-year-old program with more than eight thousand lines of codes in it, at the moment.
Please advise.
Thanks a lot,
Haha