Library /sys$common/syshlp/SQL$HELP72.HLB  —  Errors  SQL_ERRORS, INS_MUST_INS
  List cursor <str> cannot fetch from INSERT ONLY table cursor
  <str>

  Explanation:  The list cursor named is a READ ONLY cursor, but
  the table cursor is an INSERT CURSOR which won't allow FETCHes.

  User Action:  The list cursor must be an INSERT ONLY list cursor
  or the table cursor must be an INSERT or UPDATE cursor.
Close Help