バージョン 4.2.5
 —  Installation  —

Natural TSO インターフェイスのインストール

このドキュメントでは、Natural TSO インターフェイス(製品コード NTI)のインストール方法について説明します。

Natural TSO インターフェイス(NATTSO)は、z/OS オペレーティングシステムとのインターフェイスとなるいくつかのサービスルーチンで構成されています。 NATTSO はソースモジュールとして提供され、必要に応じてカスタマイズできます。

以下の 2 つのオプションがあります。

NATTSO は完全にリエントラントであり、16 MB 境界より上で実行できます。

このドキュメントでは、TSO 環境で Natural をインストールする方法を順を追って説明します。

次のトピックについて説明します。

以下のトピックの詳細については、Natural の『TP モニタインターフェイス』ドキュメントの「TSO 環境での Natural」を参照してください。

vrs または vr の表記について:このドキュメントでは、vrs または vr は、対応するバージョン、リリース、およびシステムメンテナンスレベル番号を表します。 製品バージョンの詳細については、『用語集』の「バージョン」を参照してください。


前提条件

基本 Natural が z/OS 環境にインストールされている必要があります。

z/OS 環境での Natural のインストール」を参照してください。

Top of page

Natural TSO インターフェイスのインストールテープ

インストールテープには、以下の表に挙げられているデータセットが収録されています。 データセットの位置については、インストールテープに付属の「テープ作成レポート」を参照してください。

データセット名 内容
NTIvrs.SRCE TSO 依存のソースプログラム

z/OS ディスクへのテープ内容のコピー

If you are using SMA, refer to the System Maintenance Aid documentation (included in the current edition of the Natural documentation CD).

If you are not using SMA, follow the instructions below.

This section explains how to:

The JCL in this dataset is then used to copy all datasets from tape to disk.

If the datasets for more than one product are delivered on the tape, the dataset COPY.JOB contains the JCL to unload the datasets for all delivered products from the tape to your disk.

After that, you will have to perform the individual install procedure for each component.

Step 1 - Copy Dataset COPY.JOB from Tape to Disk

The dataset COPY.JOB (Label 2) contains the JCL to unload all other existing datasets from tape to disk. To unload COPY.JOB, use the following sample JCL:

//SAGTAPE JOB SAG,CLASS=1,MSGCLASS=X
//* ---------------------------------
//COPY EXEC PGM=IEBGENER
//SYSUT1 DD DSN=COPY.JOB,
// DISP=(OLD,PASS),
// UNIT=(CASS,,DEFER),
// VOL=(,RETAIN,SER=tape-volume),
// LABEL=(2,SL)
//SYSUT2 DD DSN=hilev.COPY.JOB,
// DISP=(NEW,CATLG,DELETE),
// UNIT=3390,VOL=SER=volume,
// SPACE=(TRK,(1,1),RLSE),
// DCB=*.SYSUT1
//SYSPRINT DD SYSOUT=*
//SYSIN DD DUMMY
// 

where:

hilev is a valid high level qualifier
tape-volume is the tape volume name, for example: T12345
volume is the disk volume name

Step 2 - Modify COPY.JOB on Your Disk

Modify the COPY.JOB on your disk to conform to your local naming conventions and set the disk space parameters before submitting this job:

Step 3 - Submit COPY.JOB

Submit COPY.JOB to unload all other datasets from the tape to your disk.

Top of page

Natural TSO インターフェイスのインストール手順

手順 1: CLIST の作成

手順 2: ADARUN カードの作成

手順 3: Natural TSO インターフェイスモジュールのアセンブル

手順 4: パラメータモジュールの作成とアセンブル

手順 5: Natural TSO ニュークリアスのリンク

手順 6: Adabas インターフェイスの有効化

Top of page

インストールの確認

Natural TSO インターフェイスが正常にインストールされたことを確認するには、次の手順に従います。

  1. TSO の READY モードに入ります。

  2. インストール手順の最初に作成した CLIST を呼び出します。

    例:

    EX 'SAGLIB.SMA.SRCE(NATvr)'
  3. TP モニタインターフェイスのインストール確認」の手順に従います。

Top of page