Preparing an OS/390 C++ client environment for OLT
Add the following environment variables to the client JCL (ensure that your
environment file contains "end of string characters" at the end of
each line):
- HOME=/tmp (this can be any existing, writable directory)
- IVB_DEBUG_ENABLED=1
- data.ctrlport=5000
- data.ctrlhost=9.21.39.181 (replace 9.21.39.181 with actual
IP address of the workstation where you plan to run the client controller)
- CLASSPATH=/hpj/lib/dertrjrt.jar:$CLASSPATH
Ensure that the OLT DLLs are accessible from your OS/390 server and client.
That is, ivbtr30i.dll and ivbtrmsg.dll must be
authorized.