On Tue, Mar 12, 2024 at 07:42 PM, Matthew T. Kromer wrote:
I don¡¯t have any idea how CMS emulates GETMAIN storage pools to know if there¡¯s a big enough storage pool allocated. ?I¡¯d look in the CMS manuals for help because you probably have to tailor the pool before running the command using it.
CMS GETMAIN starts after the end of the loaded module and works its way to high memory stopping at the loader tables. How much it grabs is a function of the actual request, and it returns an error if there isn't enough memory to satisfy the request. I don't remember if that is an abend, or just an error return.
?... Mark S.