Creating a shared type object

When you create a type object, you can specify that the type object is shared using the –shared option with the command that creates the object.

About this task

To create a shared type object:

Procedure

Use the –shared option with the mkattype, mkhltype, or mklbtype command.

For example, to create a shared attribute type:

cleartool mkattype –shared –c "testing status" TESTED 
Created attribute type "TESTED".