INSTALLATION INSTRUCTIONS FOR HOT FIX E9BX05 ON OPENVMS ALPHA IMPORTANT NOTE(S): 1. You must have SAS 9.1.3 (9.1 TS1M3) and SAS 9.1.3 Service Pack 4 installed on your system before applying this hot fix. 2. Before applying this bundle, Technical Support strongly suggests that a backup of the existing installation be made. 3. You must have Administrator Privileges on your CLIENT or SERVER machine. 4. All currently active SAS sessions, daemons, spawners and servers must be terminated before applying this hot fix. 5. Define SAS 9.1 System logicals to your process by executing the following command file: $ @disk:[SAS91.TOOLS]SAS91.COM where disk is the device where SAS 9.1.3 (9.1 TS1M3) is installed. 6. If you do not have the UNZIP utility installed on your system, please download this program from the "SAS System under OpenVMS" link on this page: http://www.sas.com/service/techsup/ftp/download.html The name of the utility is UNZIPAV.EXE. Copy this file to the directory SAS$ROOT:[TOOLS.SUPPORT]. Create this directory if it is not present. Once installed, create a symbol pointing to the UNZIP utility: $ UNZIP :== "$SAS$ROOT:[TOOLS.SUPPORT]UNZIPAV.EXE" 7. If you use SAS/CONNECT, you MUST also install E9CT05. If E9CT05 is not installed, this hot fix will not be fully functional AND jobs that include PROC UPLOAD and PROC DOWNLOAD will fail. AFTER DOWNLOADING: The following instructions describe the steps for installing the files listed above. STEP 1: Create a directory named HOTFIX under SAS$ROOT:[TOOLS.SUPPORT] $ CREATE/DIR SAS$ROOT:[TOOLS.SUPPORT.HOTFIX] STEP 2: Copy the file downloaded, E9BX05AV.ZIP, to the HOTFIX directory created in STEP 1. Assuming the file was downloaded to a user's directory called disk1:[dir], execute $ COPY disk1:[dir]E9BX05AV.ZIP SAS$ROOT:[TOOLS.SUPPORT.HOTFIX] STEP 3: Change your default directory to the SAS$ROOT:[TOOLS.SUPPORT.HOTFIX]directory. $ SET DEFAULT SAS$ROOT:[TOOLS.SUPPORT.HOTFIX] STEP 4: Extract the contents from the downloaded zip file. $ UNZIP -o "-X" "SAS$ROOT:[TOOLS.SUPPORT.HOTFIX]E9BX05AV.ZIP" The "-X" parameter must be in uppercase for this command to work properly. STEP 5: Submit the hotfix install script to check for Service Pack install. $ @HOTFIXINST.COM This completes the installation of hot fix E9BX05 on OpenVMS Alpha.