The UNPAXJCL job is failing with a GIM68100S error followed by an IEBCOPY IGW01513T error
search cancel

The UNPAXJCL job is failing with a GIM68100S error followed by an IEBCOPY IGW01513T error

book

Article ID: 42190

calendar_today

Updated On:

Products

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

Issue/Introduction

Symptoms: 

Running the UNPAXJCL job and getting the following errors: 

     GIM68100S ** DATA SET uprfx.uqual.CAI.CSIQI00.F1 COULD NOT BE EXTRACTED FROM ARCHIVE CAI.CSIQI00.F1 BECAUSE COPY
             PROCESSING FAILED. THE RETURN CODE FROM THE COPY UTILITY WAS 8.
 
 

Environment

Release:
Component: ENDBAS

Resolution

Preallocate the PDSE type SMPRELF libraries:

CAI.CSIQI00.F1
CAI.CSIQI00.F18
CAI.CSIQI03.F2

 

The following IEFBR14 job can be used:

//PREALLC  EXEC PGM=IEFBR14                                       
//ALLOCF1  DD DSN=hlq.mlq.CAI.CSIQI00.F1,                   
//       DISP=(NEW,CATLG,DELETE),                                
//       DCB=(RECFM=U,LRECL=0,BLKSIZE=27998),DSNTYPE=LIBRARY,    
//       SPACE=(TRK,(5,5,10),RLSE),                              
//       STORCLAS=xxxxxx      
//ALLCF18  DD DSN=hlq.mlq.CAI.CSIQI00.F18,                   
//       DISP=(NEW,CATLG,DELETE),                                
//       DCB=(RECFM=U,LRECL=0,BLKSIZE=27998),DSNTYPE=LIBRARY,    
//       SPACE=(TRK,(5,5,10),RLSE),                              
//       STORCLAS=xxxxxx
//ALLOCF2  DD DSN=hlq.mlq.CAI.CSIQI03.F2,                   
//       DISP=(NEW,CATLG,DELETE),                                
//       DCB=(RECFM=U,LRECL=0,BLKSIZE=27998),DSNTYPE=LIBRARY,    
//       SPACE=(TRK,(5,5,10),RLSE),                              
//       STORCLAS=xxxxxx                                         
/*