While compiling a cobol-db2 program using Endevor, we are getting following space abend B37. IEC030I B37-04,IFG0554A,ASKCAMV,ENDES000,CWPWRK1,14F9,SYM011 SYS18163.T172455.RA000.ASKCAMV.R0213890
We are finding where CWPWRK1 dataset is being allocated in the processor, but there is no such DDNAME allocated in processor.
There is something wrong in your processor, the step COBMB is executing CWPMAIN instead of IGYCRCTL but you didn't adapt the processor step to a CPWMAIN use. The symbolic COBPROG has been overridden, See message from C1MSGS1 "17:24:29 C1G0007I SYMBOLIC COBPROG OVERRIDDEN BY GROUP: CWPCMAIN "
The default for CWPWRK1 allocated dynamically is too small. You must add DDNAMEs //CWPWRKn to the step in order to allow the processor to complete successfully.