SETRC
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)
Can be used in FASTREXX condition expressions.
SETRC lets you change the batch return code to the value specified.
Example
Change the batch return code to 99.
SETRC(99)