INSTALLATION INSTRUCTIONS FOR HOT FIX 82ET02 ON AIX BEFORE DOWNLOADING: The hot fix 82ET02 addresses the issue(s) in Release 8.2 (TS2M0) of SAS/ETS software on AIX as documented in SAS Note(s): SN-011597 Results are incorrect for models with transformed input variables which may be reviewed at: http://support.sas.com/techsup/unotes/SN/011/011597.html The hot fix package that is downloaded is in compressed tar format. The name of the tar file is 82et02ar.tar.Z, and it contains the following files: * forcast.sas7bcat.82et02 the replacement catalog containing the hot fix * forcast.sas7bcat a link to forcast.sas7bcat.82et02 * 82et02ar.aud a hot fix identifier file that will allow Technical Support to determine which fixes have been applied to a system * 82et02ar.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/82et02ar.tar | tar -xf - STEP 2: Once the tar command is complete, it is necessary to edit the config file, !SASROOT/sasv8.cfg. Locate the -sashelp option in the config file and change it as follows: The default -sashelp option in the sasv8.cfg file appears as: -sashelp ( '!SASROOT/sascfg' '!SASROOT/sashelp' ) This should be amended to appear as: -sashelp ('!SASROOT/hotfix/sashelp' '!SASROOT/sascfg' '!SASROOT/sashelp' ) The path !SASROOT/hotfix/sashelp must appear first. Please be extremely careful not to modify existing paths in the current -sashelp configuration option. This completes the installation of hot fix 82ET02 on AIX.