Originally posted by: Jaango
Hi,
I need to pass LOW-VALUES(am not very sure what kind would that be), as default for a copybook field, to the backend team.
15 :abc PIC X(15).
I use a WTX transform for this, to always pass the default value. From the mainframe team I got this as sample for the field.
X
'000000000000000000000000000000'
However when I use this rule, it fails because the number of characters is above 15. How can I pass the LOW-VALUES?
my rule map for the above cobol field
=
"X'000000000000000000000000000000'"
error meesage
Map: Output: abc Field:123 Group:outputcbl Size of input item is greater than size of output item.
#IBM-Websphere-Transformation-Extender#IBMSterlingTransformationExtender#DataExchange