Previous Topic: IDCM2PAR15 - name, is not a column of DVW dvw-nameNext Topic: IDCM2PAR17 - statement-name statement invalid.  object-type object-name is read only


IDCM2PAR16 - statement-name statement invalid since cursor cursor-name has no FOR UPDATE OF clause

Reason:

The DECLARE CURSOR statement of cursor-name did not specify any eligible columns for update. UPDATE or INSERT to the specified table from the cursor cursor-name is, therefore, forbidden.

Action:

Correct the errors and re-specify.