1.CDO> DEFINE FIELD PRICE cont> DATATYPE IS LONGWORD cont> EDIT_STRING IS 999999 cont> CURRENCY_SIGN IS "£" cont> DECIMAL_POINT IS ",". In this example, the DEFINE FIELD command creates the PRICE field element that displays a comma for the decimal point. 2.CDO> CHANGE FIELD PRICE cont> NODECIMAL_POINT. In this example, the NODECIMAL_POINT keyword removes the DECIMAL_POINT property from the PRICE field element.