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 code for reading member in rpgle when wehave like extmbr(*all) so we have 3 members in *all then i want to read first record in 2member

2 Answers   HCL,


Define what the operation will do, the purpose of the result field and the purpose of *IN66? HI LO EQ C CALL 'CVTDAT' DTPRM 66

1 Answers  


Q.How can more than two program be executed in batch mode through SBMJOB in CL PGM but the condition is that program must be executed one by one?Please wtite the senario? 2. IS it possibe more then two programs can be executed in batch mode and HOw it will be executed in CL program ,please write the senario?

6 Answers   IBM,


what are the different methods to access seu?

0 Answers   IBM,


What are the different types of messages in CL?

1 Answers  






What is the purpose of STRCMTCTL command?

1 Answers  


Why do you use Keep and Assume Keywords.

2 Answers   Four soft,


What is program status data structure(psds) in as400?

0 Answers  


where exactly we can use OPNQRYF ?

3 Answers   TCS,


What the difference between Source Physical File and Physical File?

1 Answers  


what are members?

0 Answers   IBM,


WHICH REPLY CODE IS USED BT sftp ? ... (e.g.226 is used by FTP IF FILE IS TRANSFERED)

0 Answers  


Categories