Version 4.2.6 for Mainframes (Update)
 —  Natural for MBCS  —

Installing Natural for MBCS under z/VSE

This section describes step by step how to install Natural for MBCS (product code NKA) under the operating system z/VSE using Adabas system files.

This section covers the following topics:

See also z/VSE Environment in the Operations documentation.

For installation-related information on Unicode and code page support, refer to Configuration and Administration of the Unicode/Code Page Environment in the Unicode and Code Page Support documentation.

Notation vrs or vr:

If used in the following section, the notation vrs or vr stands for the relevant version, release, system maintenance level numbers. For further information on product versions, see Version in the Glossary.


Prerequisites

For further information, refer to the products and versions specified under Natural and Other Software AG Products and Operating and Teleprocessing Systems Required in the current Natural Release Notes for Mainframes.

Top of page

Installation Tape for Natural for MBCS under z/VSE

The installation tape contains the datasets listed in the table below. The sequence of the datasets and the number of library blocks needed are shown in the Report of Tape Creation which accompanies the installation tape.

Dataset Name Contents
NKAvrs.LOAD LIBR backup file.
NKAvrs.INPL Natural for MBCS system objects.

Copying the Tape Contents to Disk

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

Installation Procedure

Step 1 - Relink the Natural Nucleus to Include the Natural for MBCS Module

(Jobs I060 and I080 from the Natural installation tape)

Relink your Natural nucleus to include the Natural for MBCS module:

INCLUDE NKANUC

You must link the NKANUC module to all Natural nuclei that should make use of the features supplied by Natural for MBCS. Software AG recommends that you relink Natural with the NKANUC module.

To avoid the need to relink Natural with NKANUC, specify the Natural profile parameters RCA and RCALIAS either dynamically or in the NATPARM parameter module:

RCA=NATGWNKA,RCALIAS=(NATGWNKA,NKANUC)

Step 2 - Load the System Programs

(Job I061, Step 8200)

Use the Natural utility INPL to load the Natural system objects (dataset NKAvrs.INPL) into the Natural system file.

Top of page

Installation Verification for Natural for MBCS

After the last step of the installation procedure has been successfully performed, start Natural and enter the command EDIT MAP at the command prompt. The Edit Map menu should then appear with the additional menu option Outline Editor.

Top of page