During initialization of Endevor in a non-TSO address space (for example, a batch program that calls the Endevor API) the following message may show up:
BC1PROUT: E0010 BC1PROUT ERROR - IKJEFTSR return code=00000000, reason=00000000
This message is quite misleading since IKJEFTSR is a service provided by TSO which is not present in the address space.
Also RC 0 and RSN 0 don't indicate any error condition
This message is introduced by recent fix LU11628.
IKJEFTSR service is used to initialize Endevor only in TSO address spaces. For example, when starting the Endevor ISPF dialog.
However, after applying LU11628, the logic incorrectly goes to the place where the message is issued even though Endevor is initializing in a non-TSO address space where IKJEFTSR is not used.
This error is corrected by fix LU15290