IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

resolve IDC11374I message


IBM Mainframe Forums -> All Other Mainframe Topics
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
pgte3

New User


Joined: 06 Feb 2009
Posts: 11
Location: USA

PostPosted: Wed Feb 11, 2009 7:43 pm
Reply with quote

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
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8696
Location: Dubuque, Iowa, USA

PostPosted: Wed Feb 11, 2009 7:50 pm
Reply with quote

Are these volumes online?
Back to top
View user's profile Send private message
pgte3

New User


Joined: 06 Feb 2009
Posts: 11
Location: USA

PostPosted: Wed Feb 11, 2009 8:03 pm
Reply with quote

Yes
Back to top
View user's profile Send private message
William Thompson

Global Moderator


Joined: 18 Nov 2006
Posts: 3156
Location: Tucson AZ

PostPosted: Wed Feb 11, 2009 8:38 pm
Reply with quote

Quote:
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.
Back to top
View user's profile Send private message
pgte3

New User


Joined: 06 Feb 2009
Posts: 11
Location: USA

PostPosted: Wed Feb 11, 2009 10:44 pm
Reply with quote

I believe I have done this (see original post). I was working under the idea that a VVDS did not have to cataloged. It is interesting, out maybe 145 volumes these four volumes are the only ones that have this message.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> All Other Mainframe Topics

 


Similar Topics
Topic Forum Replies
This topic is locked: you cannot edit posts or make replies. how can I proof that message was post... Java & MQSeries 1
No new posts IMS Message : DFS3577A IMS DB/DC 4
No new posts Need help to resolve a hard edit COBOL Programming 8
This topic is locked: you cannot edit posts or make replies. Need help to resolve a hard edit COBOL Programming 4
No new posts dsnrexx fails without error message CLIST & REXX 9
Search our Forums:

Back to Top