Page 1 of 1

Trailer Record Count in datastage?

Posted: Tue Aug 19, 2014 8:03 am
by A_SUSHMA
Hi All,

Could you please suggest me how can I get Trailer record count in data stage? and how can I append to the sequential file?


Thanks for Advanced Help...

Posted: Tue Aug 19, 2014 9:25 am
by chulett
Appending is an option in the Sequential File stage. And a count would typically be accomplished via an Aggregator.

Posted: Tue Aug 19, 2014 11:39 am
by chulett
You could also generate the trailer as a separate file and then append it After Job via the O/S: cat trailer_file >> detail_file