| ml (mask left) | Index Level | mr (mask right) |
| Syntax | |
| Category | Processing Codes |
| Type | Processing Code |
| Description | is the processing code for converting a decimal value to a packed decimal value or a packed decimal value to a decimal value. |
| Options | |
| See Also | output-conversion processing codes OCONV ICONV Processing Codes |
| Example |
packed.decimal.val = iconv(decimal.val,'mp')
unpack.decimal.val = oconv(packed.decimal.val,'mp') |
| Warnings | |
| Compatibility | D3 7.0 AP R83 |
| ml (mask left) | Index Level | mr (mask right) |