This message displays, for an IMS online system, the parameters in the first IMS log-based ECCR query to the DBRC API for the SLDS logs. The ECCR reads data from the SLDS logs for change data capture. The parameters are:
StartTime
timestamp
. The start timestamp that is used as a basis of the search for the requested log. The timestamp is a packed decimal timestamp in UTC format.
Loc
option
. An option that is used to search for the log based on the start time:
SPEC. The log with the specified start time.
PREV. The log with the start time prior to the specified start time.
NEXT. The log with the start time that follows the specified start time.
SSID
ssid
. The IMS subsystem ID for the log that is being queried.
These parameters correspond to DBRC log query request parameters. For more information, see the IBM DBRC API programming documentation.