IBM0281S
A prior condition was promoted to the ERROR condition.

Explanation

This condition was raised by PL/I because the implicit action occurred for a PL/I condition that includes raising the ERROR condition as part of its implicit action.

The message for this condition is never issued, but it can appear in a dump. Note that the message for the prior condition was issued.

System action

The ERROR condition is raised.

Programmer response

Investigate the prior condition that led to the ERROR condition. Remove the cause of that condition, or include an ON-unit for that condition or an ON-unit for the ERROR condition.

Symbolic Feedback Code

IBM08P