SETRC


1  SETRC ( return_code )

Can be used in FASTREXX condition expressions.

SETRC lets you change the batch return code to the value specified.

return_code
A number that sets the File Manager batch return code..

Example

Change the batch return code to 99.


SETRC(99)