Previous Topic: UsageNext Topic: DICTIONARY


Examples

The following examples illustrate the use of CCID commands.

Example 1

ADD CCID NAME IS 9900521-0056 SECURITY CLASS IS DEVELOPER
    TYPE IS PUBLIC.

The CCDB Administrator has added a new CCID to be used by a development team. Any user will be allowed to signon under this CCID.

Example 2

MODIFY CCID NAME IS 9900521-0056
    TYPE IS PRIVATE
    COMMENT "CCID IS NOW PRIVATE".

The CCDB Administrator has modified the type clause so that a user must be preauthorized to this CCID in order to use it and has documented the action in the comments.

Example 3

MODIFY CCID NAME IS *
    TYPE IS PUBLIC
    COMMENT "NO SIGNON RESTRICTIONS".

This command will change the comment in every public CCID in the CCDB.

Example 4

DELETE CCID NAME IS 9900521-0056 FORCE.

The CCDB Administrator has decided to delete the CCID and to force all CLEs associated with the CCID to also be deleted.