00D10019
Explanation
The Db2 stand-alone log services OPEN processing macro (DSNJSLR) issued this reason code. A VSAM OPEN error occurred while opening the bootstrap data set (BSDS). The error was determined to be one which could be corrected by use of an AMS VERIFY, but the VERIFY also failed.
System action
In response to the DSNJSLR FUNC=OPEN call, Db2 places a return code of 12 in register 15 and a reason code of 00D10019 in register 0. No abend is issued by the stand-alone log services CSECT (DSNJRS01), and no information is written to SYS1.LOGREC data set.
Information about the results of the OPEN request is also returned in the stand-alone log GET Feedback Area (SLRF). The VSAM return code from the original VSAM OPEN error is placed in SLRFRG15. The ACB error code (ACBERFLG) from the ACB used in the original VSAM OPEN operation is placed in SLRFERCD.
The stand-alone log services program is under the control of a user-written program that uses the DSNJSLR macro. The user program must therefore anticipate and react to a nonzero return code and a nonzero reason code, possibly by terminating the execution of the user program.
System programmer response
Determine the meaning of the VSAM OPEN error returned in SLRFRG15, and the ACB error code returned in SLRFERCD. take appropriate action, and resubmit the FUNC=OPEN request.