Description:
If an RC/Migrator for DB2 for z/OS (RCM) strategy execution fails in the IBM load portion of the job, what is the syntax for restarting the IBM Load.
Solution:
Restart the RCM job with CA Batch Processing option .RESTART SYNC and enter the following for the .CALL statement:
.CALL UTIL LOAD PARM(ssid,,RESTART(option))
The CA Batch Processor Reference Guide contains a section titled How Restart Processing Works with subtopic Restart Abended Utilities with additional details.