Re: How determine if current address space is swappable?

2018-04-24 Thread Mike Baldwin
Ed, Thank you, I had the same question. (Charles: Thanks for asking!) Regards, Mike Baldwin Cartagena Software Limited Markham, Ontario, Canada http://www.cartagena.com -- For IBM-MAIN subscribe / signoff / archive access

Re: How determine if current address space is swappable?

2018-04-17 Thread Charles Mills
ASCBOUCB->OUCB Thanks, Charles -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Ed Jaffe Sent: Tuesday, April 17, 2018 1:26 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: How determine if current address space is swappable? On 4

Re: How determine if current address space is swappable?

2018-04-17 Thread Ed Jaffe
On 4/17/2018 1:22 PM, Charles Mills wrote: How would a program (in assembler, presumably, and FWIW authorized) answer the question "is my address space swappable?" Look at the OUCB. There are numerous flags in there. For example, OUCBNSW indicates "non swappable". -- Phoenix Software

How determine if current address space is swappable?

2018-04-17 Thread Charles Mills
How would a program (in assembler, presumably, and FWIW authorized) answer the question "is my address space swappable?" Phrasing the question differently, SYSEVENT DONTSWAP/OKSWAP/TRANSWAP sets the swappable/non-swappable status of the current address space; what function queries that status?