IGZ0024S   An invalid separate sign character was detected in program-name at displacement displacement.

Explanation

An operation was attempted on data defined with a separate sign. The value in the sign position was not a plus (+) or a minus (-).

System action

The application was terminated.

Programmer response

This error might have occurred because of a REDEFINES clause involving the sign position or a group move involving the sign position, or the position was never initialized. Check for these cases. The compiler formatting option TEST(), or equivalent, along with the ABTERMENC() run-time option, can be used to generate a formatted dump of the user data. This dump can then be used to identify the unacceptable data item contents.

Symbolic Feedback Code

IGZ00O