このセクションでは、z/OS オペレーティングシステム環境で Adabas システムファイルを使用して Natural for MBCS(製品コード NKA)をインストールする方法を順を追って説明します。
このセクションでは、次のトピックについて説明します。
『オペレーション』ドキュメントの「z/OS 環境」も参照してください。
Unicode およびコードページサポートのインストール関連情報については、『Unicode およびコードページのサポート』ドキュメントの「Unicode/コードページ環境の設定と管理」を参照してください。
vrs または vr は、対応するバージョン、リリース、およびシステムメンテナンスレベル番号を表します。 製品バージョンの詳細については、『用語集』の「バージョン」を参照してください。
基本 Natural がインストールされている必要があります。
VSAM ファイルをシステムファイルとして使用できます。 この場合は、Natural for VSAM がインストールされている必要があります。 詳細については、『Natural for VSAM』ドキュメントを参照してください。
詳細については、Natural for Mainframes の最新のリリースノートの「Natural および他の Software AG 製品」と「必要なオペレーティング/テレプロセシングシステム」に指定されている製品とバージョンを参照してください。
インストールテープには、以下の表に挙げられているデータセットが収録されています。 データセットの収録順と必要なライブラリブロック数については、インストールテープに付属の「テープ作成レポート」を参照してください。
データセット名 | 内容 |
---|---|
NKAvrs.LOAD |
Natural for MBCS ロードモジュール。 |
NKAvrs.INPL |
Natural for MBCS システムオブジェクト。 |
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:
Copy dataset COPY.JOB
from tape to disk.
Modify this dataset to conform to your local naming conventions.
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.
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
Modify the COPY.JOB
on your disk to conform to your local naming conventions and set
the disk space parameters before submitting this job:
Set HILEV
to a valid high level qualifier.
Set LOCATION
to a storage location.
Set EXPDT
to a valid expiration date.
Submit COPY.JOB
to unload all other datasets from the tape to your
disk.
(Natural インストールテープのジョブ I060 および I080)
Natural ニュークリアスを再リンクして、Natural for MBCS モジュールを含めます。
INCLUDE NKALOAD (NKANUC)
NKANUC
モジュールは、Natural for MBCS の機能を使用するすべての Natural ニュークリアスにリンクする必要があります。 Natural を NKANUC
モジュールに再リンクすることをお勧めします。
Natural を NKANUC
と再リンクする手間を省くため、Natural プロファイルパラメータ RCA
および RCALIAS
を、ダイナミックに指定するか NATPARM
パラメータモジュールで指定します。
RCA=NATGWNKA,RCALIAS=(NATGWNKA,NKANUC)
(ジョブ I061、手順 8200)
Natural ユーティリティ INPL を使用して、Natural システムオブジェクト(データセット NKAvrs.INPL
)を Natural システムファイルにロードします。
インストールの最後の手順が正常に実行されたら、Natural を起動し、コマンドプロンプトでコマンド EDIT MAP
を入力します。 これにより、[Edit Map]メニューが追加メニューオプション[Outline Editor]とともに表示されます。