DB2-1058-00-E INSERT table cannot be the same as SUBSELECT table You named the table or view into which data is being inserted by a DB-STORE as the source from where a subselect is drawing
that data. The object of an insert cannot be the same as the object of the subselect.
DB2-1073-00-E Mixed data types - creation of result field not supported While evaluating a function in which you specified Y to allow AMB to create the result field, AMB encountered columns with
more than one data type. AMB cannot correctly create a result field for the function under these circumstances.
DB2-1079-00-E DB2-AUTO-COMMIT disabled for SQLSVR AMB does not support the DB2-AUTO-COMMIT option, which automatically generates a commit after a DB-MODIFY, DB-STORE, DB-ERASE
or DB-CLOSE, for SQL SERVER targets.