>As For serialization do You mean the LOCAL LOCK ?
No, I do not. I refer to serialization that will prevent the ASCB / ASSB
from being freemained if the corresponding address space terminates
That serialization is one of the following
-- CMS lock (with any local lock)
-- DISP lock (not a programm
CONDARY Address Space.
As For serialization do You mean the LOCAL LOCK ?
Paul D'Angelo
-- Original Message --
From: Peter Relson
To: ASSEMBLER-LIST@LISTSERV.UGA.EDU
Subject: Re: Address Space STOKEN
Date: Sun, 25 Nov 2012 09:17:34 -0500
>Is it ever appropriate to
>Is it ever appropriate to use Method 2 anymore to
>retrieve the SPACE Token for An Address Space ?
Wrong question.
Right question: Is it ever appropriate to use Method 1?
Answer: No. It will work fine but it is far less efficient than Method 2.
In both cases shown you are extracting the STOKEN
On Sat, 24 Nov 2012 21:52:08 GMT "esst...@juno.com" wrote:
:>If I need to obtain the Space Token for the current address space,
:>I usually use an ALESERV Macro with the EXTRACTH parameter.
:>*
:>Method 1
:> ALESERV EXTRACTH,STOKEN=ASTOKEN
:>
:>ASTOKEN DS D
:>
:>
:>I have seen Older Asse
If I need to obtain the Space Token for the current address space,
I usually use an ALESERV Macro with the EXTRACTH parameter.
*
Method 1
ALESERV EXTRACTH,STOKEN=ASTOKEN
ASTOKEN DS D
I have seen Older Assembler Code which chains through Control Blocks
PSA -> ASCB -> ASSB
*