On a Db2 11 subsystem, an RC/Migrator for Db2 for z/OS (RCM) analysis is generating an IBM Reorg Utility followed by a standalone Image Copy.
When the Reorg utility is executed it fails with the following error:
DSNU047I +ssid 059 14:26:47.03 DSNURFIT - A REQUIRED DD CARD OR TEMPLATE IS
MISSING. NAME=SYSCOPY
The following Analysis Utility options have been specified:
IMAGE COPY (Y,P,N) ==> Y
REORG TS,IX,B,N ==> B
An inline image copy is required rather than a standalone image copy.
As this is a partitioned tablespace, you should set the Image Copy analysis option to 'P':
Image Copy ===> P
In batch, this can also be achieved by changing the PARMFILE control cards in the Analysis JCL as follow:
Add the PARTITION parameter to the IMAGCOPY card
IMAGCOPY PARTITION
This will provide partition independence and will generate an inline image copy in the Reorg utility.
You can find further details on the Image Copy analysis option in the online help by hitting PF1 on the Analysis Options panel,
RC/M ICL/Alter/Compare Strategy Analysis Options.