Start of change

Nonexception condition runtime messages

These messages are issued if the WITH DETAIL phrase was specified.
IGZ0321I
During execution of the JSON PARSE statement on line line-number of program program-name, no JSON name/value pair matched data item data-name, which was thus not modified.
IGZ0321I
During execution of the JSON PARSE statement on line line-number of program program-name, no data item matched JSON name JSON-name at offset offset.
IGZ0323I
During execution of the JSON PARSE statement on line line-number of program program-name, a duplicate JSON name/value pair at offset matched data item data-name. The duplicate value was accepted.
IGZ0324I
During execution of the JSON PARSE statement on line line-number of program program-name, JSON array with name JSON-name at offset offset had fewer elements than the matching table item data-name. The additional table elements were not modified.
IGZ0325I
During execution of the JSON PARSE statement on line line-number of program program-name, JSON array with name JSON-name at offset offset had more values than the matching table item data-name. The additional values were ignored.
IGZ0326I
During execution of the JSON PARSE statement on line line-number of program program-name, data item data-name was not changed because the value of the JSON name/value pair at offset offset was the special value null.
IGZ0327I
During execution of the JSON PARSE statement on line line-number of program program-name, JSON array with name JSON-name at offset offset included one or more null values. Corresponding elements in the matching table item data-name were not changed.
IGZ0328I
During execution of the JSON PARSE statement on line line-number of program program-name, assignment of the value of the JSON name/value pair at offset offset to data item data-name resulted in loss of significance ("SIZE ERROR").
IGZ0329I
During execution of the JSON PARSE statement on line line-number of program program-name, assignment of the value of the JSON name/value pair at offset offset to data item data-name resulted in a loss of information.
IGZ0330I
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 resulted in one or more substitution characters when translated from Unicode to the CCSID specified by the CODEPAGE compiler option. The translated value was assigned to data-item data-name.
End of change