z/OS TSO/E Programming Services
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Return Codes from IKJEFTSR

z/OS TSO/E Programming Services
SA32-0973-00

Table 1 contains the return codes from the TSO/E Service Facility.

Table 1. Return codes from IKJEFTSR
Return code dec(Hex) Meaning
0(0) IKJEFTSR and the requested program, command, CLIST or REXX exec completed successfully.
4(4) The invoked program, command, CLIST or REXX exec had a non-zero return code, which is in parameter 4.
8(8) The invoked function was terminated because of an attention interruption. If the application programmer wants to notify the end user, the application program should issue a message.
12(C) The invoked function terminated abnormally. The sixth parameter contains the abend code. The fifth parameter contains the reason code associated with the abend.
16(10) One of the first 6 parameters in the parameter list contains addresses of storage not accessible to the calling program.
20(14) The IKJEFTSR parameter list contains an error. The fifth parameter contains the reason code associated with the error.
24(18) The TSO/E routines associated with IKJEFTSR encountered an unexpected failure. The fifth parameter contains the reason code associated with the error.
28(1C) The caller of IKJEFTSR is executing in 24-bit addressing mode, but the parameter list contains 31-bit addresses.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014