The Natural CICS Interface can be defined threadsafe and can take advantage of OTE TCBs to improve through-put.
This means that the Natural CICS Interface has to provide for extra serialization via CICS ENQ / DEQ when not running under the QR TCB.
To minimize these serialization efforts, it is highly recommended
to use TYPE
=GETM
threads without the THREADS
parameter
specified (or THREADS=0
),
to use the Natural Roll Server rather than roll facilities in CICS.
Notes:
CSTATIC
have to be
threadsafe.
%P=S
,
%P=SC
,
*P=L
or
%P=LS
) or
implicitly (that is, when the NTCICSP
macro parameter
SLCALL
is
set to ON
) have to be treadsafe.