I have an old assembler program which we call numerous times from a rexx
script.  There seems to be an issue introduced with our z/OS 1.10 upgrade
which did not previously exist... the memory usage builds up and eventually
abends.  There is no freemain in the program, so I'm thinking adding one at
exit will fix the issue.  Worth a test, anyway.   My question is about the
format of the freemain statement.

This is the getmain....

GETMAIN EC,LV=(5),A=TABLADDR
TABLADDR DC    A(0)

And I was thinking that the freemain would just be....

FREEMAIN R,LV=(0),A=TABLADDR

But that results in:
IEA705I ERROR DURING FREEMAIN SYS CODE = 30A-1C

I'm still reading up on options, but thought someone here might know the
appropriate freemain statement off the top of their head?  Thanks.

Jeffrey Deaver, Engineer
Systems Engineering
[email protected]
651-665-4231(v)
IS - "Creating competitive advantage with technology.  Providing service
that excels."
OSS - " Where Innovation Happens"

----------------------------------------------------------------------
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

Reply via email to