what are activation group and what are its types.?
Answer Posted / shivani.arora
Provides Run time data structure to support running of the
program. Activation group can be *New, *Caller, Name.
ACTGRP(*NEW) - When the program gets called, a new
activation group is created. This called program is then
associated with the newly created activation
group.
ACTGRP(*Caller)- When the program gets called, the program
is activated into the caller's activation group.
ACTGRP(Name)- Specify the name of the activation group to
be used when this program is called.
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
Why we are not able to perform insert delete and update operation in Join logical file?
how can we run a batch job?
how do you use commitment control in rpg program ?
what is the syntax for plist?
is there any way I can ease my rpg controls on numeric input fields? How about an input date field?
which are the relational operators in rpg?
how will you display a particular page in subfile ?
when do you explicitly open files and close files in an rpg program?
What is difference between rename and prefix?
how can a message from a message file appear as a constant on the screen?
what is sflinz and sflrna?
Can you summarize the steps I have to go through in writing my first cgi?
an access path may be in which sequence?
what opcode will be used to test the zone of a character field?
how can you execute a command from within an rpg program without calling a clp program?