Changing SAS Registry Settings for ODS


Overview of ODS and the SAS Registry

The SAS registry is the central storage area for configuration data that ODS uses. This configuration data is stored in a hierarchical form, which works in a similar manner to the way directory-based file structures work under UNIX, Windows, VMS, and the z/OS UNIX system. However, the SAS registry uses keys and subkeys as the basis for its structure, instead of using directories and subdirectories, like similar file systems in DOS or UNIX. A key is a word or a text string that refers to a particular aspect of SAS. Each key may be a place holder without values or subkeys associated with it, or it may have many subkeys with associated values. For example, the ODS key has DESTINATIONS, GUI, ICONS, and PREFERENCES subkeys. A subkey is a key inside another key. For example, PRINTER is a subkey of the DESTINATIONS subkey .

click to expand
Display 2.5: SAS Registry of ODS Subkeys

Changing Your Default HTML Version Setting

By default, the SAS registry is configured to generate HTML4 output when you specify the ODS HTML statement. To permanently change the default HTML version, you can change the setting of the HTML version in the SAS registry.

CAUTION:

  • If you make a mistake when you modify the SAS registry, then your system might become unstable or unusable. You will not be warned if an entry is incorrect. Incorrect entries can cause errors, and can even prevent you from bringing up a SAS session. For more information about how to configure the SAS registry, see the SAS registry section in SAS Language Reference: Concepts .

To change the default setting of the HTML version in the SAS registry:

  1. Select

    Solutions Accessories Registry Editor

    or

    Issue the command REGEDIT .

  2. Select

    ODS Default HMTL Version

  3. Select

    Edit Modify

    or

    Click the right mouse button and select MODIFY . The Edit String Value window appears.

  4. Type the HTML version in the Value Data text box and select OK .

click to expand
Display 2.6: SAS Registry Showing HTML Version Setting

Changing ODS Destination Default Settings

ODS destination subkeys are stored in the SAS registry. To change the values for these destinations subkeys:

  1. Select

    ODS Destinations

  2. Select a destination subkey

  3. Select a subkey in the Contents of window

  4. Select

    Edit Modify

    or

    Click the right mouse button and select MODIFY .

  5. Type in the Value Data entry into the Edit Value String or Edit Signed Integer Value window and select OK .

click to expand
Display 2.7: Registry Editor Window



SAS 9.1 Output Delivery System. Users Guide
SAS 9.1 Output Delivery System Users Guide
ISBN: 1590472187
EAN: 2147483647
Year: 2004
Pages: 99
Authors: SAS Institute

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net