Start of change

DSNJ392I csect-name COPYlog-copy LOG DATA SET dataset-name REMOVED FROM THE ACTIVE LOG INVENTORY STARTRBA=... ENDRBA=... STARTxxxx=... ENDxxxx=... STATUS=...

Explanation

The active log data set name identified by dataset-name was successfully removed from the active log inventory after being marked removal pending by the SET LOG REMOVELOG command. The log data set is no longer available for use by Db2.

For data sharing systems, 'xxxx' is replaced by LSRN, and for non-data sharing systems, 'xxxx' is replaced by TIME.

csect-name
The name of the control section that issued the message.
log-copy
The function that was performed on the CDDS.
dataset-name
The active log copy data set name specified in the SET LOG REMOVELOG command.
STARTRBA
The starting RBA contained in the log data set.
ENDRBA
The ending RBA contained in the log data set.
STARTLRSN
The starting LRSN contained in the log data set for data sharing systems.
ENDLRSN
The ending LRSN contained in the log data set for data sharing systems.
STARTTIME
The starting store-clock value of the log records in the log data set for non-data sharing systems.
ENDTIME
The ending store-clock value of the log records in the log data set for non-data sharing systems.
STATUS
Status of the active log copy data set when it was removed.

System action

Processing continues.

User response

No action is required.

End of change