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?
The dataset is a VSAM ELIB, allocated in SYSLIB.
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.