Previous Topic: -319 - LUW IS TIMING OUT - TRY AGAIN (LUWID=luw-id-string, TASK=task-nbr, JOB=job-name)Next Topic: -321 - INVALID SQLCODE sqlcode HAS BEEN GENERATED


-320 - message describing user error

Explanation

The message describes a user-caused error. For example, if the user coded an SQL statement that used the TRIM function but specified a trim character longer than a single character, the user could receive a -320 error code with the descriptively helpful message, PLEASE SPECIFY A SINGLE CHARACTER AS THE TRIM CHARACTER.

The SQLSTATE that equates to this SQL return code is 53S37.

User Response

Correct the described error.