An Endevor Generate with CPWMAIN abending B37
search cancel

An Endevor Generate with CPWMAIN abending B37

book

Article ID: 104940

calendar_today

Updated On:

Products

Endevor Endevor Natural Integration Endevor - ECLIPSE Plugin Endevor - Enterprise Workbench

Issue/Introduction

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.XXXXXX.R0213890

We are finding where CWPWRK1 dataset is being allocated in the processor, but there is no such DDNAME allocated in processor.

Environment

Release: ENDAE.00200-18.0-Endevor-Software Change Manager
Component:

Resolution

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.