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

Package binding effects of DEGREE(ANY) & DEGREE(1)


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

Senior Member


Joined: 29 Jul 2008
Posts: 1020
Location: India

PostPosted: Wed Jan 28, 2009 12:15 pm
Reply with quote

Hi,

Can i know, what are the effects of binding a package with DEGREE(ANY) & DEGREE(1). What i found is increase in package avgerage size, when i converted it from degree(1) --> degree(any).

Sushanth
Back to top
View user's profile Send private message
sushanth bobby

Senior Member


Joined: 29 Jul 2008
Posts: 1020
Location: India

PostPosted: Wed Jan 28, 2009 12:23 pm
Reply with quote

Hi again,

I Know DEGREE(1) - means 'No parallel Processing'
DEGREE(ANY) - means 'Allows parallel processing'

Why there is an increase in package avgsize, regards to this ?

Sushanth
Back to top
View user's profile Send private message
Anuj Dhawan

Superior Member


Joined: 22 Apr 2006
Posts: 6250
Location: Mumbai, India

PostPosted: Wed Jan 28, 2009 4:34 pm
Reply with quote

Hi,

A plan or package that is bound with DEGREE(ANY) can require 50 to 70% more storage for the CTs and PTs in the EDM pool than one bound with DEGREE(1). If you change a plan or package to DEGREE(ANY), check the change in the column AVGSIZE in SYSPLAN or SYSPACKAGE to determine the increase required.
Back to top
View user's profile Send private message
sushanth bobby

Senior Member


Joined: 29 Jul 2008
Posts: 1020
Location: India

PostPosted: Wed Jan 28, 2009 7:13 pm
Reply with quote

Yes Anuj,

I check the catalog tables before & after changes from DEGREE(1) --> DEGREE(ANY). There is an increase in the AVGSIZE.

What i wanted to know is WHY ? more storage is required for the package when changing its parallelism(no parallel --> parallel).

Sushanth
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 Rebind issue - Package DB2 2
No new posts Why myself doing Package Bind always ... DB2 5
No new posts JCL to delete component in a package Compuware & Other Tools 14
No new posts -419 SQL error when binding DB2 2
No new posts What's plan, package, bind ? DB2 2
Search our Forums:

Back to Top