The field named {field name} in the message {message
name} generates to the same value as the COBOL PROGRAM-ID {id}. This name conflict will cause a compile error.
Explanation
Because the field and the PROGRAM-ID have the
same name, the following compile error will occur. (Note: In the program
output the following error message is printed all on one line).
IGYDS1266-E The name xxxxxxxx was used for an
item that was not defined as a data-name.
References to this name may be resolved
incorrectly.
User response
Follow these steps:
- Make either of the following changes:
- Modify the value of the Program Name specified for the flow in
the generation properties file.
- Rename and Refactor the field in the message.
- Re-run the Generate Runtime Code wizard.