On Fri, 7 Sep 2007 09:58:34 -0500, Kelman, Tom wrote:
>>
>> On Thu, 6 Sep 2007 19:23:13 -0500 Joao Paulo PR wrote:
>>
>> :>Hi, that's my first post.
>>
>> :>I need to Know, how can i free ECSA area used by Address Space, that
>> :>was canceled by CANCEL command ?
>
>I have done this in the past using Candle's (now IBM Tivoli's) Omegamon.
>As far as I know using that or a similar product is the only way to free
>CSA or ECSA.  
 
 
If you are even a mediocre assembler programmer you can write your own 
routine* to free any CSA/ECSA (or SQA/ESQA) storage that you can describe 
successfully to the STORAGE RELEASE service.  You will need to feed it ADDR, 
LENGTH and SUBPOOL values that don't upset MVS' then-current information 
on that area of storage.  (The monitors generally run the storage control 
blocks and obtain it from them... you, however, are free to use whatever 
means that works.)  
 
You then have the "advantage" that you can reference your exciting new 
assembler program at your subsequent job interview (after you get released 
from your current job).  Then again, you might not want to discuss it much 
after that... that is up to you.  
 
Good luck!  (Can you tell that we are not recommending the freeing of common 
storage?)  
 
-- 
Tom Schmidt 
Madison, WI 
* I recall the need to be in supervisor state when you issue the STORAGE 
macro for common storage - it has been a long while since I have played in 
this area; fun times.

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