Have you created a user temporary tablespace ???
SQL0727N An error occurred during implicit system action type
"<action-type>". Information returned for the error
includes SQLCODE "<sqlcode>", SQLSTATE "<sqlstate>"
and message tokens "<token-list>".
Explanation:
The processing of a statement or command has caused the database
manager to implicitly perform additional processing. During this
processing an error was encountered. The action attempted is
shown by the "<action-type>":
1 implicit rebind of a package
2 implicit prepare of a cached dynamic SQL statement
3 implicit regeneration of a view
4 This return code is reserved for use by DB2.
5 incremental bind of a static SQL statement, not bound during
package bind time
The sqlcode, sqlstate and message token list (each token is
separated by the vertical bar character) are provided. The
message tokens may be truncated. See the corresponding message
for the "<sqlcode>" for further explanation of the error.
The original SQL statement or command that caused the
"<action-type>" cannot be processed and the implicit system
action was not successful.
Federated system users: You may have received this message
because you dynamically prepared an SQL statement in a
pass-through session and then tried to execute the statement
after the session was closed.
User Response:
Check the message associated with the SQLCODE of the SQL
statement that failed. Follow the action suggested by that
message.
For an invalid package, the REBIND command can be used to
recreate the error or to explicitly validate the package once the
cause of the error has been resolved.
For a failure while regenerating a view, the name of the view
that failed is recorded in the administration notification log.
The failing view can be dropped or a change made to the statement
or command that caused the view regeneration.
Federated system users: If the statement that failed was
dynamically prepared in a pass-through session, open another
pass-through session, write and prepare the statement again, and
execute it while the session is still open.
sqlcode : -727
sqlstate : 56098