The set-decimal command designates that a numeric expression of 1 is equal to 100 units.
Syntax
set-decimal {(options} |
Parameter(s)
options |
u |
Sets the system default. |
Example(s)
set-decimal u bp test 01 print oconv(300,’u01b6’);* Unit input-conversion user exit 02 print oconv(5,’u11b6’);* Unit output-conversion user exit |
This output displays:
3 500 |
See Also
set-dozens Command, set-thousands Command, set-units Command, u01b6 User Exit, u11b6 User Exit, u21b6 User Exit, um Command