Open System Services Porting Guide (G06.24+, H06.03+)

Table Of Contents
Glossary
Open System Services Porting Guide520573-006
Glossary-2
character set
character set. A finite set of characters (letters, digits, symbols, ideographs, or control
functions) used for the organization, representation, or control of data. See also code
set.
child process. A process created by another process. The creating process becomes the
parent process of the new process. See also parent process.
client application. An application that requests a service from a server application.
Execution of remote procedure calls is an example of such a service.
code set. Codes that map a unique numeric value to each character in a character set,
using a designated number of bits to represent each character. Single-byte code sets
use 7 or 8 bits to represent each character. The ASCII and ISO 646 code sets use 7
bits to represent each character in Roman-based alphabets; these code sets are very
limited and are not appropriate for international use. The single-byte code sets in the
ISO 8859 code sets use 8 bits to represent each character and can therefore support
Roman-based alphabets as well as many others including Greek, Arabic, Hebrew, and
Turkish. Multibyte code sets represent characters that require more than one byte,
such as East Asian ideographic characters.
common applications environment (CAE). A computer environment in which applications
can be ported across all X/Open branded products because of the use of international
and industry standards. A CAE is an open system application development
environment, an open system execution environment, or a combination of the two.
compliance. The testing and verification process that precedes X/Open licensing.
constraint. An object that helps protect the integrity of data in a table by specifying a
condition or conditions that all the values in a particular column of the table must
satisfy. Unlike other SQL objects, a constraint has only an SQL name, not an operating
system name, and a constraint does not have a file label.
core dump file. See process snapshot file or saveabend file
.
core file. See see process snapshot file or saveabend file
.
daemon. See demon.
demon. On a UNIX system, a process that runs continuously to provide a specific service
for other processes. A demon does not have a controlling terminal and is not explicitly
invoked. On an HP NonStop™ system, a demon runs in the OSS environment and
has an OSS process ID. See also static server.
device. A computer peripheral or an object that appears to the application as such. See
also terminal.
directory. A type of OSS special file that contains directory entries which associate names
with files. No two directory entries in the same directory have the same name.