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 is the length of a variable in rpg?

964


WHAT is STORED PROCEDURE CONCEPT IN AS400 WITH EXAMPLE?

2035


1. There is a file called Month. Month has 12 members called Jan, Feb, ..., Dec. How to design a rpg code which can access any member and show its content. (User can ask for any member when required)?

405


what are the limitations of cl (compare to rpg) ?

1545


What is the use of jdftval in as400?

910






which are the string manipulation opcodes?

622


what are necessary keywords to code message subfile?

1015


what if my system I runs with system value qccsid 65535?

613


Apart from opening of a file do we have any other use of USROPN?

953


in which specification the report layout can be defined?

974


define the rcvf command?

986


what is meant by object lock requests,held locks and locks waiting to be applied(wrkobjlck) why should we apply for locks.Please explain sir.

5946


What Is The Difference Between Goto & Exsr?

1171


what is the difference between packed decimal and zoned decimal?

2252


can we use ASCII ,CDUP,SENDPASV commands in SFTP?

3145