-620   KEYWORD keyword IN stmt-type STATEMENT IS NOT PERMITTED FOR A space-type SPACE IN THE database-type DATABASE

Explanation

The specified keyword in the SQL statement stmt-type indicates an attribute that is not allowed for a space-type space in a database-type database. For example, you cannot set LOGGED or NOT LOGGED when you create or alter a table space in a WORK FILE database.
keyword
Specifies the keyword that is not allowed.
stmt-type
One of the following values:
CREATE
CREATE TABLESPACE or CREATE INDEX
ALTER
ALTER TABLESPACE or ALTER INDEX
space-type
One of the following values:
TABLE
Table space
INDEX
Index space
database-type
One of the following values: WORK FILE or TEMP.

System action

The statement cannot be processed.

Programmer response

Correct and resubmit the statement.

SQLSTATE

53001