H-Series Application Migration Guide (H06.03+)

Glossary
H-Series Application Migration Guide429855-006
Glossary-9
TNS/R native C compiler
TNS/R systems run the MIPS-1 RISC instruction set and can run TNS object files by
interpretation or after acceleration. TNS/R systems include all HP systems that use
NSR-x processors. Contrast with TNS and TNS/E.
TNS/R native C compiler. The C compiler that generates TNS/R object files. Compare to
TNS C compiler and TNS/E native C compiler.
TNS/R native COBOL compiler. The COBOL compiler that generates TNS/E object files.
Compare to TNS COBOL compiler and TNS/E native COBOL compiler.
TNS/R native mode. The operational environment in which native-compiled RISC
instructions execute.
TNS/R native object code. The RISC instructions that result from processing program
source code with a TNS/R native compiler. TNS/R native object code executes only on
TNS/R systems, not on TNS or TNS/E systems.
TNS/R native object file. A file created by a TNS/R native compiler that contains RISC
instructions and other information needed to construct the code spaces and the initial
data for a TNS/R native process.
TNS/R native process. A process initiated by executing a TNS/R native object file. Contrast
with TNS process and TNS/E native process.
TNS/R native shared run-time library (TNS/R native SRL). A shared run-time library
(SRL) available to TNS/R native processes in both the Guardian and Open System
Services (OSS) environments. TNS/R native SRLs can be either public or private. A
TNS/R native process can have multiple public SRLs but only one private SRL.
TNS/R native user library. A user library available to TNS/R native processes in both the
Guardian and Open System Services (OSS) environments. A TNS/R native user library
is implemented as a special private TNS/R native shared run-time library (TNS/R
native SRL).
TNS/R pTAL compiler. An optimizing native-mode compiler for the TNS/R pTAL language.
Compare to TNS/E pTAL compiler and TAL compiler.
user library. An object file that the operating system links to a program file at run time. A
program can have only one user library. See also TNS user library and TNS/R native
user library.