ClearCase does not have built in keyeword expansion since work on the source file is done directly in the ClearCase directory, and therefore, any information that keyword expansion would handle can usually be found via the cleartool describe command. However, many sites have emulated RCS*keyword expansion via a checkin trigger*.
Many of the basic features that SCCS first used, and much of its operating principles have been copied by other Version Control Systems*. For example: the concept of checking in and out file from an archive. The use of Keywords* embedded in the source code that get expanded when the file is checked out. The use of locks to prevent two people from editing the same file, and the use of branches for parallel development.