Previous Topic: -533 - TRIG authid.name: msg-stringNext Topic: -535 - PROC authid.name: msg-string


-534 - msg-string

Explanation

There has been a user-defined procedure execution error. This SQL error code only occurs in procedures whose parameter style is SQL or DATACOM SQL. The information in the msg-string varies depending upon the error that has occurred, that is to say, user-written procedure logic creates the entire error message. The message is truncated if it exceeds the 80-byte length of the SQLCA error message area.

The SQLSTATE that equates to this SQL return code is 2FS04

User Response

Correct the problem described by the msg-string.