DSNJ105I csect-name LOG WRITE ERROR DSNAME=dataset-name LOGRBA=rba-value, ERROR STATUS=ccccffss

Explanation

The log manager encountered a write error in the specified active log data set.

csect-name
The name of the control section that issued the message.

If csect-name is DSNJW107 or DSNJW127, the error occurred when writing the log buffers to an active log data set.

If csect-name is DSNWJ207, the error occurred while preformatting the next control area before writing log data to it.

dataset-name
The name of the data set.
rba-value
The RBA value in the log where the write error occurred.
ccccffss
The error information that is returned by media manager.
cccc
A 2-byte return code that describes the error.
ff
A 1-byte code that defines the functional routine that detected the error.
ss
The 1-byte status code that defines a general category of error.

System action

If the dual active logging option is selected, the log manager switches to the next data set for this copy. If the next data set is not ready, the log manager temporarily enters single logging mode and allocates a replacement data set for the one that encountered the error. Dual logging is resumed as soon as possible.

If single active logging option is selected and the next data set is not ready, the log manager waits for that data set to be available. In this case, log writing is inhibited until the replacement is ready for output.

Operator response

Notify the system programmer.

System programmer response

See the information for the media manager return code that is indicated in ccccffss.