WHAT IS ACTIVATION GROUP IN ILE?

Answers were Sorted based on User's Feedback



WHAT IS ACTIVATION GROUP IN ILE?..

Answer / shobhit

Activation group is the environment where the ILE jobs are
executed. You can specify the activation group in CRTPGM or
CRTSRVPGM command.
There are three possible values for Activation Group
parameter. 1. Name 2. New 3. Caller.
You can not create the activation group by command
CRTACTGRP.

Is This Answer Correct ?    38 Yes 11 No

WHAT IS ACTIVATION GROUP IN ILE?..

Answer / amar

an activarion group is a resource container with in a job

Is This Answer Correct ?    29 Yes 5 No

WHAT IS ACTIVATION GROUP IN ILE?..

Answer / danish hasan

its a kind of environment which provide all the necessary
resources required for the sucessfull execution of program

Is This Answer Correct ?    17 Yes 2 No

WHAT IS ACTIVATION GROUP IN ILE?..

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

WHAT IS ACTIVATION GROUP IN ILE?..

Answer / pravin

through activation group u can define the scope of
resources for any pgm

Is This Answer Correct ?    15 Yes 7 No

WHAT IS ACTIVATION GROUP IN ILE?..

Answer / bharat

Just adding to Shobbit's answer:

For the program activation grop is : Name, Default
activation group(*NO)if to use ILE goodies, or Yes for OPM
model.
For service program, DFTACTGRP(*Caller), can be *NEW or by
name.

Is This Answer Correct ?    11 Yes 3 No

WHAT IS ACTIVATION GROUP IN ILE?..

Answer / dinesh

activation group is a substructure of job and the
substructure contains the resources required for successful
execution of program.

Is This Answer Correct ?    10 Yes 2 No

WHAT IS ACTIVATION GROUP IN ILE?..

Answer / anil minda

It's like a substructure of the job and the substructure
contains the resouces required to execute or run the
program.

Is This Answer Correct ?    8 Yes 5 No

WHAT IS ACTIVATION GROUP IN ILE?..

Answer / debasmita

The process of making any program or service program to be
executed is called Activation.Generally program or service
programs activates within a activation group.

Is This Answer Correct ?    4 Yes 1 No

WHAT IS ACTIVATION GROUP IN ILE?..

Answer / amit rastogi

Activation group is a boundree where we difine the Scope of
the Resources for any Program.

Is This Answer Correct ?    7 Yes 5 No

Post New Answer

More IBM AS400 AllOther Interview Questions

How to reverse a string using RPG?

0 Answers  


how we lock a pf???? what are the parameters used in this command.how we understand whether an object is locked or not?? using command .....we have to use *PSSR? and trough *status..how??.if we give an eg to me???pls answer me anyone..

5 Answers   CTS,


what does check opcode do ?

1 Answers   IBM,


what is the maximum number of parameters allowed in rpg?

1 Answers   IBM,


What is the function of DSPATR (display attributes) keyword?

1 Answers  






A phisical file has two fields like 1) Account No(10,0) 2)Phone No(15,0)Unique on both fields?Please give me the answer for this?

3 Answers  


What is the maximum number of subfiles that can be specified in a display file?

1 Answers   IBM,


which type of object is used in db2/400?

0 Answers   IBM,


writing an sql statement from selecting records from two files using single statement and nested select statement.

0 Answers   IBM,


when do you explicitly open files and close files in an rpg program?

1 Answers   IBM,


Can an indexed file be accessed in arrival seQuence in RPG program ?

1 Answers  


what is the purpose of the indara keyword?

1 Answers   IBM,


Categories