-644 INVALID VALUE SPECIFIED FOR KEYWORD OR CLAUSE keyword-or-clause IN STATEMENT statement-type
Explanation
The value that was specified for the keyword-or-clause parameter in the statement-type SQL statement is not valid.
System action
The statement cannot be processed.
Programmer response
In most cases, change the value of the specified keyword-or-clause to a valid value.
This error might be issued for pending definition changes by utilities or data definition statements. In that case, check the STATEMENT_TEXT column of related rows in the SYSIBM.SYSPENDINGDDL catalog table for a pending definition change that contains an invalid value. If the error is for an invalid MAXPARTITIONS change, compare the actual number of partitions for the table space to the specified MAXPARTITIONS value. It is possible that the number of partitions has grown to exceed the MAXPARTITIONS value of a pending definition change. In that case, alter the table space to drop all pending definition changes. Then, reissue the pending changes with valid specifications.
SQLSTATE
42615