Functional Description
Purpose
To round a number to the next or previous ten, hundred, thousand, or ten thousand.
This can be used when calculating raises, etc.
The value to use when rounding, such as 1, 10, 100, 1000, or 10,000, will be fetched from the
Increase Rounding Rule UDC - RRULC. If the value 23,446 is passed in with 100 from the udc the value 23,400
will be passed back out. If the value 45,576 is passed in with 100 the value 45,600 will be passed
back out
Setup Notes and Prerequisites
Special Logic
Technical Specifications
D0800186 - Round to Specified Position
Parameter Name | Data Item | Data Type | Req/Opt | I/O/Both |
---|---|---|---|---|
mnRoundingAmount | RNDA | MATH_NUMERIC | OPT | INPUT |
The amount that the system uses to round the coverage dollars to the nearest whole number. For example, if the coverage dollars are
| ||||
szRoundingRuleCode | RRULC | char | OPT | INPUT |
Code From 08W/RR
| ||||
mnRoundedAmount | MATH01 | MATH_NUMERIC | OPT | OUTPUT |
- - - Good Performance Low Value. |
None |
None |