KLVDM049 INVALID DBCS DATA: XRC(xrc) MEMBER(panel) LINE(lineno)
Explanation
An SSPL statement containing invalid DBCS data was encountered while interpreting a panel definition. The message provides the DBVALIDATE return code xrc, the panel name panel and line number lineno. The following are valid xrc values:
| Return code | Meaning |
|---|---|
| 8 | A DBCS subfield contains an odd number of bytes |
| 12 | A DBCS subfield contains an invalid codepoint |
| 16 | Missing SO. An SI character was detected before finding an SO. |
| 20 | Missing SI. An SO character was detected before finding an SI or end of string was detected. |
System action
Panel interpretation terminates.
User response
Correct the SSPL statement and issue the REFRESH command to determine if the panel is ready for use.
Message Type
WARNING