Any suggestions on correcting the message  IDC11374I? See below.

Ran this job:

//STEP1    EXEC PGM=IDCAMS                                              
//SYSPRINT DD SYSOUT=Q                                                  
//D1       DD UNIT=SYSDA,VOL=SER=A90300,DISP=SHR,                       
//            DSN=SYS1.VVDS.VA90300,AMP='AMORG'                         
//SYSIN    DD *                                                         
 VERIFY DATASET(CATALOG.MVSICF1.VUSRCAT)                                
 DIAGNOSE ICFCATALOG INDATASET(CATALOG.MVSICF1.VUSRCAT) COMPAREDD(D1)   
 

Recieved this output:

  VERIFY DATASET(CATALOG.MVSICF1.VUSRCAT)                                
 IDC0001I FUNCTION COMPLETED, HIGHEST CONDITION CODE WAS 0               
                                                                         
  DIAGNOSE ICFCATALOG INDATASET(CATALOG.MVSICF1.VUSRCAT) COMPAREDD(D1)   
 IDC11374I THESE ADDITIONAL CATALOG REFERENCED VOLUMES WERE ENCOUNTERED: 
   Z17CT1                                                                
   B90306                                                                
   Z17RS4                                                                
   B90307                                                                
 IDC0001I FUNCTION COMPLETED, HIGHEST CONDITION CODE WAS 4               
                                                                         
IDC0002I IDCAMS PROCESSING COMPLETE. MAXIMUM CONDITION CODE WAS 4       



Message states:

   IDC11374I THESE ADDITIONAL CATALOG REFERENCED VOLUMES WERE ENCOUNTERED
          volume-serial-numbers

Explanation: The listed volume serial numbers volume-serial-numbers are
referenced by catalog entries but these volume serial numbers were not found
as VVDS entries. This may indicate entries are referencing volumes for which
the catalog has no record. There should be a 'SYS1.VVDS.Vvolser' entry for
each volume referenced by VSAM entries in the catalog, except where the
'SYS1.VVDS.Vvolser' is created by EOV.
Vvolser is the volume serial number of the volume.

System Action: DIAGNOSE considers this an attention condition and processing
continues.

Application Programmer Response: This message is an attention and may signal
entries which are missing or damaged. To add an entry for the missing VVDS
to the catalog, using DEFINE RECATALOG on the VVDS. If a VSAM data set
incorrectly references the volume, remove the reference from the data set
entry with ALTER REMOVEVOLUMES.

Source: DFSMSdfp

Detecting Module: IDCDA03 

Ran this job to try and resolve message (for two volumes):

//STEP1    EXEC PGM=IDCAMS                                       
//SYSPRINT DD SYSOUT=*                                           
//SYSIN    DD *                                                  
 DEF CL(NAME(SYS1.VVDS.VB90306) VOL(B90306) NONINDEXED RECATALOG)
 DEF CL(NAME(SYS1.VVDS.VB90307) VOL(B90307) NONINDEXED RECATALOG)
 
 Recieved the same output:
 
   VERIFY DATASET(CATALOG.MVSICF1.VUSRCAT)                                
  IDC0001I FUNCTION COMPLETED, HIGHEST CONDITION CODE WAS 0               
                                                                          
   DIAGNOSE ICFCATALOG INDATASET(CATALOG.MVSICF1.VUSRCAT) COMPAREDD(D1)   
  IDC11374I THESE ADDITIONAL CATALOG REFERENCED VOLUMES WERE ENCOUNTERED: 
    Z17CT1                                                                
    B90306                                                                
    Z17RS4                                                                
    B90307                                                                
  IDC0001I FUNCTION COMPLETED, HIGHEST CONDITION CODE WAS 4               
                                                                          
 IDC0002I IDCAMS PROCESSING COMPLETE. MAXIMUM CONDITION CODE WAS 4       

----------------------------------------------------------------------
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