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 General Programming Concepts: Writing and Debugging Programs for an example of the output listing.
Object Data Manager (ODM) Overview for Programmers in AIX Version 4.3 General Programming Concepts: Writing and Debugging Programs.
The odmcreate command.
Understanding ODM Object Classes and Objects in AIX General Programming Concepts: Writing and Debugging Programs.
ODM Example Code and Output in AIX General Programming Concepts: Writing and Debugging Programs.
List of ODM Commands and Subroutines in AIX General Programming Concepts: Writing and Debugging Programs.