How to direct the output from the execution of an RC/Migrator for DB2 for z/OS (RCM) / RC/Compare for Db2 for z/OS (RCC) analysis submitted through
the batch processor to a dataset.
The Batch Processor .LIST command will route the output to a dataset as follows:
The .LIST command is included in the Batch Processor control cards:
.CONTROL BPID(USERID.DB2.CNTL-xxxx) +
LOGID(ssid) UNIT(SYSDA)
.LIST DDNAME(OUTPTDD)
.RESTART OVERRIDE
.OPTION ERRORS RETRY(03) BINDERRORS
.CONNECT ssid
The dataset will contain the Batch Processor control statements / DDL that have executed and their return codes.