How to direct the output from the execution of a RC/Migrator analysis via Batch Processor to a dataset
book
Article ID: 25379
calendar_today
Updated On:
Products
RC/Migrator for DB2 for z/OSRC Compare for DB2 for z/OSDatabase Management for DB2 for z/OS - Administration SuiteBatch Processor
Issue/Introduction
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.
Add the 'DDNAME' keyword to the .LIST - .LIST DDNAME(the ddname)
Preallocate a file that the DD name above will point to as FB LRECL 80.
DD in the JCL: //OUTPTDD DD DISP=SHR,DSN=hlq.OUTFILE (Can be placed after PTIXMSG)
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