00D10018
Explanation
The Db2 stand-alone log services OPEN processing macro (DSNJSLR) issued this reason code. In the job control language (JCL) associated with the user-written application, more than one Db2 system's logs were identified. However, on the OPEN request an RBA range was specified. When reading logs from more than one Db2 system, you cannot specify an RBA range; you must specify an LRSN range.
System action
In response to DSNJSLR FUNC=OPEN call, Db2 places a return code of 12 in register 15 and a reason code of 00D10018 in register 0. No abend is issued by the stand-alone log services, and no information is written to SYS1.LOGREC data set.
User response
Correct the range specification on the OPEN request, and rerun the job. If range is specified when reading log records from multiple members, LRSN=YES must also be specified. Also range must be specified if GROUP DD or a MxxBSDS (BSDS) DD is specified in the JCL.