Originally posted by: SystemAdmin
HI,
I have a scenario where I get a single record(say InputRecord) which
I need to split this InputRecord into Records which are 350 bytes each.
Is there a automated way to do it.
Instead of indexing the same record mutiple times and righting a MID each time with a different start position.
RECORD[1]:MID(InputRecord,1,350)
RECORD[2]:MID(InputRecord,351,350)
.
.
.
I do not like it doing this way is there a better automated way to do this.
Thanks,
Sai.
#DataExchange#IBMSterlingTransformationExtender#IBM-Websphere-Transformation-Extender