SYSOUT: Example 1: PIC S9(3) SIGN LEADING SEPARATE ========================================== Input : -123 Json : {"MY-RECORD-1":{"NUM-FIELD-1":-123}} Output: -123 Example 2: PIC -9(3) ==================== Input : -123 Json : {"MY-RECORD-2":{"NUM-FIELD-2":"-123"}} IGZ0339W During execution of the JSON PARSE statement on line 108 of program P37NBU1, the value of JSON name/value pair with name "NUM-FIELD-2" at offset 30 was found to be incompatible with the matching data item. JsonParseException Example-2 Output: 000