GIM43802TSMP/E COULD NOT INITIALIZE ITS UTILITY INTERFACE. THE REASON CODE WAS rsncode. THE RETURN CODE WAS rtncode.

SMP/E COULD NOT INITIALIZE ITS UTILITY INTERFACE. THE REASON CODE WAS rsncode. THE RETURN CODE WAS rtncode.

Explanation

rsncode
two-digit reason code that shows why SMP/E could not initialize the subtask
rtncode
two-digit return code associated with the reason codes
SMP/E could not initialize the SMP/E subtask that interfaces with utility programs. These are the reason codes that may be issued:
01
IDENTIFY processing for the entry point of the subtask program issued a return code greater than 4. The return code given with this reason code is the return code from IDENTIFY. For an explanation of the IDENTIFY return codes, see z/OS MVS Programming: Assembler Services Reference ABE-HSP.
02
ATTACH processing for the subtask issued a nonzero return code. The return code given with this reason code is from ATTACH. For an explanation of the ATTACH return codes, see z/OS MVS Programming: Assembler Services Reference ABE-HSP.
03
Subtask initialization failed because the subtask could not establish its ESTAE coverage. The return code given with this reason code is from ESTAE. For an explanation of the ESTAE return codes, see z/OS MVS Programming: Assembler Services Reference ABE-HSP.

System action

SMP/E processing stops.

Programmer response

Fix the error and rerun the job.