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

changing defaults in db2 admin - Unload (UL)


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

Active User


Joined: 31 Oct 2006
Posts: 131
Location: brisbane

PostPosted: Tue Aug 15, 2023 6:20 am
Reply with quote

I have a requirement to backup a number of databases and provide a facility to restore them. The tablespaces are are small and can be unloaded into single datasets, but there are a lot of them (approx 300).

db2 admin (Unload) puts the following in the control file
Code:
LOAD DATA INDDN SYSREC   LOG NO  RESUME YES 
 EBCDIC  CCSID(00037,00000,00000)           
 INTO TABLE                                 
...


ideally i would want the following defaults :
Code:
LOAD DATA INDDN SYSREC   LOG NO NOCOPYPEND REPLACE   
 STATISTICS TABLE INDEX UPDATE ALL                   
 INTO TABLE
...


Can this be done within the db2 admin facility?

Any help appreciated.
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 Remote Unload of CLOB Columns DB2 6
No new posts Multiple table unload using INZUTILB DB2 2
No new posts DB2 Table - Image copy unload IBM Tools 2
No new posts DB2 for z/OS and LUW Admin Job Opening Mainframe Jobs 0
Search our Forums:

Back to Top