INSTALLATION INSTRUCTIONS FOR HOT FIX 82BB53 ON HP-UX BEFORE DOWNLOADING: The hot fix 82BB53 addresses the issue(s) in Release 8.2 (TS2M0) of Base SAS software on HP-UX as documented in SAS Note(s): SN-007085 Double byte (DBCS) characters cannot be entered using the IMM window SN-007809 DBCS characters are not displayed properly in the IMM window SN-009655 AF application performance is extremely slow in Japanese environments on HP-Unix systems SN-010165 Unable to input half-width Katakana via IMM window which may be reviewed at: http://support.sas.com/techsup/unotes/SN/007/007085.html http://support.sas.com/techsup/unotes/SN/007/007809.html http://support.sas.com/techsup/unotes/SN/009/009655.html http://support.sas.com/techsup/unotes/SN/010/010165.html The hot fix package that is downloaded is in compressed tar format. The name of the tar file is 82bb53h8.tar, and it contains the following files: * sasmotif.82bb53 the replacement executable containing the hot fix * sasmotif a link to sasmotif.82bb53 * saswujms.82bb53 the replacement executable containing the hot fix * saswujms a link to saswujms.82bb53 * 82bb53h8.aud a hot fix identifier file that will allow Technical Support to determine which fixes have been applied to a system * 82bb53h8.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. 2. This hot fix should only be applied to HP-UX systems running HP-UX 11.x. 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/82bb53h8.tar | tar -xf - STEP 2: Once the tar command is complete, the following lines must be added as the first lines of the !SASROOT/dbcs/sasv8.cfg file: -path !SASROOT/hotfix/sasexe -path !SASROOT/../hotfix/sasexe Also, the following line must be added as the first line of the !SASROOT/sasv8.cfg: -path !SASROOT/hotfix/sasexe Do not modify any existing -PATH options in the !SASROOT/dbcs/sasv8.cfg or !SASROOT/sasv8.cfg files. STEP 3: 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. Also, change the ownership and permissions on the files in the !SASROOT/hotfix/sasexe directory to match the ownership and permissions on the files in the !SASROOT/sasexe directory. This completes the installation of hot fix 82BB53 on HP-UX.