バージョン 4.2.5
 —  Natural for MBCS  —

z/VSE 環境での Natural for MBCS のインストール

このセクションでは、z/VSE オペレーティングシステム環境で Adabas システムファイルを使用して Natural for MBCS(製品コード NKA)をインストールする方法を順を追って説明します。

このセクションでは、次のトピックについて説明します。

オペレーション』ドキュメントの「z/VSE 環境」も参照してください。

Unicode およびコードページサポートのインストール関連情報については、『Unicode およびコードページのサポート』ドキュメントの「Unicode/コードページ環境の設定と管理」を参照してください。

vrs または vr の表記について:

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


必要条件

詳細については、Natural for Mainframes の最新のリリースノートの「Natural および他の Software AG 製品」と「必要なオペレーティング/テレプロセシングシステム」に指定されている製品とバージョンを参照してください。

Top of page

z/VSE 環境での Natural for MBCS のインストールテープ

インストールテープには、以下の表に挙げられているデータセットが収録されています。 データセットの収録順と必要なライブラリブロック数については、インストールテープに付属の「テープ作成レポート」を参照してください。

データセット名 内容
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:

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.

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

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

Step 2 - Modify COPYTAPE.JOB

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

Step 3 - Submit COPYTAPE.JOB

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

Top of page

インストール手順

手順 1 - Natural for MBCS モジュールを含めるための Natural ニュークリアスの再リンク

(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)

手順 2 - システムプログラムのロード

(ジョブ I061、手順 8200)

Natural ユーティリティ INPL を使用して、Natural システムオブジェクト(データセット NKAvrs.INPL)を Natural システムファイルにロードします。

Top of page

Natural for MBCS のインストールの確認

インストールの最後の手順が正常に実行されたら、Natural を起動し、コマンドプロンプトでコマンド「EDIT MAP」を入力します。 これにより、[Edit Map]メニューが追加メニューオプション[Outline Editor]とともに表示されます。

Top of page