When using Database Organizer to unload a database from an image copy, using the UNLOADIC=YES control statement, the RECOVER function is invoked:
FUNCTION=UNLOAD,UNLOADIC=YES,UNLAUTH=NO,DBRC=NO,
DBDNAME=dbdname
RECOVER is then invoked by DBO using these options:
FUNCTION=RECOVER,DBD=dbdname,
DDNAME=ddname,
ICDDNAME=icddname,
UNLOADIC=YES,BYPASSCA=YES,LASTIC=YES,
DBRC=N
Why is the RECOVER function invoked in order to perform an unload?
The Unload process when UNLOADIC=YES is specified is as follows:
Note that neither the actual database nor DBRC are updated by the process.