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