Portal | IBM Manuals | Downloads | Products | Refer | Info | Programs | JCLs | Forum Rules*| Site Map | Mainframe CD 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index
 
Register
 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index FAQ Search Memberlist Usergroups Profile Log in to check your private messages Log in
 
How to unload a partitioned table, partition by partition

 
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> DB2
Author Message
dhivakarram

New User


Joined: 27 Jul 2006
Posts: 4
Location: chennai

PostPosted: Tue Jun 19, 2007 10:45 am    Post subject: How to unload a partitioned table, partition by partition
Reply with quote

how to unload a partitioned table, partition by partition, if it contains 30 partition i have to unload it in 30 files. everything is done by using symbolic parameters. but how to code the parm card.
kindly help me to learn this
Back to top
View user's profile Send private message
References
PostPosted: Tue Jun 19, 2007 10:45 am    Post subject: Re: How to unload a partitioned table, partition by partition Reply with quote

wanderer

Active User


Joined: 05 Feb 2007
Posts: 139
Location: Sri Lanka

PostPosted: Tue Jun 19, 2007 12:06 pm    Post subject: Re: partition table unload
Reply with quote

Something like this should get you started.

TEMPLATE UNLDDS DSN &USERID..&DB..&TS..P&PART..SYSREC
UNIT SYSDA DISP (NEW,CATLG,CATLG) SPACE (2,1) CYL

UNLOAD TABLESPACE TDB1.TSP1
UNLDDN UNLDDS

Please check the Unload and Template chapters in Utility Guide listed under the link 'Manual' above for more details. Hope this helps.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> DB2 All times are GMT + 6 Hours
Page 1 of 1