If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
The history file (db2 list history command) will give some info. You will see a C (load copy) operation after L (load) for a load with copy yes. I don't believe there is a way to tell if load was done with copy no or nonrecoverable without looking at the logs.
This information (copy yes/no, nonrecoverable) is captured in the transaction logs. You can probably use db2readlog api to access this info or some tool.