Have you looked at the documentation for RPTSTG? Have you tried the process described?
sas On Wed, Mar 8, 2023 at 5:31 AM Massimo Biancucci <[email protected]> wrote: > Thanks to everybody for your support. > As usual I learnt a lot. > > The problem was (as usual business) between my seat and my keyboard. > The PLI FREE statement was not consistent with ALLOCATE. The size of the > area to be free was not correct. > I thought it was not so important and I was wrong. The manual states it > counts. > > Anyway my program suffers of HEAP fragmentation because of a mix of (lot) > small areas that I often need to allocate and free and (few) big areas that > I need to free and allocate rarely (root cause of the problem). > To trigger the issue I ran the program with a small region size, hopefully > with a bigger region I'll run ok. > It seems there's no way to ask PLI/LE for heap defrag. > > Best regards. > Max. > > ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
