IEWBLDGO return codes

Table 1 contains descriptions of the return codes from the binder link-load-and-go entry point.

Table 1. IEWBLDGO return codes
Return code Description
0 The binder linked and loaded the program, and the program executed successfully.
12 A link error occurred whose severity is greater than that specified on the LET option. The program is not loaded or executed.
16 The binder linked and loaded the program, but the program abended during execution.
n The binder linked and loaded the program, but the program set other than a zero return code in register 15. “n” is the program's return code.