On Fri, 22 Apr 2011 10:58:01 -0400, Hardee, Charles H <[email protected]> wrote:
>Hello Everyone, > > > >I am in need of locating the where the MEMLIMT value is stored for the >active job. > >Can anyone out there give me an idea of where to look? > The RAX (RSM ADDRESS SPACE BLOCK EXTENSION) mapped by IARRAX. If you can read / undestand REXX, have a look at my REXXSTOR program or RXSTOR64 on my web site or CBT File 434 (URL below) and that will help. > >Also, if you know, is the value stored in the address space control >block, whatever block that is, a merged value between the system default >and the value coded on the EXEC statement? > RAXLVMEMLIM DS CL8 Address Space Memory limit in MB That is the actual memlimit that is being used. It may not be from the default or from the exec statement. It could come from IEFUSI for example. See the macro and/or my program source. That also points you towards OA14391, which helps to explain "IEFUSI + REGION=0", but I think that info is in the MVS Extended Addressability Guide now. Regards, Mark -- Mark Zelden - Zelden Consulting Services - z/OS, OS/390 and MVS mailto:[email protected] Mark's MVS Utilities: http://www.mzelden.com/mvsutil.html Systems Programming expert at http://expertanswercenter.techtarget.com/ *** Please note the new URL for Mark's MVS Utilities *** ---------------------------------------------------------------------- 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

