Originally posted by: SystemAdmin
The first step is to describe the data. Create a type tree that describes the input file. In this type tree the detail records belong to a group and have a range from 0:100. There are multiple occurences of this detail groups. It looks like this:
INPUT
-file
--header 1:1
--detail group 1:s
--- detail record 1:100
--trailer
The create another type tree that describes the output file as having a header, 100 details and a trailer. This file belongs to a group and has a range of many.
It looks like this:
OUTPUT
-file 1:s
-- header
-- detail record 1:100
-- trailer
Create a functional map for the rule that belongs to file. In it put the header, detail group and trailer.
Such as f_make_file( header_in, detailGroup_in, trailer_in)
Does this make sense?
#IBMSterlingTransformationExtender#DataExchange#IBM-Websphere-Transformation-Extender