I have a REXX Exec that calls two programs in a loop, first one then the other. I execute the REXX in batch. Both of these programs are normally run in single batch steps. My REXX exec calls them using each member of a PDS as input. It works great for about 250 members, then it starts to abend. The first abend is an S106. After that it starts to suffer S0C4s, then ultimately breaks down with SA03.
So it appears that one or both of these programs is not freeing its storage before ending, and I have a suspicion as to which one it is. Here’s my question – is there any way inside the REXX that I can reset the environment before calling these programs so that each time they execute they can have a fresh start? ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
