Listing the kind of a derived object

Learn how to list the kind of a derived object.

To display the kind of a derived object, use the cleartool commands ls -l, lsprivate -l -do, or describe -fmt "%[DO_kind]p". The kind can be one of the following values:

nonshareable
The DO was created during an express build and cannot be winked in by other views.
unshared
The DO was created during a regular build. Its data container is located in view storage, not in the VOB.
promoted
The data container of the DO has been promoted to the VOB by a winkin or view_scrubber -p command. The DO is referenced by only one view.
shared
The data container of the DO has been promoted to the VOB by a DevOps Code ClearCase® build tool or a manual winkin or view_scrubber -p command.