DAJM556E SQL statement does not conform to rules.
Explanation
The statement does not conform to the rules for SQL statements. The statement must
be a SELECT statement that meets the following requirements:
- Two or three columns must follow the SELECT keyword.
- The first column must be a column of a Db2 table that represents a
database name.
- The second column must be a column of a Db2 table that represents a
table space or index name.
- The third column is optional, but if specified must be a column of a Db2
table that represents a partition number.
- The FROM keyword must follow the select columns.
User response
Correct the SQL statement. To test the validity of the statement, enter the
EXECUTE command in the Option field.