Previous Topic

Next Topic

Book Contents

Book Index

System installation preparation

Install the National Language Support (NLS) from one of the following sources:

To install NLS:

  1. Prepare your system.

    For information about the space requirements, see the INCONTROL for z/OS release notes that accompany this release. The DCB information for the image file is as follows:

    RECFM=FB, LRECL=1024, BLKSIZE=27648

  2. Transfer the image file to the mainframe as a binary file, by doing one of the following actions:
  3. Uncompress the image file.

    Note: The IBM TRSMAIN (alias of AMATERSE) program is required because the image files are delivered in a compressed format that was created using TRSMAIN.

    1. Once the image file has been uploaded to your mainframe, make the necessary changes in the following UNTERSE job to uncompress the image file.

**************************** Top of Data ******************************

//UNTERSE JOB <=== tailor job card to local standards

//*

//UNTERSES EXEC PGM=TRSMAIN,PARM=UNPACK

//SYSPRINT DD SYSOUT=*

//INFILE DD DISP=SHR,DSN=uploaded.image.file <===UPDATE

//OUTFILE DD DISP=(NEW,CATLG,DELETE),

// UNIT=disk_unit,VOL=SER=disk_volser, <===UPDATE

// DSN=basepref.NLSSUPP, <===UPDATE

// SPACE=(CYL,(ppp,ss,dd)) <===UPDATE

*************************** Bottom of Data ****************************

In the preceding UNTERSE job

  1. Submit the UNTERSE job.
  2. Verify that the job completes with a return code of 0.

Parent Topic

National Language Support facility