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

Copy Pending status flag in the SYSIBM table


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

New User


Joined: 22 Aug 2008
Posts: 20
Location: india

PostPosted: Tue May 24, 2011 12:34 pm
Reply with quote

Hi,

While I am trying to insert the row, I am getting the SQL code - 904. I have run the repair util to make NO-CopyPend status.

Now I am able to insert the records.

Can any one tell me, from which SYSIBM table, i can find the copy pending staus? Because, I am running and finding the tables in the copy pend status... So whether may i find all copy pending tablespace from SYSIBM...?
Back to top
View user's profile Send private message
GuyC

Senior Member


Joined: 11 Aug 2009
Posts: 1281
Location: Belgium

PostPosted: Tue May 24, 2011 3:33 pm
Reply with quote

I don't think it is reflected in the catalog.

you can see them with the DB2 Command (not SQL, not DSN)
-DISPLAY DATABASE(*) SPACENAM(*) RESTRICT

or via result set 2 of the the Supplied Stored Procedure :
CALL "SYSPROC".ADMIN_COMMAND_DB2(
'-DISPLAY DATABASE(*) SPACENAM(*) RESTRICT '
,43,'TS','',0,0,0,0,0,0,0,'')
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 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 VB to VB copy - Full length reached SYNCSORT 8
No new posts SCOPE PENDING option -check data DB2 2
Search our Forums:

Back to Top