I want to stop a batch processing using terminate, but I do not want that the jcl
will get an error code (on every rc ne 0 we get a consloe alert).
How can I use terminate oper1, oper2 to end the process but the jcl will not cause an alert?
another approach: whatever you are calling for “send message” can probably be invoked from Natural with the CALL statement. So you don’t even need the return code.