How to restart a failed IBM Db2 Load within an RC/Migrator strategy execution
search cancel

How to restart a failed IBM Db2 Load within an RC/Migrator strategy execution

book

Article ID: 17630

calendar_today

Updated On:

Products

RC/Migrator for DB2 for z/OS Batch Processor Database Management for DB2 for z/OS - Administration Suite Database Management for DB2 for z/OS - Performance Suite Database Management for DB2 for z/OS - Recovery Suite Database Management for DB2 for z/OS - SQL Performance Suite Database Management for DB2 for z/OS - Utilities Suite DATABASE MANAGEMENT SOLUTIONS FOR DB2 FOR Z/OS

Issue/Introduction

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.

Resolution

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.