00D10016
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, MxxARCHV and/or MxxACTn DD statements were specified for a Db2 member while MxxBSDS was also specified for the same member. However, the specification of MxxARCHV and MxxACTn DD statements is mutually exclusive with the specification of MxxBSDS DD statement for the same member.
System action
In response to DSNJSLR FUNC=OPEN call, Db2 places a return code of 12 in register 15 and a reason code of 00D10016 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 JCL and rerun the job. Specify either the DD statements for the log data sets (MxxARCHV and MxxACTN) or the DD statement for the BSDS (MxxBSDS) for a given member; do not specify both.