Data Transformation Engine Type Designer Reference Guide
Appendix A - Return Codes and Error Messages Type Tree Analysis Logic Error Messages
Return Code Message
L150 COMPONENT ‘type name’ is same type as release
character – TYPE: ‘type name’
Hint: This occurs when a syntax item is used to specify a release
character. You can add sub-types to the syntax item and replace
both the component name and the release character name with
the new sub-type names.
L151 COMPONENT ‘type name’ is sub-type of release
character – TYPE: ‘type name’
Hint: This occurs when a syntax item is used to specify a release
character. You can add another sub-type to the syntax item and
replace the release character name with the new sub-type name.
L152 COMPONENT ‘type name’ is super-type of release
character – TYPE: ‘type name’
Hint: This occurs when a syntax item is used to specify a release
character. You can add sub-types to the syntax item and replace
the component name with the new sub-type name.
L153 DELIMITER ‘type name’ is same type as initiator –
TYPE: ‘type name’
Hint: A delimiter and an initiator cannot have the same name. You
may need to add sub-types to the type name used in error and
replace both the delimiter and initiator names to refer to the new
sub-types.
L154 DELIMITER ‘type name’ is sub-type of initiator –
TYPE: ‘type name’
Hint: This occurs when a syntax item is used to specify both an
initiator and a delimiter. You can add another sub-type to the
syntax item and replace the initiator name with the new sub-type
name.
L155 DELIMITER ‘type name’ is super-type of initiator –
TYPE: ‘type name’
Hint: This occurs when a syntax item is used to specify both an
initiator and a delimiter. You can add another sub-type to the
syntax item and replace the delimiter name with the new sub-
type name.