G'Day,
 
I encountered the following abend when attempting to define a VSAM extended 
dsn.  The SMS routines (STORAGE CLASS, STORAGE GROUP & DATACLASS) have been 
correctly defined.  I verified if the volumes(3390-3) were empty and all seem 
okay.
 
IGD17103I CATALOG ERROR WHILE DEFINING VSAM DATA SET
 VSAMG1.Z56013.VVL000D.MASTER4.SNAP
 RETURN CODE IS 140 REASON CODE IS 110 IGG0CLEV
 IGD306I UNEXPECTED ERROR DURING IGG0CLEV PROCESSING
 RETURN CODE 140 REASON CODE 110
 
Below is the DEFINE CLUSTER:
DEFINE CLUSTER (NAME(VSAMG1.Z56013.VVL000D.MASTER4.SNAP) -
             INDEXED KEYS(64,0) -
             SHR(2,3) -
             REUSE -
             RECORDSIZE (64,4068) -
             FREESPACE(15,20) -
             VOLUME(A24S11,A24S12,A24S13,A24S14,A24S17,A24S19)) -
             DATA -
             (NAME(VSAMG1.Z56013.VVL000D.MASTER4.SNAP.DATA) -
             CONTROLINTERVALSIZE (16384) -
             CYLINDERS (3815,36)) -
             INDEX -
             (NAME(VSAMG1.Z56013.VVL000D.MASTER4.SNAP.INDEX) -
             CYLINDERS (97,4) -
             CONTROLINTERVALSIZE (4096))
I reran the job successfully after removing all the VOLSERS except for A24S11.  
Was it a fluke that it worked? Was the cause of the abend due to having 6 
VOLSERS coded in the VOLUME parm?
 
Thanks.




----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to