INSTALLATION INSTRUCTIONS FOR HOT FIX 82BB46 ON LINUX BEFORE DOWNLOADING: The hot fix 82BB46 addresses the issue(s) in Release 8.2 (TS2M0) of Base SAS software on Linux as documented in SAS Note(s): SN-005210 LINE statement may display incorrect data with COMPUTE BEFORE and the FLOW option SN-005223 BREAK statement and GROUP under an ACROSS may cause an error SN-005211 GROUP values under ACROSS may be missing if BREAK/COMPUTE AFTER variable is requested SN-005767 Nested ACROSS variables may result in system specific errors SN-005770 Row variable values may be printed under wrong variable column SN-005766 Rows of data may be missing from output with multiple ACROSS variables in PROC REPORT SN-007784 PROC REPORT quantile values may be incorrect SN-007785 ACROSS values may be missing in the REPORT WINDOW of PROC REPORT SN-007786 BY statement in PROC REPORT may cause memory problems SN-007888 All but the first column under an ACROSS variable may contain missing values SN-005776 CALL DEFINE specified in COMPUTE block may produce an abend SN-009218 Data missing when ANALYSIS variable is requested over multiple ACROSS variables SN-009829 PROC REPORT _PAGE_ location LINE statements are missing when only summary rows are printed on a page SN-010063 PROC REPORT option NOCOMPLETECOLS may apply only to last variable listed under a nested ACROSS SN-010051 Label for OTHER format range may display in RBREAK summary line which may be reviewed at: http://support.sas.com/techsup/unotes/SN/005/005210.html http://support.sas.com/techsup/unotes/SN/005/005223.html http://support.sas.com/techsup/unotes/SN/005/005211.html http://support.sas.com/techsup/unotes/SN/005/005767.html http://support.sas.com/techsup/unotes/SN/005/005770.html http://support.sas.com/techsup/unotes/SN/005/005766.html http://support.sas.com/techsup/unotes/SN/007/007784.html http://support.sas.com/techsup/unotes/SN/007/007785.html http://support.sas.com/techsup/unotes/SN/007/007786.html http://support.sas.com/techsup/unotes/SN/007/007888.html http://support.sas.com/techsup/unotes/SN/005/005776.html http://support.sas.com/techsup/unotes/SN/009/009218.html http://support.sas.com/techsup/unotes/SN/009/009829.html http://support.sas.com/techsup/unotes/SN/010/010063.html http://support.sas.com/techsup/unotes/SN/010/010051.html The hot fix package that is downloaded is in compressed tar format. The name of the tar file is 82bb46lx.tar.Z, and it contains the following files: * sasrepmn.82bb46 the replacement executable containing the hot fix * sasrepmn a link to sasrepmn.82bb46 * sasrepwd.82bb46 the replacement executable containing the hot fix * sasrepwd a link to sasrepwd.82bb46 * saszrepo.82bb46 the replacement executable containing the hot fix * saszrepo a link to saszrepo.82bb46 * sastrepo.82bb46 the replacement executable containing the hot fix * sastrepo a link to sastrepo.82bb46 * uwudefin.82bb46 the replacement executable containing the hot fix * uwudefin a link to uwudefin.82bb46 * sasrep7.82bb46 the replacement executable containing the hot fix * sasrep7 a link to sasrep7.82bb46 * sasrepor.82bb46 the replacement executable containing the hot fix * sasrepor a link to sasrepor.82bb46 * 82bb46lx.aud a hot fix identifier file that will allow Technical Support to determine which fixes have been applied to a system * 82bb46lx.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/82bb46lx.tar | tar -xf - STEP 2: Once the tar command is complete, the following line must be added as the first line of the !SASROOT/sasv8.cfg file: -path !SASROOT/hotfix/sasexe Do not modify any existing -PATH options in the !SASROOT/sasv8.cfg file. STEP 3: Change the ownership (using the chown command) and permissions (using the chmod command) 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 82BB46 on Linux.