Trailer Record Count in datastage?

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
A_SUSHMA
Participant
Posts: 43
Joined: Fri Apr 12, 2013 10:34 am

Trailer Record Count in datastage?

Post 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...
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Appending is an option in the Sequential File stage. And a count would typically be accomplished via an Aggregator.
-craig

"You can never have too many knives" -- Logan Nine Fingers
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post 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
-craig

"You can never have too many knives" -- Logan Nine Fingers
Post Reply