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 the necessary keyword for non-join logical file?
what is *iso date format?
what is the difference between *like and *namvar ?
an access path may be in which sequence?
under given circumstances, my cgi should link to another site. How to implement this?
what is the difference between udate and the system date?
How can we read file using curser? how to define a curser?
What is file access opcodes?
the maximum number of subfiles that can be active for a single file is ____ .
how to run other job when one job is active?
Apart from opening of a file do we have any other use of USROPN?
What is file information data structure(infds) in as400?
What are the record format field mapping options in cpyf?
define subsystem?
define the purpose of the *bcat function?