You can use the IDENTITY_VAL_LOCAL function or just select from the insert:
Code:
SELECT ...
FROM NEW TABLE ( INSERT ... ) AS t
p.s: You should be sure about the platform your are working on. The correct answer may depend on that because not all features are available no all DB2 flavors yet. Running "db2 connect" on the command line tells you the server's platform.