i have no idea on how to insert data to AS400 interface file using sql server object as a data source in SSIS.
i already created a stored procedure, when i execute the stored pro., it will return a result set.
how can i use this result set and then insert to AS400 file via SSIS.
i don't know which object i should use in SSIS in data flow.
anyone knows? any example for my reference.