set-thousands command

The set-thousands command designates that a numeric expression of 1 is equal to 1000 units.

Syntax

set-thousands {(options}

Parameter(s)

options u Sets the system default.

Example(s)

set-thousands

u bp test
01 print oconv(3000,’u01b6’);* Unit input-conversion user exit
02 print oconv(5,’u11b6’);* Unit output-conversion user exit

This output displays:

3
5000