/sys$common/syshlp/helplib.hlb BASIC, /ROUND_DECIMAL *Conan The Librarian (sorry for the slow response - running on an old VAX) |
The /ROUND_DECIMAL qualifier causes the compiler to round packed decimal numbers rather than truncate them. The format of the /ROUND_DECIMAL qualifier is as follows: /[NO]ROUND_DECIMAL The /NOROUND_DECIMAL qualifier causes the compiler to truncate packed decimal numbers rather than round them. The default is /NOROUND_DECIMAL.
|