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
 
Add rows to an existing table using load jcl.

 
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> JCL
Author Message
BhavanaS

New User


Joined: 20 Feb 2008
Posts: 17
Location: India

PostPosted: Wed May 21, 2008 11:30 am    Post subject: Add rows to an existing table using load jcl.
Reply with quote

I need to add records to a table which already has some rows present in it.I have to do this using the load jcl. One method which I could think of is
1. Do the unload for the table first.
2.Append the new records to this unload file.
3. Delete the existing data in the table
4.Load the table using the appended unload file.

Can any one suggest a better approach where probably I can avoid the delete step?

Thanks in advance,
Back to top
View user's profile Send private message
References
PostPosted: Wed May 21, 2008 11:30 am    Post subject: Re: Add rows to an existing table using load jcl. Reply with quote

Gnanas SNG

Senior Member


Joined: 06 Sep 2007
Posts: 417
Location: India

PostPosted: Wed May 21, 2008 3:08 pm    Post subject:
Reply with quote

You can choose whether you want to add the new data to the existing data or replace the existing data, if the table space already contains data.
Back to top
View user's profile Send private message
BhavanaS

New User


Joined: 20 Feb 2008
Posts: 17
Location: India

PostPosted: Wed May 21, 2008 3:11 pm    Post subject: Reply to: Add rows to an existing table using load jcl.
Reply with quote

The table space already has some records and I now want to add some more records to it. In that case how will i append the table in the JCL?

Thanks in advance,
Back to top
View user's profile Send private message
Gnanas SNG

Senior Member


Joined: 06 Sep 2007
Posts: 417
Location: India

PostPosted: Wed May 21, 2008 3:36 pm    Post subject:
Reply with quote

Which load utility you are using?

If it is BMC load plus, it avoids adding rows and keys to the table spaces and indexes if they cause duplicate keys in a unique index, so that the rows and keys do not need to be deleted later in the LOAD phase...
Back to top
View user's profile Send private message
BhavanaS

New User


Joined: 20 Feb 2008
Posts: 17
Location: India

PostPosted: Wed May 21, 2008 3:57 pm    Post subject:
Reply with quote

I am using DSNUTILB in the load jcl. Its like I have loaded the table for some employee ids and now I want to append it for remaining employee ids. So I guess there will not be an issue of duplicate keys.

Thanks,
Back to top
View user's profile Send private message
Craq Giegerich

Senior Member


Joined: 19 May 2007
Posts: 970
Location: Virginia, USA

PostPosted: Wed May 21, 2008 5:22 pm    Post subject:
Reply with quote

Have you tried looking the DB2 Utilities manual.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> JCL All times are GMT + 6 Hours
Page 1 of 1