NetBatch Management Programming Manual
Glossary
NetBatch Management Programming Manual—522462-003
Glossary-18
Transaction Application Language (TAL)
Transaction Application Language (TAL). See TAL.
TSVs. Subvolumes containing product files updated from a distribution subvolume by
DSM/SCM, the software configuration manager.
unconditional token. A token that is always present in a particular event message. See
also conditional token.
upward compatibility. The ability of a requester to operate with a server of a higher
revision level. In this case, the requester is upward-compatible with the server, and the
server is downward-compatible with the requester. See also downward compatibility.
version compatibility. The ability of a requester and server of different revision levels to
operate together.
version number. A 16-bit integer representation of a software release version. For NonStop
subsystems, the version number consists of an uppercase alphabetic character in its
left half and a number in its right half.
ViewPoint console application. An extensible interactive application for operators. It
allows a system or a network to be controlled from a single terminal. It includes several
block-mode display screens for events, a block-mode display for system or network
status, a conversational TACL screen, and a facility called Define Process to maintain
sessions with multiple subsystems at the same time.
warning. A condition, encountered in performing a command or other operation, that can be
significant but does not cause the command or operation to fail. A warning is less
serious than an error. See also error.
wild-card character. A character matching a series of characters in a string. Used in
compare operations to mask characters that are not significant. The NetBatch wild-
card characters are * (asterisk) and ? (question mark).