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.

Explanation

The given JSON value was true or false. The special values true and false are not supported.
  • The JSON parser stopped and set the special register JSON-CODE to 105, an exception condition. The offset refers to the byte offset of the JSON value from the beginning of the JSON text.
  • This runtime message is issued only when the WITH DETAIL phrase is specified.

System action

No system action was taken.

Programmer response

Remove the JSON name/value pairs that have the special values true or false.

Symbolic Feedback Code

IGZ0AK