WHAT IS ACTIVATION GROUP IN ILE?
Answer Posted / som
Acivation group is very similar to Subsystem.It alocates
the necessary resources for the ILE job to executes.
This can be 4 types of
*ENTMOD : The program entry procedure module (ENTMOD
parameter) is ckecked.If the module attribute is RPGLE,
CBLLE, or CLLE, then ACTGRP is QILE or QILETS.QILE is used
when STGMDL(*SNGLVL) is specified, and QILETS is used when
STGMDL(*TERASPACE) is specified.
*NEW :When the program gets called, a new activation
group is created.
*CALLER :When the program gets called, the program is
activated into the caller's activation group.
Name :Specify the name of the activation group to be
used when this program is called.
| Is This Answer Correct ? | 17 Yes | 2 No |
Post New Answer View All Answers
Which command is used to replace CDUP command in FTP IF i WANT TO USE SFTP?
Using %check we are checking monika in mona what is output? What is %SCAN?
Can we debug the MSGW JOBS?
if dspatr(pc) and csrloc were specified for a format, which keyword would have priority?
In RPG How to read a records from a file without using read opcodes?
what is the use of sflend keyword?
what is xfoot opcode ?
how can you check for a records existence without causing and i/o (chain/read)?
some special characters I key in my html source members show different on my web pages. Why? How can I solve this?
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)?
What is program status data structure(psds) in as400?
what is a non-join logical file?
what does vldcmdkey means?
Explain this error: "all record formats for externally-described file abcd ignored or dropped due to error; file ignored."?
what is a program described file in rpg?