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

Remove check pending status from table


IBM Mainframe Forums -> DB2
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
santosh100678

New User


Joined: 21 Sep 2009
Posts: 55
Location: Kolkatta

PostPosted: Thu Mar 11, 2010 9:42 pm
Reply with quote

Hi,

Please help is it any option in spufi where we can repair table sapce.
means when i face -904 then we have set of job which repair table space
so is there in option to repair that.
Back to top
View user's profile Send private message
lokesh vasanthi

New User


Joined: 19 Aug 2005
Posts: 17
Location: Chennai, India

PostPosted: Thu Mar 11, 2010 9:58 pm
Reply with quote

Hi,,

You can remove the Check pending status through Platinum or JCL

Through Platinum: Use below command
-STA DB(Database Name) SPACE(Tablespace name) ACCESS(FORCE)

Through JCL:
//JSTY0060 EXEC PGM=DSNUTILB,REGION=4M,
// PARM='Subsystem name,Repair,'
//SYSPRINT DD SYSOUT=*
//UTPRINT DD SYSOUT=*
//SYSUDUMP DD SYSOUT=*
//SYSABEND DD SYSOUT=*
//SYSIN DD *
REPAIR SET TABLESPACE Database Name.Tablespace Name NOCOPYPEND
REPAIR SET TABLESPACE Database Name.Tablespace Name NOCHECKPEND
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Fri Mar 12, 2010 12:43 am
Reply with quote

Hello,

Suggest you understand what caused the check pending before just "fixing" it . . .
Back to top
View user's profile Send private message
santosh100678

New User


Joined: 21 Sep 2009
Posts: 55
Location: Kolkatta

PostPosted: Fri Mar 12, 2010 12:14 pm
Reply with quote

please suggest me any option in spufi, if any option in spufi then please provide me screen shot
Back to top
View user's profile Send private message
GuyC

Senior Member


Joined: 11 Aug 2009
Posts: 1281
Location: Belgium

PostPosted: Fri Mar 12, 2010 2:29 pm
Reply with quote

not in spufi
-904 can have several reasons, only one being check pending
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Fri Mar 12, 2010 8:52 pm
Reply with quote

Hello,

What is the reason code?

As Guy mentions, it might not even be a "check pending". . .
Back to top
View user's profile Send private message
santosh100678

New User


Joined: 21 Sep 2009
Posts: 55
Location: Kolkatta

PostPosted: Fri Mar 12, 2010 8:57 pm
Reply with quote

Hi,

when i browse the table thru spufi then i face error -904 resource unavailable. then i know that table is in check pending status .regularly we made check the index name and submit the job for remove check pending state .
Back to top
View user's profile Send private message
GuyC

Senior Member


Joined: 11 Aug 2009
Posts: 1281
Location: Belgium

PostPosted: Fri Mar 12, 2010 9:11 pm
Reply with quote

[condescending mode]Young man,
We all have different native languages, so misunderstandings happen often.
If you don't even bother to reread you messages and correct the simpliest typo's , you unnecessarily complicate our understanding of what you mean.
Answering is voluntary, and this kind of disrespect just might cost you some useful information.[/condescending mode]
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 -> DB2

 


Similar Topics
Topic Forum Replies
No new posts Load new table with Old unload - DB2 DB2 6
No new posts Sortjoin and Search for a String and ... DFSORT/ICETOOL 1
No new posts Job completes in JES, but the status ... IBM Tools 1
No new posts Pulling a fixed number of records fro... DB2 2
No new posts SCOPE PENDING option -check data DB2 2
Search our Forums:

Back to Top