INSTALLATION INSTRUCTIONS FOR HOT FIX 82BB60 ON SOLARIS BEFORE DOWNLOADING: The hot fix 82BB60 addresses the issue(s) in Release 8.2 (TS2M0) of Base SAS software on Solaris as documented in SAS Note(s): SN-007808 X LOCALE warnings may be generated when running SAS with DBCS support SN-010295 SEGMENTATION VIOLATION IN TASK [RESULTS] error when invoking SAS with Chinese locale which may be reviewed at: http://support.sas.com/techsup/unotes/SN/007/007808.html http://support.sas.com/techsup/unotes/SN/010/010295.html The hot fix package that is downloaded is in compressed tar format. The name of the tar file is 82bb60s2.tar.Z, and it contains the following files: * sasmotif.sun6.82bb60 the replacement executable containing the hot fix (for Solaris 2.6 and Solaris 2.7 installations) * sasmotif.sun8.82bb60 the replacement executable containing the hot fix (for Solaris 8 installations) * saswujms.sun6.82bb60 the replacement executable containing the hot fix (for Solaris 2.6 and Solaris 2.7 installations) * saswujms.sun8.82bb60 the replacement executable containing the hot fix (for Solaris 8 installations) * 82bb60s2.aud a hot fix identifier file that will allow Technical Support to determine which fixes have been applied to a system * 82bb60s2.txt a copy of these installation instructions; this file is installed in !SASROOT/hotfix/doc IMPORTANT NOTE(S): 1. You must have Release 8.2 (TS2M0) installed on your system before applying this hot fix. AFTER DOWNLOADING: The following instructions describe the steps for installing the files listed above. In this example, !SASROOT, the directory where Release 8.2 (TS2M0) is installed, is: /usr/lib/sas8 STEP 1: Assuming the tar file is downloaded to the user's HOME directory, follow these procedures to install the package. $> cd /usr/lib/sas8 $> uncompress -c $HOME/82bb60s2.tar | tar -xf - STEP 2: Set the XLOCALEDIR environment variable to point to the locale directory installed with this hot fix: export XLOCALEDIR=sas_install_dir/dbcs/hotfix/locale i.e.: export XLOCALEDIR=/usr/lib/sas8/dbcs/hotfix/locale STEP 3: Two versions of the sasmotif and saswujms modules are provided. One version is for SAS running on Solaris 2.6 and Solaris 2.7; the second version is for SAS running on Solaris 8. In order to install the correct version, follow these steps: Solaris 2.6 and Solaris 2.7 installations: $> cd /usr/lib/sas8/dbcs/hotfix/sasexe $> ln -s sasmotif.sun6.82bb60 sasmotif $> ln -s saswujms.sun6.82bb60 saswujms Solaris 8 installations: $> cd /usr/lib/sas8/dbcs/hotfix/sasexe $> ln -s sasmotif.sun8.82bb60 sasmotif $> ln -s saswujms.sun8.82bb60 saswujms STEP 4: Once the tar command is complete, the following line must be added as the first lines of the !SASROOT/dbcs/sasv8.cfg file: -path !SASROOT/hotfix/sasexe Do not modify any existing -PATH options in the !SASROOT/dbcs/sasv8.cfg file. STEP 5: Change the ownership (using the chown command) and permissions (using the chmod command) on the files in the !SASROOT/dbcs/hotfix/sasexe directory to match the ownership and permissions on the files in the !SASROOT/dbcs/sasexe directory. This completes the installation of hot fix 82BB60 on SOLARIS.