TACL Reference Manual

Built-In Functions and Variables
HP NonStop TACL Reference Manual429513-018
9-219
#INTERPRETTRANSID Built-In Function
#INTERPRETTRANSID Built-In Function
Use #INTERPRETTRANSID to convert a numeric transaction ID into separate numeric
values for the various components of a transaction ID.
transid
is a numeric transaction ID.
Result
#INTERPRETTRANSID returns a numeric status code indicating the outcome of the
conversion:
Any other value indicates a TACL problem and should be reported to your service
provider.
If the numeric status is zero, it is followed by a space and a space-separated list of
these transaction-ID components:
System number
CPU number
Sequence number
Crash count
Consideration
To convert the components of a transaction ID into a single numeric transaction ID,
use the #COMPUTETRANSID built-in function.
#INTERPRETTRANSID transid
0 Successful conversion
-2 Invalid transaction ID