I would recommend that, in a transformation before the Loop, you convert the numeric fields to character fields, and map those character fields to the parameters in the Loop. e.g. Name: date_from_char Expression: put(date_from, date9.) Format: $9. Length: 9
... View more