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

How to do the reorg of db2 table using 'DSNUTILB'


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

New User


Joined: 30 Aug 2006
Posts: 30
Location: mumbai

PostPosted: Mon Apr 16, 2007 1:22 pm
Reply with quote

Hi,

Can anybody tell me how to do the reorg of db2 table by using 'DSNUTILB' utility.

Thanks,
Soumya
Back to top
View user's profile Send private message
Garpen

New User


Joined: 03 Jan 2007
Posts: 14
Location: Sweden

PostPosted: Thu Apr 19, 2007 12:01 am
Reply with quote

One way :

//REORG EXEC PGM=DSNUTILB,PARM='DSNT,,',REGION=32M
//SYSPRINT DD SYSOUT=*
//UTPRINT DD SYSOUT=*
//SYSUDUMP DD SYSOUT=*
//SYSDISC DD DSN=&&SYSDISC,
// DISP=(,PASS),SPACE=(CYL,(150,50))
//SYSREC DD DSN=&&SYSREC,
// DISP=(,PASS),SPACE=(CYL,(150,50))
//SYSUT1 DD DSN=&&SYSUT1,
// DISP=(,PASS),SPACE=(CYL,(150,50))
//SORTOUT DD DSN=&&SORTOUT,
// DISP=(,PASS),SPACE=(CYL,(150,50))
//SYSIN DD *
REORG TABLESPACE dbname.tsname SORTNUM 8 SORTKEYS
Back to top
View user's profile Send private message
vini_IBM

New User


Joined: 16 Apr 2007
Posts: 3
Location: Bangalore, INDIA

PostPosted: Thu Apr 19, 2007 8:21 pm
Reply with quote

In fact, REORG is a complicated topic (atleast for me ). I would suggest to go thru Manual for better understanding. Go thru Offline and Online reorg its interesting.
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 Pulling a fixed number of records fro... DB2 2
No new posts Reorg abended with REASON=X'00E40347' DB2 2
No new posts Multiple table unload using INZUTILB DB2 2
No new posts Check data with Exception Table DB2 0
Search our Forums:

Back to Top