Receiving this compiler error:
993 FILE RPTWRK2 F(730 13870)
993 *******B049 PARAMETER IGNORED - 13870
Please advise how to resolve it.
Easytrieve Plus Report Generator, release 6.4
In order to code the second parameter on the FILE statement, you have to code "FB" instead of "F" for the Record Format.
Resolved the compiler error by making the following coding changes:
FILE RPTWRK1 FB(730 27740)
FILE RPTWRK2 FB(730 27740)