The decimal constant defined using the suffix D or d is
not supported by the C++ _DecimalT class template. Instead,
a string literal embraced by __D is used to represent a packed
decimal constant. The decimal constant 123.456D
defined in ILE C is equivalent to __D("123.456") in ILE
C++.
(C) Copyright IBM Corporation 1992, 2005. All Rights Reserved.