MVSFORUMS.com Forum Index MVSFORUMS.com
A Community of and for MVS Professionals
 
 FAQFAQ   SearchSearch   Quick Manuals   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

DSNU180I check index NOT COMPATIBLE

 
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Database
View previous topic :: View next topic  
Author Message
issac1029
Intermediate


Joined: 10 Dec 2005
Posts: 159
Topics: 75

PostPosted: Sat Nov 11, 2006 10:39 pm    Post subject: DSNU180I check index NOT COMPATIBLE Reply with quote

Code:
DSNU000I    DSNUGUTC - OUTPUT START FOR UTILITY, UTILID = ACNRBL32             
DSNU050I    DSNUGUTC -  LOAD DATA LOG YES REPLACE INDDN SYSREC                 
DSNU650I  -DB1T DSNURWI -  INTO TABLE CNRBD051.GRB_ACCT_DATA_TFN               
DSNU180I  -DB1T DSNUGUCC - UTILITY IS NOT COMPATIBLE WITH THE CHECK INDEX UTILIT
                        UTILID = ACNRBBLA, OBJECT = CNRBD051.TSRBT032           
DSNU180I  -DB1T DSNUGUCC - UTILITY IS NOT COMPATIBLE WITH THE CHECK INDEX UTILIT
                        UTILID = ACNRBBLA, OBJECT = CNRBD051.IXRB3202           
DSNU012I    DSNUGBAC - UTILITY


Code:
//DSNTI32 EXEC DSNUPROC,ENV=T,UID='ACNRBL32',UTPROC=''     
//SYSMAP  DD UNIT=SYSDA,SPACE=(CYL,(10,100))               
//SYSERR  DD UNIT=SYSDA,SPACE=(CYL,(10,100))               
//SYSUT1  DD UNIT=SYSDA,SPACE=(CYL,(10,100))               
//SORTOUT DD UNIT=SYSDA,SPACE=(CYL,(10,100))               
//SORTWK1 DD UNIT=SYSDA,SPACE=(CYL,(10,10))                 
//SORTWK2 DD UNIT=SYSDA,SPACE=(CYL,(10,10))                 
//SORTWK3 DD UNIT=SYSDA,SPACE=(CYL,(10,10))                 
//SYSREC  DD DUMMY                                         
//*YSIN   DD DISP=SHR,DSN=SYMKJ.ST04.JCL(DUMMYPRM)         
//SYSIN   DD *                                             
    LOAD DATA LOG YES REPLACE INDDN SYSREC                 
    INTO TABLE CNRBD051.GRB_ACCT_DATA_TFN                   
     REBUILD INDEX (ALL) TABLESPACE CNRBD051.TSRBT032       


I do not coding any index check,why there coms out such a error? How to solve this?
Back to top
View user's profile Send private message Send e-mail MSN Messenger
issac1029
Intermediate


Joined: 10 Dec 2005
Posts: 159
Topics: 75

PostPosted: Sat Nov 11, 2006 10:57 pm    Post subject: Reply with quote

Is it a check pending?
Quote:

DSNUGUTC - OUTPUT START FOR UTILITY, UTILID = ACNRBBLA
DSNUGDF3 - CHECK INDEX NAME(CNRBD051.IXRB3202)
DSNUGDF3 - KEYWORD 'NAME' IGNORED
DSNUGUTC - CHECK INDEX NAME(CNRBD051.IXRB3202)
DSNUGBAC - RESOURCE UNAVAILABLE
REASON 00D70024
TYPE 00000220
NAME STCN.DSNDBC.CNRBD051.TSRBT032.I0001.A001
DSNUGBAC - UTILITY DATA BASE SERVICES MEMORY EXECUTION ABENDED, REA

How to deal with that??
Back to top
View user's profile Send private message Send e-mail MSN Messenger
shekar123
Advanced


Joined: 22 Jul 2005
Posts: 528
Topics: 90
Location: Bangalore India

PostPosted: Sat Nov 11, 2006 11:53 pm    Post subject: Reply with quote

issac1029
Can you make use of the info and try to debug ?

Code:

| DSNU180I csect-name  UTILITY IS NOT COMPATIBLE WITH THE utility-name
 |        UTILITY UTILID = uid OBJECT = spacename.object-name



Explanation: Certain utilities cannot process the same table or index space at the same time. The message identifies the objects for which the incompatibility occurred.
These objects might be target objects of the utilities, a mapping table, or they might be catalog or directory table spaces that are updated by the utilities. For example, DSNDB06.SYSCOPY is updated by LOAD.

Severity: 8 (error)

System Action: The starting utility is not initiated, and further utility processing in that utility job step is terminated.

User Response: Use -DISPLAY UTILITY with the provided 'uid' to determine when the utility that caused your utility to be rejected is completed.

_________________
Shekar
Grow Technically
Back to top
View user's profile Send private message
issac1029
Intermediate


Joined: 10 Dec 2005
Posts: 159
Topics: 75

PostPosted: Sun Nov 12, 2006 1:35 am    Post subject: Reply with quote

Quote:

DSNU100I -DB1T DSNUGDIS - USERID = OPCC
MEMBER = DB1T
UTILID = ACNRBBLA
PROCESSING UTILITY STATEMENT 1
UTILITY = CHECK
PHASE = UTILINIT COUNT = 0
NUMBER OF OBJECTS IN LIST = 1
LAST OBJECT STARTED = 1
STATUS = STOPPED
DSN9022I -DB1T DSNUGCCC '-DISPLAY UTILITY' NORMAL COMPLETION
Back to top
View user's profile Send private message Send e-mail MSN Messenger
Display posts from previous:   
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Database All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


MVSFORUMS
Powered by phpBB © 2001, 2005 phpBB Group