Answer Posted / sara
Be careful when converting applications to ILE, especially CL code. The Reclaim Resources command (RCLRSC) has no effect when run in an activation group other than the default activation group. If you convert an application and specify that it is to run in a *NEW or named activation group, it may not run properly if it relies on the RCLRSC command.
Most applications that execute the RCLRSC command do so periodically as a "garbage-collecting" device to improve performance. However, a small percentage of programs rely on the RCLRSC command to free static memory, close open files, and free certain other resources. For example, a frequently called RPG program may return without setting on LR. This keeps the program activated and saves time when the program is subsequently called.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
what is xfoot opcode ?
What Does 'sr' In Columns 7-8 Of C Specs Mean?
what is match field indicator?
difference between sflrcdnbr and sflnxtchg?
how do you specify page overflow indicator for printer files in rpg?
what is a composite key?
is their a difference in cobol400 for the release 5.2 and 6.1 at the as400.
How to convert a spool file to PDF file in AS400?
What is the use of jdftval in as400?
which of the following operations does not zero the field flda defined as 4,0?
maximum number of subfiles that can defined in a rpg program for one display file is?
which indicator is used for read?
what is meant by object lock requests,held locks and locks waiting to be applied(wrkobjlck) why should we apply for locks.Please explain sir.
when do you use f-spec. Continuation line ?
Write a logic program for knowing the repeated number of a vowels in a given program?