DSNH557I E csectname LINE nnnn COL cc INCONSISTENT GRANT/REVOKE KEYWORD keyword; PERMITTED KEYWORDS ARE keyword-list
Explanation
The identified keyword is not permitted. The keyword-list is a list of the keywords that are permitted in this context. The combination of privileges requested on a GRANT or REVOKE statement is not allowed. The authorities must all be of one type and consistent with the form of GRANT or REVOKE. REVOKE UPDATE (column list) is not allowed; only REVOKE UPDATE is permitted.
System action
The containing SQL statement is replaced by host language statements that will, if executed, set an error code in the SQLCA.
User response
Correct the syntax.
Severity
8 (error)