It's the same as a multistatement in BTEQ, just search for multistatement in SQL Manual, Vol. 1
A typical example is several Insert/Selects into an empty table: If you use seperate requests, the first one will be fast, because the table is empty and the insert will need no Transient Journal. But the next Insert is into a table with data, so it's using the TJ.
If you use a multistatement instead *all* Inserts run without TJ.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.