what are activation group and what are its types.?

Answers were Sorted based on User's Feedback



what are activation group and what are its types.?..

Answer / 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

what are activation group and what are its types.?..

Answer / sj

Adding some more details.
*New and *Caller will be deleted automatically once the job
is over..
To delete the *Name you have to perform RCLACTGRP cmd.

Is This Answer Correct ?    5 Yes 4 No

Post New Answer

More IBM AS400 AllOther Interview Questions

What is the purpose of the following? I 'CLOSED' C STAT01 I 'OPEN' C STAT02

1 Answers  


difference between view and index ?

0 Answers   IBM,


what is the rpg and cl life cycle?Please tell me any body

4 Answers  


How many Printer Files can Declare in a CL Program?

4 Answers  


if &var='good++++' &var2='day' &var *cat &var2 &var1 *tcat &var2 what is output

2 Answers  






When would the ALL keyword be used?

1 Answers  


What is the exact difference between Service Program and Binding Directory?

1 Answers  


How to reverse the string in rpg

0 Answers  


How can you identify End of file in CLP program?

1 Answers  


what is the use of jdftval in join logical file?

1 Answers   IBM,


when do you use f-spec. Continuation line ?

1 Answers   IBM,


Define the purpose of Factor 1 the Operation Code and *IN15 in following code HI LO EQ C *YMD Test(D) yymmddDate 15

1 Answers  


Categories