Reorg pending status

RDBMS from IBM and IBM's Hierarchical DBMS and Transaction Manager (IMS DC).
Post Reply
maidy
Registered Member
Posts: 11
Joined: Fri Feb 21, 2014 11:57 pm

Reorg pending status

Post by maidy »

Hello People!

how can i find a reorg pending status and advisory reorg pending status in catalog tables in db2 z/os?

tks :D
zprogrammer
Global Moderator
Global Moderator
Posts: 588
Joined: Wed Nov 20, 2013 11:53 am
Location: Mars

Re: Reorg pending status

Post by zprogrammer »

Hi,

I don't think you can find those details in Catalog tables

You might need to use DB2 commands

Code: Select all

-DIS DB(dbname)
zprogrammer
maidy
Registered Member
Posts: 11
Joined: Fri Feb 21, 2014 11:57 pm

Re: Reorg pending status

Post by maidy »

Tks Pandora,

I got the following: -DIS DB(*) SPACENAM(*) ADVISORY(AREO*)

Do You know how I do for 'REORG PENDING STATUS'? for tablespaces and indexes?

Tks again!
zprogrammer
Global Moderator
Global Moderator
Posts: 588
Joined: Wed Nov 20, 2013 11:53 am
Location: Mars

Re: Reorg pending status

Post by zprogrammer »

Do You know how I do for 'REORG PENDING STATUS'? for tablespaces and indexes?
You mean you wanted to know how to make the Tablespace back to RW ??
zprogrammer
maidy
Registered Member
Posts: 11
Joined: Fri Feb 21, 2014 11:57 pm

Re: Reorg pending status

Post by maidy »

not, sorryyyyy.... How do I find the status REORG PENDING using the Db2 commands. For tbs and indexes.

tks
zprogrammer
Global Moderator
Global Moderator
Posts: 588
Joined: Wed Nov 20, 2013 11:53 am
Location: Mars

Re: Reorg pending status

Post by zprogrammer »

Try this command

Code: Select all

-DIS DB(*) SPACENAM(*) RES(REORP)
Also check this link

http://publibz.boulder.ibm.com/cgi-bin/ ... 0609173250
zprogrammer
maidy
Registered Member
Posts: 11
Joined: Fri Feb 21, 2014 11:57 pm

Re: Reorg pending status

Post by maidy »

Thank you Pandora. With your help, I got what I needed. :D :D
zprogrammer
Global Moderator
Global Moderator
Posts: 588
Joined: Wed Nov 20, 2013 11:53 am
Location: Mars

Re: Reorg pending status

Post by zprogrammer »

Glad it helped :)
zprogrammer
Post Reply

Create an account or sign in to join the discussion

You need to be a member in order to post a reply

Create an account

Not a member? register to join our community
Members can start their own topics & subscribe to topics
It’s free and only takes a minute

Register

Sign in

Return to “IBM DB2 and IMS DB/DC”