TMF Application Programmer's Guide (G06.26+)
File System Procedures
HP NonStop TMF Application Programmer’s Guide—522419-005
4-41
TRANSIDTOTEXT
Parameters
status returned value
INT
is a TMF or file system error number:
For a list of all possible file system error numbers, refer to the Operator Messages
Manual.
transid input
FIXED:value
is the name of the variable containing the transaction identifier in internal form.
text output
STRING .EXT:ref:*
is the name of the string variable into which TRANSIDTOTEXT is to store the
external ASCII form of the transaction identifier.
text-byte-length input
INT:value
specifies the maximum number of bytes available in the string variable pointed to
by the text parameter. Any value greater than 3 is acceptable.
bytes-used output
INT:value
specifies the number of bytes in the string variable pointed to by text that were
actually used by TRANSIDTOTEXT.
-2 String too short (TMF).
-1 Invalid internal transaction identifier (TMF).
0 Successful completion.
22 Bounds error.
29 Missing parameter(s).
82 TMF not running.
84 TMF not configured.