The data type BCD_WORD (binary-coded decimal) only occurs in the conversion functions INT_TO_BCD_WORD and UINT_TO_BCD_WORD. These conversion functions use variables of the type WORD, which are converted to BCD numbers, e.g. the decimal number 654 is converted to the hexadecimal number 16#0654.