Endevor Generate Processor step Abend with S214-04
search cancel

Endevor Generate Processor step Abend with S214-04

book

Article ID: 100793

calendar_today

Updated On:

Products

Endevor

Issue/Introduction

Getting abend in compile step when running one processor.  The dataset is a VSAM ELIB, allocated in SYSLIB and initiated with RC=00.
This Dataset is used as a COPYLIB and is defined to type COPY in first stage.
From online ISPF or QE or Eclipse the you can see the elements are stored for this stage. 

When I generate in foreground or batch, the abend S214-04 is occurring.  Why am I getting this abend?

Cause

The dataset is a VSAM ELIB, allocated in SYSLIB.

Resolution

The problem is the SYSLIB dataset is a VSAM ELIB. 

ELIB datasets CANNOT be used as SYSLIBs.  
To resolve the problem, allocate the SYSLIB(s) as a PDS or PDSE.