> > Our shop had migrated to z/os 1.7 from z/OS 1.4. > > > After migration one of our production job is abending with S30A-10 > > abend during freemain and subsequently the job encounters another > > abend S878-18 (with z/OS 1.7). > > > When we resubmitted the same job in another two different LPAR that > > has z/OS 1.4 the same job runs successfully. > > > We then commented out the freemain code and resubmitted the test job > > again in z/os 1.7. We did this so that the operating system would do > > the freemain for us. But even this time we got the same S-30A abend > > and then S-878 abend. > > > We are struck with this issue for a long time now. Really don't know > > how to proceed further on this. Any help on this issue will be great > > help for us. > > Have you taken a dump and looked at the FREEMAIN in question (and maybe the > VSMDATA part as well). > > S30A-10 indicates that you're trying to freemain LSQA. Is this what you want > to do? > > John > Hi John, A dump didn't get produced for this abend as we also got S878 abend. But the intention of freemain is to just to release the work area used by the program. One thing which we are not able to understand is why does it fail on the new z/OS 1.7 alone, while the same job has been running successfully over many many years now. ---------- -- snip -- I would still take a dump (set a SLIP for S30A if you have to).
Is the environment the same for your program (APF status of the library the same in both cases)? --- John ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

