1.CDO> SHOW UNUSED EMPLOYEE_DB In this example, because no qualifier is specified, the SHOW UNUSED command displays default BRIEF information. This information includes the names of immediate owners or members of the EMPLOYEE_DB database element. 2.CDO> SHOW UNUSED /FULL FIELD_A(2) In this example, the SHOW UNUSED command with the /FULL qualifier displays all owners or members of the FIELD_A(2) field element. 3.CDO> SHOW UNUSED /FULL /TYPE=(FIELD) EMPLOYEE_REC In this example, the SHOW UNUSED command with the /FULL and /TYPE qualifiers displays all owners or members of EMPLOYEE_REC that are fields.