This document describes how to install the EntireX ICU Custom Converter Build Environment under z/OS UNIX. These steps are necessary if you want to use user-written ICU custom converters. See Building and Installing ICU Custom Converters in the z/OS Administration documentation.
To install the ICU Custom Converter Build Environment
Unload the delivered installation medium to your DASD device. See Copying the Contents of the Installation Medium to Disk.
On your UNIX system, create a directory for the installation. For example:
mkdir CustomConverter; cd CustomConverter
Copy the file hlq.EXXvrs.TICU to the created directory,
where | hlq |
is your high-level qualifier and |
vrs |
is the product version, release and service pack: |
tso "oput 'hlq
.EXXvrs
.TICU' 'exxvrs
.icu.tar' binary"
Unpack the TAR file:
tar xvf exxvrs
.icu.tar
Now you have extracted the makeconv
utility and ICU shared libraries.
These binaries are needed to execute makeconv
.