Is it possible to trace which Ideal programs use RELEASE PROGRAM statements?
Release : 15.1
Component : IDEAL
There are several ways to check if and where RELEASE PROGRAM statement is used.
AN IMPORTANT NOTE: RELEASE PROGRAM may cause more use of the GETMAIN path, but it may also be saving CPU in other paths. This would mean that the spike is lowered only at the expense of overall usage.
Please carefully read the RELEASE Statement and the RELEASE PROGRAM sections of Ideal documentation before modifying the programs' logic.