1.CDO> DELETE FILE_ELEMENT MCS_BINARY PARSER_TABLES.
In this example, the DELETE FILE_ELEMENT command deletes a file
element definition that is based on the MCS_BINARY type.
2.CDO> DELETE FILE_ELEMENT MCS_BINARY PARSER_TABLES(3).
CDO> DELETE FILE_ELEMENT MCS_BINARY PARSER_TABLES(2:UPDATE_BRANCH:2).
CDO> DELETE FILE_ELEMENT MCS_BINARY PARSER_TABLES(3:UPDATE_BRANCH:1).
CDO> DELETE FILE_ELEMENT MCS_BINARY PARSER_TABLES(2).
CDO> DELETE FILE_ELEMENT MCS_BINARY PARSER_TABLES(1).
In this example, successive DELETE FILE_ELEMENT commands delete
the main line and the branch line versions of a file element in
sequence of ownership. The branch line originates from version
2 and merges back in version 3.