TACL Reference Manual

Variables
HP NonStop TACL Reference Manual429513-018
4-16
Declaring a Simple Data Item
FNAME32
is a 16-word internal file name of the form used by the Distributed Name
Service (DNS), consisting of a 4-word internal-format node name followed by a
12-word internal-format local file name.
INT
is a 16-bit signed integer; its value is in the range -32768 to +32767.
INT2
is a 32-bit signed integer; its value is in the range -2147483648 to
+2147483647.
INT4
is a 64-bit signed integer; its value is in the range -9223372036854775808 to
+9223372036854775807.
PHANDLE
is a 10-integer external representation of a process handle. The ten unsigned
integers are separated by periods. Each integer can range from 0 to 65535.
SSID
is a 6-word SPI subsystem identifier; its external representation is one to eight
alphanumeric characters or hyphens giving the subsystem owner, followed by
a period (.) separator, an integer subsystem number or a subsystem name, a
period separator, and an integer version number.
SUBVOL
is the first two parts (8 words) of an internal-format local file name; it can be a
disk volume and subvolume, a device name and subdevice name, or a process
name and its first qualifier name. The qualifier name can be from one to seven
alphanumeric characters, preceded by a number sign. The first character must
be alphabetic.
TRANSID
is a 64-bit HP NonStop Transaction Management Facility (TMF) subsystem
internal-format transaction ID.
TSTAMP
is a 64-bit, microsecond-resolution Julian timestamp (Greenwich mean time) or
an elapsed-time value in microseconds.
UINT
is a 16-bit unsigned integer; its value is in the range 0 to 65535.