Code generation could not complete, most likely because there is too much initialization in the module.
50
Cause . . . . . : Code generation could not complete because the compiler reached an internal limit while generating the code for the module. The internal limit that was reached is most likely related to the amount of initialization required for the module.
Recovery . . . : You may be able to reduce the amount of initialization required for the module by avoiding using the INZ keyword for data structures or their subfields. Instead, initialize the data structures with calculation statements. Another possible solution to this problem is to move some of the code into another module.
Technical description . . . . . . . . : The specific internal limit that was reached cannot be determined. There is no fixed limit to the amount of initialization.