what are activation group and what are its types.?
Answers were Sorted based on User's Feedback
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 |
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 ? | 6 Yes | 4 No |
what is match field indicator?
difference between sflrcdnbr and sflnxtchg?
Why would you prefer OPNQRYF than logical file?
what is the correct about QTEMP library(below mention)? a.it is Unique to a job b.it can be shared between different job c.it can only be deleted by QSECOFR d.Non Please give me the answer for this?
what are all the contents of subfile?
is there any way to dynamically merge other html scripts into a given html?
How can I automate sftp commands(ls & get) in CL program.. If I want to write two scripts one for each command... can u plz tell where the script should be written? & what will be the content of each scripts?
How can u create a temporary file in CLP @ how to access that temporary file in RPG program?
how can you specify no duplicate key?
in conjunction with what other keyword must ovrdta and ovrata be used?
how many files can be defined in f specs?
define the purpose of the iter operation?