Minimize the use of static and global variables, if possible. These are initializedwhether or not you explicitly initialize them. By not using static and global variables, the performance improvement is obtained at activation group startup.
(C) Copyright IBM Corporation 1992, 2005. All Rights Reserved.