Previous Topic: Syntax RulesNext Topic: USER


Examples

The following example illustrates the use of the ADD STATUS command.

Example 1

ADD STATUS NEVER-MIGRATE
    TYPE IS PUBLIC
    COMMENT "STATUS FOR ENTITIES TO NEVER MIGRATE".

CA Endevor/DB will create the NEVER-MIGRATE status in the CCDB with a type of PUBLIC and the indicated comments for documentation purposes.

Example 2

MODIFY STATUS NEVER*
    TYPE IS PRIVATE.

CA Endevor/DB will modify all statuses in the CCDB which match the masked name "NEVER" to reflect a type of PRIVATE. This will require that a user be preauthorized to assign any status whose name matches "NEVER" to an entity.