Installation Instructions for Hot Fix C30004

Windows


Hot fix C30004 addresses the issue(s) in ODS Templates 9.21_M2 on Windows as documented in the Issue(s) Addressed section of the hot fix download page:

http://ftp.sas.com/techsup/download/hotfix/HF2/C30.html#C30004


IMPORTANT NOTES

  1. You must have ODS Templates 9.21_M2 installed on your system before applying this hot fix. Refer to SN-35968 for instructions on how to determine which product releases you have installed.

  2. Files delivered in this hot fix will be backed up during the installation process. However, it is good general practice to back up your system before applying updates to software.

  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. This hot fix should be installed using the same userid who performed the initial software installation.


INSTALLATION

1. The installer downloaded is C30004wn.exe.

2. Execute C30004wn.exe


This will initiate the installation wizard, which will guide you through the hot fix installation process.


See the Maintenance Installation Tool (MIT) documentation for more details on the installation of hot fixes.


The content of this hot fix is listed in the hot fix manifest.


POST-INSTALLATION INSTRUCTIONS

To complete the installation of this hot fix, the administrator of the SAS installation must complete the following steps:
  1. Make a backup copy of SASHELP.TMPLMST (tmplmst.sas7bitm found in the SASROOT directory).
  2. Run this code:

    ODS PATH SASHELP.TMPLMST(UPDATE);
    %INCLUDE "<path to SASROOT>/misc/base/ar/loclzd.tpl";
    %INCLUDE "<path to SASROOT>/misc/base/iw/loclzd.tpl";
    RUN;



This completes the installation of hot fix C30004 on Windows.