00D10027

Explanation

The Db2 stand-alone log services GET processing macro (DSNJSLR) issued this reason code. A VSAM error occurred while reading the bootstrap data set (BSDS).

System action

In response to the DSNJSLR FUNC=GET call, Db2 places a return code of 12 in register 15 and a reason code of 00D10027 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 GET request is also returned in the stand-alone log GET Feedback Area (SLRF). The VSAM GET error return code is placed in SLRFRG15. The RPL error code (RPLERRCD) 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 GET error returned in SLRFRG15, and the RPL error code returned in SLRFERCD. Take appropriate action to correct the error.