EDC6005E
The raise() function was issued for the signal SIGINT.

Explanation

The program has invoked the raise() function with the SIGINT signal specified and the default action specified.

System action

The program will be terminated and a traceback or dump is issued, depending on the TERMTHDACT run-time option. A return code of 3000(MVS™) or 3000000(VM) is returned.

Programmer response

None.

Symbolic Feedback Code

EDC5RL