IDMS - DICMIG error FILE905E-GSSFILE ERROR DURING OPEN FILE VALDRPT
search cancel

IDMS - DICMIG error FILE905E-GSSFILE ERROR DURING OPEN FILE VALDRPT

book

Article ID: 139614

calendar_today

Updated On:

Products

IDMS IDMS - Database IDMS - ADS

Issue/Introduction

Dictionary Migrator job fails with:
 
MIGRATOR - ABEND=S0C1 U0000 REASON=00000001  043
FILE905E-GSSFILE RETURNED AN ERROR DURING OPEN OUTPUT WITH FILE VALDRPT , RETURN CODES ARE 000,001,000,008
 
 

Environment

Release:


Component:

Cause


Incorrect //VALDRPT DD statement

Resolution


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. 

 
 
 

Additional Information



See Page 182 Return code Definitions:

https://techdocs.broadcom.com/content/broadcom/techdocs/us/en/ca-mainframe-software/database-management/ca-idms/19-0/using-the-ca-idms-dictionary-migrator.html