INSTALLATION INSTRUCTIONS FOR HOT FIX 82BB84 ON COMPAQ TRU64 UNIX BEFORE DOWNLOADING: The hot fix 82BB84 addresses the issue(s) in Release 8.2 (TS2M0) of Base SAS software on Compaq Tru64 UNIX as documented in SAS Note(s): SN-004574 Spanned headers in PROC REPORT may cause incorrect cellwidth when using ODS SN-004501 PROC TABULATE repeats statistics in all ODS destinations except listing and output data sets SN-005261 The CHARSET= and ENCODING= ODS options are ignored by the HTML and XML destinations SN-005850 DBCS characters may not display properly when using ODS RTF SN-005851 Certain DBCS characters prevent RTF files from being opened by Microsoft Word SN-005425 Invalid files generated for ODS printer destinations in Asian encodings SN-005950 ODS PDF does not render Latin1 (ISO 8859-1) encoding correctly SN-005951 ODS PDF and RTF can not produce double-byte encoded output SN-005949 ODS PDF will only use Times, Helvetica, and Courier as default font SN-005596 Output data set may not be generated when using the ODS OUTPUT statement SN-007190 Incorrect Japanese character appears in ODS RTF output on DBCS systems SN-007191 Generating ODS/RTF output using the ESCAPECHAR option causes errors on DBCS systems SN-009281 The OVERPRINT system option does not work correctly with the ODS PRINTER and PDF destinations SN-010318 User-defined format can not be updated when applied to a variable created with ODS OUTPUT SN-010411 Customized template may cause observations to not appear in ODS PRINTER output SN-005994 Using a PREIMAGE= specification and STARTPAGE= with ODS PRINTER causes errors SN-009366 ODS PRINTER does not close registry keys properly which may be reviewed at: http://support.sas.com/techsup/unotes/SN/004/004574.html http://support.sas.com/techsup/unotes/SN/004/004501.html http://support.sas.com/techsup/unotes/SN/005/005261.html http://support.sas.com/techsup/unotes/SN/005/005850.html http://support.sas.com/techsup/unotes/SN/005/005851.html http://support.sas.com/techsup/unotes/SN/005/005425.html http://support.sas.com/techsup/unotes/SN/005/005950.html http://support.sas.com/techsup/unotes/SN/005/005951.html http://support.sas.com/techsup/unotes/SN/005/005949.html http://support.sas.com/techsup/unotes/SN/005/005596.html http://support.sas.com/techsup/unotes/SN/007/007190.html http://support.sas.com/techsup/unotes/SN/007/007191.html http://support.sas.com/techsup/unotes/SN/009/009281.html http://support.sas.com/techsup/unotes/SN/010/010318.html http://support.sas.com/techsup/unotes/SN/010/010411.html http://support.sas.com/techsup/unotes/SN/005/005994.html http://support.sas.com/techsup/unotes/SN/009/009366.html The hot fix package that is downloaded is in compressed tar format. The name of the tar file is 82bb84ap.tar.Z, and it contains the following files: * sasmrk.82bb84 the replacement executable containing the hot fix * sasmrk a link to sasmrk.82bb84 * sashtm.82bb84 the replacement executable containing the hot fix * sashtm a link to sashtm.82bb84 * sasxml.82bb84 the replacement executable containing the hot fix * sasxml a link to sasxml.82bb84 * sasrtf.82bb84 the replacement executable containing the hot fix * sasrtf a link to sasrtf.82bb84 * saspso.82bb84 the replacement executable containing the hot fix * saspso a link to saspso.82bb84 * sasdat.82bb84 the replacement executable containing the hot fix * sasdat a link to sasdat.82bb84 * saspdpcl .82bb84 the replacement executable containing the hot fix * saspdpcl a link to saspdpcl .82bb84 * saspdpdf.82bb84 the replacement executable containing the hot fix * saspdpdf a link to saspdpdf.82bb84 * saspdpsl.82bb84 the replacement executable containing the hot fix * saspdpsl a link to saspdpsl.82bb84 * sasxug.82bb84 the replacement executable containing the hot fix * sasxug a link to sasxug.82bb84 * 82bb84ap.aud a hot fix identifier file that will allow Technical Support to determine which fixes have been applied to a system * 82bb84ap.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/82bb84ap.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 82BB84 on Compaq Tru64 UNIX.