JDBC Type 2 Driver Programmer's Reference for SQL/MX Release 3.2.1 (H06.26+, J06.15+)

$SYSTEM ZOSSUTL> PINSTALL -pp -s:/usr/tandem:/home/test: -rvf
T1275PAX
PINSTALL delivers the contents of T1275PAX in the /home/test/jdbcMx/T1275R32
OSS directory.
NOTE: The standard location for <jdbc_install_dir> is /usr/tandem/jdbcMx/
T1275R32.
5. To start an OSS shell session, enter the following:
$SYSTEM ZOSSUTL> osh
6. To change to the working directory, enter the following:
/G/SYSTEM/SYSTEM: cd <jdbc_install_dir>/jdbcMx/T1275R32/bin
7. To run the installation script, enter the following:
<jdbc_install_dir>/jdbcMx/T1275R32/bin: ./jdbcMxInstall
NOTE: To provide a consistent pathname to the JDBC/MX product directory, a symbolic
link <jdbc_install_dir>/jdbcMx/current) is created.
For example, after installing the JDBC T2 driver at the standard location installation, /usr/
tandem/jdbcMx/current becomes a symbolic link to the /usr/tandem/jdbcMx/
T1275R32 directory.
8. At the following prompt, click Enter:
Please specify the full path to the NonStop Java Installation directory
[for example /usr/tandem/nssjava/jdk123]:
[/usr/tandem/java]:
9. At the following prompt, enter y:
Are the above locations correct [y] ?
The following message appears:
*** Please Wait. Checking for the correct Java version.
*** Correct version of Java Found.
The install is now finished.
Make sure that the CLASSPATH environment variable contains the full path to the jdbcMx.jar file in the
JDBC/MX library directory and the _RLD_LIB_PATH environment variable contains the full path to the JDBC/MX
library directory.
Note: You may alternatively use the current' symbolic link in place of the specific product version name
in the paths.
10. To add the <jdbc_install_dir>/jdbcMx/T1275R32/lib/jdbcMx.jar JDBC/MX
JAR filename to the CLASSPATH environment variable, enter the following:
<jdbc_install_dir>/jdbcMx/T1275R32/bin: export
CLASSPATH=<jdbc_install_dir>/jdbcMx/T1275R32/lib/jdbcMx.jar:$CLASSPATH
11. To add a path from the <jdbc_install_dir>/jdbcMx/T1275R32/lib JDBC/MX TNS/E
PIC object format library to the _RLD_LIB_PATH environment variable, enter the following:
export _RLD_LIB_PATH=<jdbc_install_dir>/jdbcMx/T1275R32/lib/
NOTE: Before running or compiling a JDBC program, you must perform steps 10 and 11 every
time you log on. Also, you can replace T1275R32 with current.
JDBC/MX Driver File Locations
The following is the JDBC/MX driver installation directory location for the JDBC/MX driver software:
<jdbc_install_dir>/jdbcMx/T1275R32
The following is the default installation directory location:
/usr/tandem/jdbcMx/T1275R32
18 Installing and Verifying JDBC/MX