STORMAP might help.
Regards,
Richard Schuh
________________________________
From: The IBM z/VM Operating System
[mailto:[EMAIL PROTECTED] On Behalf Of Huegel, Thomas
Sent: Tuesday, November 04, 2008 9:00 AM
To: [email protected]
Subject: CMS machine size calculation??
Hi All,
I have this little problem I am working on that goes like this.
I have a REXX program that builds a (potentially) very large
variable possibly as large as 16meg (the max) now I can easily check to
see if the variable will exceed 16m and put out a message and stop the
program early on.
But how can I determine if the CMS machine has enough virtual
memory defined to handle the variable before building it?
It's not good enough to just do a Q V STOR since that tells me
nothing regarding how much storage is available.
Any ideas?
Thanks