listdbo utility

WSupported on Windows
USupported on Unix

 

 

The listdbo utility displays the internal organization of an object file (.dbo). (On OpenVMS, the ANALYZE/OBJECT utility is equivalent to the listdbo utility.)

This utility has the following syntax:

listdbo [-d] [-v] obj_file [...]

-d

(optional) Display the object record plus the contents of each record.

-v

(optional) Turn off verbose output and provide an abbreviated listing of the object files’s contents.

obj_file

One or more object files for which you want to display information.

Object files are organized into object records, and listdbo displays the information for each object record. Run it with the -d option to see the contents of each record. At the end of the output, listdbo reports any errors or warnings that were found.