Originally posted by: SystemAdmin
I analyze the type tree by myself. I found out that the field "a_P_C_R_RmtLctnElctrncAdr Field" isn't well defined. If it set to NONE it should assigned to 256 spaces. This doesn't work. There seems to be a limit for special values. If I reduce the maximum size by 1 to 255 characters and assign only 255 spaces if NONE then all is well.
Here the errorneous definition:
code<ITEM SimpleTypeName="a_P_C_R_RmtLctnElctrncAdr" CategoryOrItemParent="Field CopyBook" Description="20 a:P-C-R-RmtLctnElctrncAdr pic x(256)." partition="NO" OrderSubtypes="ASCENDING">
<CharTextWestern>
<Size Min="0" Max="256"/>
<PadText Justify="LEFT" ApplyPad="ANYCONTEXT">
<PadValue><SP></PadValue>
<PaddedToFixedSize Length="256"/>
</PadText>
<Western CharSet="NATIVE"/>
<NONE RequiredOnInput="YES"> </NONE>
<ValueRestrictions IgnoreCase="NO" Rule="INCLUDE"></ValueRestrictions>
</CharTextWestern>
</ITEM>[/code]
#IBMSterlingTransformationExtender#IBM-Websphere-Transformation-Extender#DataExchange