Originally posted by: SystemAdmin
You need to use a functional map.
File(1:1)=SortOnStudNum(SORTUP(UNIQUE(StudNum:Record:File)), InputFile)
In the resulting Functional Map:
Record(1:s)= Extract(Record:InputFile, StudNum:Record:InputFile = SortedStudNum)
This assumes your type tree is something like:
File=Records(1:s)
Record=StudNum(1:1)
StudName(1:1)
#IBMSterlingTransformationExtender#IBM-Websphere-Transformation-Extender#DataExchange