Feeds:
Posts
Comments

Archive for the ‘DB2 Version Upgrade’ Category

Question:
I would know if moving from DB2 7 to DB2 8 changes the way SMF records are
created when running DB2 / CICS|BATCH|TSO commands.
Answer:
Yes, it is possible that you will notice SMF 101 data volume / content
changes, if you implement the new DB2 V8 option ACCUMACC.  IBM did not
add a “number of times package allocated” count [...]

Read Full Post »

The parameter to reserve storage for LE’s use is RESINV=n (or nK or
nM) and it is only used if MAINSIZE=MAX is in effect.  You can specify
these parameters using DFSPARM, e.g.
//DFSPARM DD *
  OPTION MAINSIZE=MAX,RESINV=512K
/*

Read Full Post »