Universal Cache User Guide : IBM InfoSphere CDC for solidDB® reference : Database transaction log commands : dmdecodebookmark: Display verbose bookmark information
  
dmdecodebookmark: Display verbose bookmark information
Use this command to display verbose information about a bookmark.
Syntax
dmdecodebookmark -I <instance_name> (-b | -f) [-L <locale>]
Parameters
-I <instance_name>
The name of the IBM InfoSphere CDC instance. You can set the TSINSTANCE environment variable to the name of your IBM InfoSphere CDC instance. After this is complete, you no longer have to specify the instance when issuing commands.
-b <bookmark>
The bookmark as a hexadecimal-encoded string.
-f <bookmark_file>
The bookmark file as a binary file.
-L <locale>
The name of the locale used for the IBM InfoSphere CDC instance. The default is the locale of the machine where IBM InfoSphere CDC is installed.
Result
This command returns a value of 0 if the command was successful and a non-zero value if the command fails.
Examples
dmdecodebookmark -f bookmark.txt
IBM InfoSphere CDC displays information about the bookmark.txt file.
See also
Database transaction log commands