Determines the type in which certain items are exposed. This directive affects COBOL data items of type 'decimal' and non-integral
numeric items exposed as a result of either ILSMARTLINKAGE usage or the PROPERTY keyword.
Restriction: This directive is supported for JVM COBOL only.
Syntax:
>>-.---.---JVMDECIMAL"-type-"---><
+-/-+
Parameters:
- type
- The type in which affected items are exposed. Can be one of:
- BIGDECIMAL
- Numerics are exposed as
java.math.BigDecimal.
- SCALEDINTEGER
- Numerics are exposed as
com.microfocus.cobol.program.ScaledInteger.
Properties:
Default:
|
JVMDECIMAL"BIGDECIMAL"
|
Phase:
|
Syntax check
|
$SET:
|
Initial
|