Syntax: OPTSAVE Procedure


Tip: The only statement that is used with the OPTSAVE procedure is the PROC statement.

PROC OPTSAVE < options >;

PROC OPTSAVE Statement

PROC OPTSAVE < options >;

To do this

Use this option

Save SAS system option settings to a registry key

KEY=

Save SAS system option settings to a SAS data set

OUT=

Options

KEY= SAS registry key

  • specifies the location in the SAS registry of stored SAS system option settings. The registry is retained in SASUSER. If SASUSER is not available, then the temporary WORK library is used. For example, KEY="OPTIONS".

    Restriction: SAS registry key names cannot span multiple lines.

    Requirement: Separate the names in a sequence of key names with a backslash (\). Individual key names can contain any character except a backslash.

    Requirement: The length of a key name cannot exceed 255 characters (including the backslashes).

    Requirement: You must use quotation marks around the SAS registry key name.

    Tip: To specify a subkey , enter multiple key names starting with the root key.

    Caution: If the key already exists, it will be overwritten. If the specified key does not already exist in the current SAS registry, then the key is automatically created when option settings are saved in the SAS registry.

OUT= libref.dataset

  • specifies the names of the library and data set where SAS system option settings are saved. The SAS variable OPTNAME contains the character value of the SAS system option name. The SAS variable OPTVALUE contains the character value of the SAS system option setting.

    Caution: If the data set already exists, it will be overwritten.

    Default: If you omit the OUT= and the KEY= options, the procedure will use the default SAS library and data set. The default SAS library is where the current user profile resides. Unless you specify a SAS library, the default library is SASUSER. If SASUSER is in use by another active SAS session, then the temporary WORK library is the default location where the data set is saved. The default data set name is MYOPTS.




Base SAS 9.1.3 Procedures Guide (Vol. 1)
Base SAS 9.1 Procedures Guide, Volumes 1, 2, 3 and 4
ISBN: 1590472047
EAN: 2147483647
Year: 2004
Pages: 260

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