-741   A database-type DATABASE IS ALREADY DEFINED FOR MEMBER member-name

Explanation

A CREATE DATABASE statement was issued for a WORK FILE or TEMP database, but the database can not be created because one is already defined for the named DB2® subsystem or data sharing group member.
database-type
WORK FILE or TEMP
member-name
Name of the DB2 subsystem or data sharing group member that already has a database-type database.

System action

The statement cannot be processed.

Programmer response

Verify the identity and validity of the existing database-type database for the named DB2 subsystem or data sharing member. The existing database can be altered or dropped if necessary. If the existing database is dropped, resubmit the CREATE DATABASE statement.

SQLSTATE

55020