Transaction handle is not a 32-bit longword. Explanation: Transaction handles must be defined using a 32-bit longword data type. User Action: Use a 32-bit longword to declare the transaction handle: In COBOL, use PICTURE S9(9) COMP. In PL/I, use FIXED BINARY(31). In FORTRAN, use INTEGER*4.