Displays an object class definition on the screen.
odmshow ObjectClass
The odmshow command takes as input an object class name (ObjectClass) and displays the class description on the screen. The class description is in the format taken as input to the odmcreate command.
Assuming that an object class named MyObjectClass exists, the following command displays the description of MyObjectClass on the screen:
odmshow MyObjectClass
Also, see the odmcreate command or "ODM Example Code and Output" in AIX® Version 7.1 General Programming Concepts: Writing and Debugging Programs for an example of the output listing.