STOPRC – Return code to terminate processing

The return code that causes processing to stop.

By default, Workload Automation Programming Language flushes processing when a return code 12 is found. You can cause subsequent command statements to be prevented from processing by specifying STOPRC(4) or STOPRC(8). You can reset this code to 12 by STOPRC(12) (this is the default).

Note: This is not impacted by any response codes set with the LISTSTAT command.