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
orfalse
. - 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.
- IGZ0342W
- 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
orfalse
. But, the matching COBOL data item data-name is not specified on a 'CONVERTING BOOLEAN' phrase of the JSON PARSE statement. - IGZ0343W
- 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 an
anonymous JSON array, but
'NAME data-name OMITTED'
phrase of the JSON PARSE statement was not specified or data-name did not contain an OCCURS clause. - IGZ0344W
- During execution of the JSON PARSE statement on line line-number of program program-name, the CCSID ccsid-number of an ENCODING phrase was found to be invalid or unsupported.