DBCS Error Management
DBCS conversion errors can be handled as follows:
| Mode | Behavior in case of DBCS conversion error |
|---|---|
| error | An error is raised |
| null | The bytes causing the error are replaced by NULLs (0x00) |
| blank | The bytes causing the error are replaced by BLANKs (0x20) |
| correct | The bytes causing the error are replaced by the error character defined in the codepage configuration. |