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
what are the three types of keywords associated with printer file ?
How to avoid using indicators in ile ?
what is the difference between sflclr and sflinz?
when do you explicitly open files and close files in an rpg program?
how can I automatically refresh a web page?
can a single screen format occupy a screen area above and below a subfile format ?
how can database records be read without lock ?
what does check opcode is used?
can a join logical file be updated?
during input operation which indicator position is seton if there is a record lock?
what is a non-join logical file?
how would you design the process for a nightly, high volume check producing process that needs to select only records that are flagged to be processed?
what is the use of dspatr(mdt) keyword?
What are the different opcodes used for file operation on a subfile in a rpg pgm?
In RPG How to read a records from a file without using read opcodes?