This document describes the steps for installing the Natural TIAM Interface (product code NRT) on BS2000.
For information on the following topics, see Natural under TIAM in the TP Monitor Interfaces documentation:
When used in this document, the notation
vrs
or
vr
represents the relevant product
version (see also Version in the
Glossary).
See General Prerequisites and System Support in the section Overview of the Installation Process.
The installation medium contains the following files required for product installation:
File Name | Contents |
---|---|
NRTvrs.MAC |
Macros |
NRTvrs.JOBS |
Sample installation jobs |
Copy the files into your environment as described in Copying Files to a BS2000 Disk in the section Installing Natural.
Be sure to read Installation Process and Major Natural Features and Naming Conventions for Installation Procedures before you start the installation procedure.
(Job I070, Step 0102)
Build the non-reentrant part of the Natural TIAM Interface.
Modify the parameters settings in the macro NAMTIAM
if
required. You can generally use the default values of the parameters. Modify
only the values that do not suit your requirements.
For descriptions of the individual parameters, see Parameters in Macro NAMTIAM in the Natural TP Monitor Interfaces documentation.
Assemble the source module ANRTFRNT
in the library
job-library
to generate the macro NAMTIAM
for the non-reentrant part.
(Job I070, Step 0103)
Build the reentrant part for the Natural TIAM Interface.
Modify the parameter settings in the macro NAMTIAM
if
required. You can generally use the default values of the parameters. Modify
only the values that do not suit your requirements.
For descriptions of the individual parameters, see Parameters in Macro NAMTIAM in the Natural TP Monitor Interfaces documentation.
Assemble the source module ANRTRENT
in the library
job-library
to generate the macro NAMTIAM
.
(Job I080, Step 0109)
Build the Natural parameter module for the Natural TIAM Interface.
Set the FNAT
and
FUSER
profile parameters (see the Parameter Reference
documentation) in the source module ANRTPARM
of the Natural
parameter module:
FNAT=(database-id,file-number) FUSER=(database-id,file-number)
where database-id
and
file-number
are the values you
specified when loading the system files during the
Installation
Procedure for base Natural.
Assemble the source module ANRTPARM
in the library
job-library
.
(Job I080, Step 0110)
Use the INCLUDE
statements for BINDER
contained in LNRTFRNT
in the library
job-library
.
Notes:
The source module ANATSTUB
has been assembled during the
installation of base Natural.
If the parameter ILCS=CRTE
is specified for the assembly
of the reentrant part of the TIAM driver, the BINDER
statements
for the masking of symbols have to be specified as follows:
INCLUDE-MODULES ELEMENT=(IT0SL#),LIB=$TSOS.SYSLNK.CRTE RESOLVE-BY-AUTOLINK LIB=($TSOS.SYSLNK.CRTE) MODIFY-SYMBOL-VISIBILITY - SYMBOL-NAME = *ALL, - SYMBOL-TYPE = *DEFINITIONS, - VISIBLE = *YES MODIFY-SYMBOL-VISIBILITY - SYMBOL-NAME = CMPRMTB, - SYMBOL-TYPE = *DEFINITIONS, - VISIBLE = *NO(KEEP-RES=*YES)
VISIBLE = *YES
: Necessary to prevent duplicate loading
of the CRTE routines.
VISIBLE = *NO(KEEP-RES=*YES)
: The entry
CMPRMTB
in the Natural parameter module has to be masked if the
Natural parameter module is bound to the environment-dependent nucleus.
You can verify the successful installation of the Natural TIAM Interface by performing the following steps:
Call the procedure P.START.NRT
in the library
job-library
to start Natural under TIAM.
Proceed with the steps described in the section Test Online Natural.