setting return code in natural

Is it possible to set a return code in the natural program. For example in cobol program if we move ‘9999’ to return-code register, the return code for that program is set as ‘9999’. This we can use for validating the condition code in the JCL. Do we have similar thing in Natural.

The Natural Documentation for Mainframes says:

Thanks Matthias…