このセクションでは、z/VSE オペレーティングシステム環境で Adabas システムファイルを使用して Natural for MBCS(製品コード NKA)をインストールする方法を順を追って説明します。
このセクションでは、次のトピックについて説明します。
『オペレーション』ドキュメントの「z/VSE 環境」も参照してください。
Unicode およびコードページサポートのインストール関連情報については、『Unicode およびコードページのサポート』ドキュメントの「Unicode/コードページ環境の設定と管理」を参照してください。
このセクションでは、vrs または vr は、対応するバージョン、リリース、およびシステムメンテナンスレベル番号を表します。 製品バージョンの詳細については、『用語集』の「バージョン」を参照してください。
基本 Natural がインストールされている必要があります。
VSAM ファイルをシステムファイルとして使用できます。 この場合は、Natural for VSAM がインストールされている必要があります。 詳細については、『Natural for VSAM』ドキュメントを参照してください。
詳細については、Natural for Mainframes の最新のリリースノートの「Natural および他の Software AG 製品」と「必要なオペレーティング/テレプロセシングシステム」に指定されている製品とバージョンを参照してください。
インストールテープには、以下の表に挙げられているデータセットが収録されています。 データセットの収録順と必要なライブラリブロック数については、インストールテープに付属の「テープ作成レポート」を参照してください。
データセット名 | 内容 |
---|---|
NKAvrs.LOAD |
LIBR バックアップファイル。
|
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 confom with your local naming conventions.
The JCL in this member 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
member COPYTAPE.JOB
contains the JCL to unload the datasets for all delivered
products from the tape to your disk, except the datasets that you can directly
install from tape, for example, Natural INPL
objects.
After that, you will have to perform the individual install procedure for each component.
The dataset COPYTAPE.JOB
(File 5) contains the JCL to unload all other
existing datasets from tape to disk. To unload COPYTAPE.JOB
, use the following
sample JCL:
* $$ JOB JNM=LIBRCAT,CLASS=0, + * $$ DISP=D,LDEST=(*,UID),SYSID=1 * $$ LST CLASS=A,DISP=D // JOB LIBRCAT * ***************************************** * CATALOG COPYTAPE.JOB TO LIBRARY * ***************************************** // ASSGN SYS004,nnn <------ tape address // MTC REW,SYS004 // MTC FSF,SYS004,4 ASSGN SYSIPT,SYS004 // TLBL IJSYSIN,'COPYTAPE.JOB' // EXEC LIBR,PARM='MSHP; ACC S=lib.sublib' <------- for catalog /* // MTC REW,SYS004 ASSGN SYSIPT,FEC /* /& * $$ EOJ
where:
nnn
is the tape address
lib.sublib
is the library and sublibrary
of the catalog
Modify COPYTAPE.JOB
to conform to your local naming conventions and set
the disk space parameters before submitting this job.
Submit COPYTAPE.JOB
to unload all other datasets from the tape to your
disk.
(Natural インストールテープのジョブ I060 および I080)
Natural ニュークリアスを再リンクして、Natural for MBCS モジュールを含めます。
INCLUDE 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]とともに表示されます。