Data Transformation Engine Return Codes and Errors Reference Guide

Chapter 6 – Type Tree Analysis Type Tree Analysis Logic Error Messages
Return Code Message
L191 COMPONENT with SIZED attribute is not an UNSIGNED
INTEGER ITEM TYPE – COMPONENT # of TYPE: ‘type
name’
Hint: A component used to size the component that follows it
must be defined as an unsigned integer item type.
L192 The last COMPONENT in the COMPONENT LIST may not
have a SIZED attribute: TYPE: ‘type name’
Hint: Specify a component to follow the one with the sized
attribute.
L193 Range of COMPONENT # must have a maximum value to
indicate how many placeholders are needed for its
series in TYPE: ‘type name’.
Hint: Change the range maximum to a specific value (not “s”) if
you may re-define the data this way.
L194 Cannot distinguish delimiter from terminator in
TYPE: ‘type name’.
Hint: Make the range of the last component in the type fixed or
make the delimiter of the type different from its terminator.
L195 Cannot distinguish delimiter contained in COMPONENT
# from terminator of TYPE: ‘type name’.
Hint: Make that component bound or make that contained
delimiter different from the type terminator.
L196 Cannot distinguish delimiter of COMPONENT # from
delimiter of TYPE: ‘type name’.
Hint: Make that component bound or make that component’s
delimiter different from the type delimiter.
L197 Cannot distinguish delimiter of COMPONENT # from
delimiter of TYPE: ‘type name’.
Hint: Make that component bound, or make that component’s
delimiter different from the type delimiter, or specify a range
maximum that has a specific value (not “s”) for the last
component of COMPONENT #.