Hi all,
I am facing an issue here with the return code passed by a macro %abort. In a specific scenario I would like to return a code of "0" to the system environment, although an %abort was thrown.
However I get the following return codes for the following statements:
%abort -> 3
%abort 0 -> 3
%abort abend 0 -> 5
What do I have to do to get a "0" when using %abort?
Thanks and regards,
Thomas