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



Reply via email to