'PC'= |
Program Caching |
Defines the maximum number of programs to remain in program cache. For 'PC'=nnn, PxPlus will maintain the last nnn programs (subprograms) in memory, thus reducing the time required to reload them.
Any changes to the 'PC' setting will cause the cache to be flushed and all programs to be reloaded from disk and flushes the object cache. (as of PxPlus v11.50)
Use the following to reset cached programs so that changes on disk are reloaded:
SET_PARAM 'PC'=PRM('PC')
'PC'=0 (No programs in cache)