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 |
which are control break logic indicators?
what is *inzsr used for?
Difference between NOPASS & OMIT?
Write the subfile logic program for the given concept. Load the data to the subfile depends upon the designation where designation is not a key field?
can you specify a display file to be used in the following modes input,output, or combined modes ?
I want to run ls *.csv (sftp command) from CL Program... Can u plz tell me when SFTP command will start running? i.e.which command should I use in CL Program to run ls command?
not all command typed on command line are cl command? true r false
How to see all record formats used in a file?
what is the maximum number of records you can specify in a display file?
What is the function of SEU ?
I have a display file with mandatory fields. Is there anyway that i can highlight those fields to bring attention to the user? The same behavior that AS400 makes when we attempt to execute a command without completing all the required parameters. Note: I have used DSPATR(HI) or DPSATR(RI) and they have different behaviors. Thanks.
What are the different types of specification available in RPG/400 ?