The output record format has ignored fields. They will be set to X'00' in new records.
10
Cause . . . . . : The output fields have a datatype that is unknown to the compiler. When new records are created in the database file, these fields will be set to X'00'.
Recovery . . . : Check the types of the fields in the file and verify that X'00' is a valid value for these fields. If necessary, change the types of the fields in the file to have types that are recognized by the RPG compiler and compile again.
(C) Copyright IBM Corporation 1992, 2006. All Rights Reserved.