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 ? | 5 Yes | 4 No |
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
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
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?
what are the different methods to access seu?
What are the different types of messages in CL?
What is the purpose of STRCMTCTL command?
Why do you use Keep and Assume Keywords.
What is program status data structure(psds) in as400?
where exactly we can use OPNQRYF ?
What the difference between Source Physical File and Physical File?
what are members?
WHICH REPLY CODE IS USED BT sftp ? ... (e.g.226 is used by FTP IF FILE IS TRANSFERED)