PIC S9(04) is a signed 4-digit number. When moving -95 to this field, it stores as X'009D' in hexadecimal. The last digit 'D' is the zoned decimal representation for signed negative 5 in COBOL's display format (C=positive, D=negative for certain digits). DISPLAY shows the last character as 'N' which is the EBCDIC character for hex D.