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

SQL QUERY to detect AREO and REORP conditions.


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

New User


Joined: 29 Jun 2010
Posts: 2
Location: UK

PostPosted: Wed Nov 07, 2012 6:32 pm
Reply with quote

Hi

We have been writing a REXX program to do smart reorgs. It looks at RTS or RUNSTATS and determines from the stats if it thinks that a REORG is necessary and then builds a LISTDEF for a REORG step further along in the JCL.

This is working nicely. But now I want to add some additional functionality to automatically detect AREO and REORP conditions and prioritise those tablespaces for reorg. But after much Googling and rummaging in the manuals I cannot seem to find a method of doing this as part of an SQL query.

So either it's not possible or I'm missing something obvious.

Does anyone have an answer please?

Thank you in advance.
Back to top
View user's profile Send private message
don.leahy

Active Member


Joined: 06 Jul 2010
Posts: 765
Location: Whitby, ON, Canada

PostPosted: Thu Nov 08, 2012 12:30 am
Reply with quote

I don't think you are missing anything obvious. The only solution I could think of would be to trap the output from the -DIS DATABASE command and use that in your procedure.
Back to top
View user's profile Send private message
imellis

New User


Joined: 29 Jun 2010
Posts: 2
Location: UK

PostPosted: Thu Nov 08, 2012 1:55 am
Reply with quote

I'd already thought of scraping the information out of the -DIS DB command output. It's just that it doesn't integrate well the program I have thus far without making big changes. Finding a more SQL friendly way would be better, if one exists.

Such a feature exists in DB2 LUW, but IBM haven't replicated that functionality in the z/OS edition of their product, which is a shame.

I have figured out a way to go the -DISPLAY command route if I have to, but I didn't want to make any more work for myself than necessary if there was an SQL query that would do the job.
Back to top
View user's profile Send private message
GuyC

Senior Member


Joined: 11 Aug 2009
Posts: 1281
Location: Belgium

PostPosted: Mon Nov 12, 2012 3:12 pm
Reply with quote

DSNACCOX()
querytype = 'RESTRICT'
chklvl = 8
Back to top
View user's profile Send private message
dbzTHEdinosauer

Global Moderator


Joined: 20 Oct 2006
Posts: 6966
Location: porcelain throne

PostPosted: Thu Nov 15, 2012 1:13 am
Reply with quote

as a follow-up to GuyC's post about DSNACCOX
ibmsystemsmag.blogs.com/db2utor/2012/11/db2-performance-stored-procedures.html
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 How to load to DB2 with column level ... DB2 6
No new posts RC query -Time column CA Products 3
No new posts Dynamically pass table name to a sele... DB2 2
No new posts Query on edit primary command CLIST & REXX 5
No new posts Query on edit primary command CLIST & REXX 1
Search our Forums:

Back to Top