It's not that every address space has a unique LNKLST, but there can be
multiple LNKLST sets defined and when an address space or job starts, the
current LNKLST set is associated with that address space / job.
That association remains for the life of the address space / job, aside from
the unpr
Thanks Peter
Didn’t know every address space has its own link list thought there was one
for the entire system
Thank you
> On Nov 26, 2024, at 7:55 AM, Peter Relson wrote:
>
> CVTLINK contains the address of the DCB for the IPL-time LNKLST set.
> DLCBDCB@ within the DLCB located by ASSBD
CVTLINK contains the address of the DCB for the IPL-time LNKLST set.
DLCBDCB@ within the DLCB located by ASSBDLCB contains the address of the DCB
for the LNKLST set associated with this address space.
But both accomplish the same thing because the DCB address in CVTLINK (even
though physically m
Hi
I trying to get the name or rather the dcb of the linklist
in the cvt called cvtlink
In the assb there is a DLCB ASBDLCB at off set 12 is the dcb
My question is do both of these point to the same dcb
I’m trying to do BLDL to see if the member exists in the linklist
Thank you