How to control Transactions

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
svhari76
Participant
Posts: 48
Joined: Tue Nov 16, 2010 5:04 pm

How to control Transactions

Post by svhari76 »

Hi All,

Can some one through some information on how i can control the datastage when to commit the transcation.

Example: Lets say we have flight table and passenger table and if i want to commit the data for each flight with all the passenger information at once(2 different tables, one transaction and up on change of flight i need to commit), how can i do that?
Hari
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Use "grouped transaction" in an ODBC stage with multiple input links.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply