User defined component and stage

A forum for discussing DataStage<sup>®</sup> basics. If you're not sure where your question goes, start here.

Moderators: chulett, rschirm, roy

Post Reply
monaz
Participant
Posts: 98
Joined: Sat Aug 23, 2008 3:14 am

User defined component and stage

Post by monaz »

Hi,

Can anyone help me out with any scenario where we use user defined stage?

Please correct if my understanding is wrong user defined stage it something like we can create our own stage like sort, aggregator ?

Please let me know an example if any one has worked on user defined stages..
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

User defined stages are a way of extending DataStage functionality; if you need something specific done which cannot be handled otherwise you can write your own stage. It is much more complex and involved than just using an external routine or BuildOp. We use one here which performs a two-phase-commit functionality with MQSeries - functionality we need but which isn't present in the DataStage product.
arnabdey
Participant
Posts: 50
Joined: Wed Jan 10, 2007 5:56 am

Post by arnabdey »

Let us say you need some customized looping logic to be implemented with each of the incoming records (other than sort or aggregate) for which I think you do not have any dedicated DS stages.
Arnab
Post Reply