Format { FIELD } DELETE HISTORY [ qualifier ] FOR { RECORD } { GENERIC type-name } { } element-name ,... .
1 – Parameters
1.1 – type-name
Specifies the type of the file or generic element definition whose history entries you are deleting.
1.2 – element-name
Specifies the element whose history entries you are deleting. You can use wildcard characters in this parameter.
2 – Qualifiers
2.1 /LOG
Format options: /LOG /NOLOG (default) Specifies whether CDO displays text confirming that the history entries have been deleted.
3 – Description
The DELETE HISTORY command deletes the history entries for a CDO element. Note that the DELETE HISTORY command deletes the entire history list for a given entity. This is not a PURGE HISTORY command.
4 – Examples
CDO> DELETE HISTORY FOR RECORD CAR_POOL. In this example, the DELETE HISTORY command deletes the history entries for the CAR_POOL record element.