Start of change

DSNJ393I csect-name COPYlog-copy LOG DATA SET dataset-name MARKED AS REMOVAL PENDING IN THE ACTIVE LOG INVENTORY STARTRBA=... ENDRBA=... STARTxxxx=... ENDxxxx=... STATUS=...

Explanation

The active log data set name identified by dataset-name has been marked as removal pending and will be deallocated when no longer in use.

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

csect-name
The name of the control section that issued the message.
log-copy
The log copy. Either 1 or 2.
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. The specified active log copy will not be used for new log read requests.

User response

Once the log is no longer in use, reissue the SET LOG REMOVELOG command for the active log data set dataset-name. Consider using DISPLAY LOG DETAIL command for the local member. Use MVS command, D GRS,RES=(SYSDSN,<dsname>), to determine if the data set is no longer being used by peer members.

End of change