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


Please Help Members By Posting Answers For Below Questions

what are the three types of keywords associated with printer file ?

1148


How to avoid using indicators in ile ?

868


what is the difference between sflclr and sflinz?

1219


when do you explicitly open files and close files in an rpg program?

1376


how can I automatically refresh a web page?

725






can a single screen format occupy a screen area above and below a subfile format ?

1151


how can database records be read without lock ?

1372


what does check opcode is used?

1111


can a join logical file be updated?

669


during input operation which indicator position is seton if there is a record lock?

1096


what is a non-join logical file?

1113


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?

1085


what is the use of dspatr(mdt) keyword?

1612


What are the different opcodes used for file operation on a subfile in a rpg pgm?

1252


In RPG How to read a records from a file without using read opcodes?

1132