what is RCLRSC?

Answers were Sorted based on User's Feedback



what is RCLRSC?..

Answer / vj

The Reclaim Resources (RCLRSC) command is intended for use by the controlling program in an application to free resources that were allocated by programs that have finished running and returned control to the controlling program.

The resources used by these programs can then be used by other programs running on the system.

Based on the reference level specified by the LVL parameter, this command reclaims resources that are scoped to the default activation group. This command does not reclaim resources that are scoped to the job or resources that are scoped to any activation group other than the default activation group.

Is This Answer Correct ?    3 Yes 0 No

what is RCLRSC?..

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

More IBM AS400 AllOther Interview Questions

how can you detect and handle a record lock situation?

1 Answers   IBM,


what is the purpose of ovrdta (override data) keyword?

1 Answers   IBM,


If login Screen has been modified by adding current date to be displayed. What Step to be followed to Keep that date as Current date Note: If no steps taken then it will display only the compilation date

2 Answers   BridgeStone,


What is the purpose of the following? I 'CLOSED' C STAT01 I 'OPEN' C STAT02

1 Answers  


using dfu, user will be able to ___________ from physical file?

0 Answers   IBM,






STRTCPFTP command is used to start FTP in CL Language (ILECL)....can u plz tell me which command is used to start SFTP in CL language(ILECL)?

1 Answers  


What is the difference between /copy and /include in RPGLE?

1 Answers  


not all command typed on command line are cl command? true r false

3 Answers  


what is scan and xlate?

1 Answers   IBM,


is there any way to dynamically merge other html scripts into a given html?

0 Answers   IBM,


how many files, printer files you can describe in a rpg?

0 Answers   IBM,


how can you check for a records existence without causing and i/o (chain/read)?

1 Answers   IBM,


Categories