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

Diff between FULL and PARTIAL unloads


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

Active User


Joined: 17 May 2006
Posts: 310

PostPosted: Mon Dec 10, 2007 3:53 pm
Reply with quote

Dear Experts,

I have a small confusion over Unloads.

I came across 2 words "FULL UNLOAD" and "PARTIAL UNLOAD" while going through my project specifications.

I presume like this:

FULL UNLOAD : Unload all the data from a table
(Select col1, col2, col3 from TABLE)

PARTIAL UNLOAD : Unload a part of the data based on some selection criteria.
(Select col1, col2, col3 from TABLE WHERE cond-1 and cond-2)

Can anyone suggest whether I am on right track or out of track.
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Tue Dec 11, 2007 4:56 am
Reply with quote

Hello,

I'd suggest there are multiple "partials".

Some, not all of the rows.

Some, not all of the columns.

Combinations of the above.

Yes, i believe you are on the right track icon_smile.gif
Back to top
View user's profile Send private message
mkk157

Active User


Joined: 17 May 2006
Posts: 310

PostPosted: Tue Dec 11, 2007 2:02 pm
Reply with quote

Hi dick,

thanks for ur reply.

As you said above, I got business requirement on which criteria we need to take the unloads. They just need data only from a particular data which will be in another control table and some other project specific requirement. I have started working on that.

I am requesting you for any technical papaers or links related to partila unloads to get more knowledge on this area.
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Tue Dec 11, 2007 11:04 pm
Reply with quote

You're welcome icon_smile.gif

I believe partial unloads are kinda like reports - it just depends on what you need to meet your requirement. Rows/columns would be custom selected for the requirement.

I'm not aware of any special papers or web sites that would help.

Possibly, i do not understand the question. If you provide more info on what yo are looking for, someone may have suggestions.
Back to top
View user's profile Send private message
mkk157

Active User


Joined: 17 May 2006
Posts: 310

PostPosted: Wed Dec 12, 2007 4:52 pm
Reply with quote

Hi dick,

I am looking for some technical papers or web-links on LOAD and UNLOAD utilities, as I have been working on BMC Utilities all the time as part of my project.

So I think it is the right time to get more and more knowledge on this area. If anybody can help me out on this, I can do some research on these two utilities.

If there are any DBA's in our group, they can be sort out this.
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Wed Dec 12, 2007 10:34 pm
Reply with quote

Hello M K K,

At the top of each web page there is a "Manuals" link. There is an entire section of database manuals and many of the current versions of DB2 are available. The manual you may be most interested in is the Utility Guide.

Both LOAD and UNLOAD are convered extensively.
Back to top
View user's profile Send private message
mkk157

Active User


Joined: 17 May 2006
Posts: 310

PostPosted: Thu Dec 13, 2007 10:39 am
Reply with quote

Yes dick,

The Utility Guide is very helpful and contains much more information.

Thanks a lot.
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Thu Dec 13, 2007 10:37 pm
Reply with quote

You're welcome icon_smile.gif

We're here if there are questions.

d
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 VB to VB copy - Full length reached SYNCSORT 8
No new posts Find the occurrence of Key Field (Par... DFSORT/ICETOOL 6
This topic is locked: you cannot edit posts or make replies. Internal Autonomous Stored Procedure ... DB2 6
No new posts EIBRESP=16 and EIBRESP2=25 while doi... CICS 2
No new posts Sort on different fields, removing du... SYNCSORT 8
Search our Forums:

Back to Top