Resolving "B049 PARAMETER IGNORED" compiler error
search cancel

Resolving "B049 PARAMETER IGNORED" compiler error

book

Article ID: 16957

calendar_today

Updated On:

Products

Easytrieve Report Generator

Issue/Introduction



Receiving this compiler error:

993 FILE RPTWRK2 F(730 13870) 

993 *******B049 PARAMETER IGNORED - 13870 

Please advise how to resolve it.

Environment

Easytrieve Plus Report Generator, release 6.4

Resolution

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)