This Natural profile and session parameter specifies whether a conversion error that occurs when converting
from Unicode to code page or
from code page to Unicode or
from one code page to another code page
results in a Natural error or not. Anyway, after the conversion, the target operand will contain the conversion result where all characters which can not be converted will be replaced by a substitution character which is defined by ICU for the affected code page.
Notes:
NATCONFG
.
Possible settings | ON |
A Natural error NAT3413 is issued, if at least one code point could not be translated correctly during ICU conversion. For output statements, no error message is issued. | |
---|---|---|---|
OFF |
No error is generated if one or more code points could not be translated correctly during ICU conversion. | ||
Default setting | ON |
||
Dynamic specification | yes | ||
Specification within session | yes | ||
Applicable statements | SET
GLOBALS |
||
Applicable command | GLOBALS |
See also:
in the Unicode and Code Page Support documentation.
Code Page Support for Editors, System Commands and Utilities on the Mainframe in the Unicode and Code Page Support documentation.
Using an Error Transaction Program in the Programming Guide