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 [...]
Archive for the ‘DB2 Version Upgrade’ Category
Db2 Version Conversion
Posted in DB2, DB2 Version Upgrade, Mainframe Q&A, tagged DB2, db2 version, Mainframe, upgrade, version, version 8 on March 27, 2008 | Leave a Comment »
Reserve storage for LE while using DFSORT
Posted in DB2 Version Upgrade, Mainframe Q&A, tagged DB2, db2 version, Mainframe, upgrade, version, version 8 on March 27, 2008 | Leave a Comment »
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
/*


