The field {field name} in message {message name} generates
to the same value as the COBOL keyword {keyword}. This name conflict will cause a compile error.
Explanation
A compile error will occur since the field is named
the same as a COBOL reserved word.
User response
Follow these steps:
- Rename and Refactor the field in the message.
- Re-run the Generate Runtime Code wizard.