I compiled all of these program with ACTGRP(TRANS_ENG) just for the
heck of it but I really wonder what the benefits are. It seems like a
good idea to 'group' these programs together.
Interesting. There are differing opinions on this too
http://www.i5tools.com/php/modules.php?name=Downloads&d_op=getit&lid=27
This will get a word doc....I hope this helps.
Activation groups are very important from a process perspective as
they control memory resources and certain resource scoping. To get an
handle on what activations groups are and how to use them, open a copy
of the iSeries, ILE C/C++ Programmer's Guide. Search on 'activation
groups', reading the information found via the search will provide
what you need as long as you have a basic grasp of OS/400
fundamentals. If you only read one section (NOT recommended), read
Managing Activation Groups. Although you find redundant information in
different sections, put up with it to get the critical data needed to
be a first rate iSeries programmer.
Used incorrectly, specifying activation groups can result in needless
crashing of processes. Not used when needed can result in incorrect
scoping of such things as overrides.
Mike Amos (MrA)