Start of change

Exception condition runtime messages

These messages are issued if the WITH DETAIL phrase was specified.
IGZ0335W
During execution of the JSON PARSE statement on line line-number of program program-name, the JSON text in data-name was found to be invalid. After JSON text JSON-text-fragment at offset offset, JSON-token was found, but one of JSON-tokens was expected.
IGZ0336W
During execution of the JSON PARSE statement on line line-number of program program-name, the JSON text in data-name was found to be invalid. The JSON text was zero-length, or consisted only of whitespace.
IGZ0337W
During execution of the JSON PARSE statement on line line-number of program program-name, the JSON text in data-name was found to be invalid. Superfluous characters text were found following the closing brace of the outermost JSON object.
IGZ0338W
During execution of the JSON PARSE statement on line line-number of program program-name, JSON name/value pair at offset offset was a duplicate match to data item data-name, but with a value different from the first (leftmost) matching name/value pair. The value from the first matching JSON name/value pair was retained.
IGZ0339W
During execution of the JSON PARSE statement on line line-number of program program-name, the value of JSON name/value pair with name JSON-name at offset offset was found to be incompatible with the matching data item.
IGZ0340W
During execution of the JSON PARSE statement on line line-number of program program-name, the value of JSON name/value pair with name JSON-name at offset offset was found to be one of the special values true or false.
IGZ0341W
During execution of the JSON PARSE statement on line line-number of program program-name, no JSON name/value pair matched any data item in the receiver. The receiver data-name was not modified.
End of change