Endevor SCM10CSI step fails with DSS28785E error
search cancel

Endevor SCM10CSI step fails with DSS28785E error

book

Article ID: 265207

calendar_today

Updated On:

Products

Endevor

Issue/Introduction

After running the SCMSEDIT job in the Endevor SAMPJCL library to update the variables, executed the SCM10CSI job and the CREATCSI step received the following error:

//SYSIN    DD *             
DEFINE CLUSTER(NAME(NDVR.V190.CSI) -  
     CYLINDERS(15 15) -          
     CISZ(4096) -                  
     KEYS(24 0) -            
     RECORDSIZE(24 143) -    
     SHR(2 3)   -
STORCLAS(SCMPOOL) -      
               )            
E1 - DSS28785E - Missing volume list for VSAM data set
"NDVR.V190.CSI.DATA"    
 IF LASTCC = 0 THEN -                    
   REPRO INFILE(ZPOOL) -            
       OUTDATASET(NDVR.V190.CSI)

 

Environment

Release : All supported versions

Resolution

The DSS28785E error message is from Rocket Software 

Try adding a VOLUME parm along with the STORCLAS to the Define like this:

//SYSIN    DD *             
DEFINE CLUSTER(NAME(NDVR.V190.CSI) -  
     CYLINDERS(15 15) -          
     CISZ(4096) -                  
     KEYS(24 0) -            
     RECORDSIZE(24 143) -    
     SHR(2 3)   -  
     VOLUME(*) -
STORCLAS(SCMPOOL) -      
               )        

 

If that does not resolve the problem, contact the Rocket Software administrator at your site for the exact DEFINE parameter statements required for Rocket.