Method: IsPseudoTrans
Function name: ispseudotran
Parameter list: none
Return type: Boolean
What the method does: Returns true if the transaction is a pseudo transaction. On the iSeries, if you are running updates without commitment control, each update operation is committed individually. To avoid processing these operations as individual transactions, Connect CDC groups these transactions in one transaction constructed by the change selector. This transaction is called a pseudo transaction and has a maximum size of 1000 operations. The updating user for all operations in the pseudo transaction is the user associated with the first operation in the transaction.