Runtime defines, Escort_atmf_isolation, Escort_atmf_maxtime – HP Integrity NonStop J-Series User Manual
Page 199: Escort_atmf_maxupdate
Special DEFINEs
HP NonStop AutoTMF Software User’s Guide—429952-016
B-3
Runtime DEFINES
Runtime DEFINES
=_ESCORT_ATMF_ISOLATION
You can set the transaction isolation level for a program by specifying the
=_ESCORT_ATMF_ISOLATION DEFINE. The DEFINE is added with the following
TACL command:
=_ESCORT_ATMF_MAXTIME
You can set the maximum duration for automatic transactions with the
=_ESCORT_ATMF_MAXTIME DEFINE. The DEFINE is added with the following TACL
command:
The numeric portion of value is the maximum durations of an automatic transaction in
seconds. The value of n should be a power of 2 (1,2,4,8,16,32,...). If n is not entered
as such, the value will be rounded to a power of 2.
This DEFINE does not override the AUTOTMFFILESET parameter if a file is
configured for SEPARATETX.
=_ESCORT_ATMF_MAXUPDATE
You can set the maximum number of updates per automatic transaction with the
=_ESCORT_ATMF_MAXUPDATE DEFINE. The DEFINE is added with the following
TACL command:
The numeric portion of value is the maximum number of updates in a single
transaction. The value of n should be a power of 2 (1,2,4,8,16,32,...). If n is not entered
as such, the value will be rounded to a power of 2.
This DEFINE does not override the AUTOTMFFILESET parameter if a file is
configured for SEPARATETX.
ADD DEFINE =_ESCORT_ATMF_ISOLATION, CLASS MAP, FILE value
where value is one of WEAK, NORMAL or STRONG
ADD DEFINE =_ESCORT_ATMF_MAXTIME, CLASS MAP, FILE value
value is Snnn where n is 1 to 4096
ADD DEFINE =_ESCORT_ATMF_MAXUPDATE, CLASS MAP, FILE value
value is Snnn where n is 1 to 4096