I declared the following array in an easytrieve program,
WS-TBL1 W 10 A OCCURS 50000
WS-ITEM WS-TBL1 05 A
WS-STORE WS-TBL1 +05 05 A
When i compile the above piece of code, Im getting the error "B021- Parameter too large". Easytrieve app. programming guide says that 32767 is the max number of elements in an array. Is there any way I can override this number either through compile/link edit options or Option table settings? I have tried giving RMODE=ANY and AMODE=31 in compilation options. Still didnt work. Im using Easytrieve version 6.4.
please give me any thoughts or pointers on this.
Thanks,
deepu