Release:
Component:
Incorrect //VALDRPT DD statement
The OC1 in GSSABRT +AC is generic, the real error is in the FILE905E Return Codes.
The return codes 000,001,000,008 tell us to check the DCB information for the FILE VALDRPT.
For example:
FILE905E-GSSFILE RETURNED AN ERROR DURING OPEN OUTPUT WITH FILE VALDRPT , RETURN CODES ARE 000,001,000,008
The RETURN CODE definitions are:
1 JCL/label overrode parm list Remove DCB information from JCL and ensure that the correct files are referenced.
8 z/OS DCB open failed
Modify the VALDRPT DD to:
//VALDRPT DD DSN=&&VALDRPT,DISP=(,DELETE,DELETE),
// SPACE=(TRK(15,15)),
// VOL=SER=WORK02,UNIT=DISK
and rerun the job.