Hi Arturo,
This scenario sounds like during the subsequent runs of the routine you are accessing Global buffers (AKA: Global buffer pool) which is used to optimise the running of the routines for frequent use or data access.
Your subsequent runs will be complimented by any new data that is added between runs with the "latest and greatest" data. The same applies to any data that has been killed between runs.
You don't need to purge anything. You can trust that you will always be getting the data you expect.
Kind regards,
Patrick
- Log in to post comments
.png)