I am trying to reference storage that I ( my TCB didn't necessarily obtain ) 

Sometime I think if this storage has been paged out I would get a S0C4 pic 11

If VSMLIST determines it has been getmain'ed 

Maybe I can PGSER FIX back in 

I just got 2.2 via RD&T they (IBM) gave us Omegamon maybe that would point me 
to the type of storage that I'm looking to drive my code 

E.G S0C4 pic 11 recevory routines PGSER back in and do a retry 



> On Feb 22, 2017, at 6:36 AM, Elardus Engelbrecht 
> <[email protected]> wrote:
> 
> Tony Harminc wrote:
> 
>> So why do you want to know that a page is GETMAINed and paged out? What will 
>> you do differently if your program finds this out? There are other 
>> possibilities; a page can be accessible but not GETMAINed.
> 
>> VSMLIST can tell you if a page is GETMAINED, and LRA[G] can tell you if it's 
>> paged in or out, but those things can change the moment you look away, or 
>> even as you are looking, in a multiprocessor environment. 
> 
> Indeed, the moment you look and then look away, the page status and its 
> content could changed totally within a blink of your eye.
> 
> 
>> Unless you are running disabled or hold locks that you probably shouldn't be 
>> holding.
> 
> If you throw away that virtual key? All your other address spaces will queue 
> up to die.
> 
> 
>> What are you trying to accomplish? Answer that and probably someone will 
>> suggest the best approach.
> 
> Good question! ;-)
> 
> Groete / Greetings
> Elardus Engelbrecht
> 
> ----------------------------------------------------------------------
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to [email protected] with the message: INFO IBM-MAIN

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to