An Endevor package failed due to a RC=2034 returned to the JCLCHECK portion of the processor.
What could have caused the RC 2034?
Release : 12.0
Component : JCLCheck Workload Automation
When there's an abend, JCLCheck intercepts the abend using the SPIE and/or STAE function, and issues RC 2031 for S0C1, or RC 2034 for S0C4.
If the runtime option NOSPIE is specified, the abend is not intercepted, JCLCheck abends, and you don't see RC 2031 or 2034.
Abends need to be addressed so a SLIP trap should be set to obtain a SVCDUMP.
Sample SLIP console command to trap S0C4:
/SLIP SET,COMP=0C4,ACTION=SVCD,ID=JCK,JOBNAME=xxxxxxxx,END
If the problem is reproduceable, execute JCLCheck with runtime option NOSPIE, and include the following SYSMDUMP DD in the JCLCheck job:
//SYSMDUMP DD DSN=hlq.sysmdump,DISP=(MOD,CATLG),
// UNIT=SYSDA,SPACE=(CYL,(100,50),RLSE),
// DCB=(RECFM=FBS,LRECL=4160,BLKSIZE=24960)