IMPLIED-DECIMAL=value

If value is Yes, an implied decimal point is inserted in certain fields when the user does not explicitly type a decimal point. The last n digits of the user's input will be to the right of the decimal point, where n is the number of decimal places specified in the receiving field. For example, if the program is accepting a field with two decimal places, and the user types 1535, the value accepted (and echoed to the screen) will be 15.35. This is only done for numeric or numeric-edited fields that are input with conversion, either explicit or implicit. It never occurs for floating-point items. The default value is No. The configuration variable KBD_IMPLIED_DECIMAL is also supported.