CMPMODEL= System Option

Specifies the output model type for the MODEL procedure.
Valid in: Configuration file, SAS invocation, OPTIONS statement, System Options window
Category: System administration: Performance
PROC OPTIONS GROUP= Performance
Note: This option can be restricted by a site administrator. For more information, see Restricted Options.

Syntax

CMPMODEL=BOTH | CATALOG | XML

Syntax Description

BOTH
specifies that the MODEL procedure create two output types for a model, one as a SAS catalog entry and the other as an XML file. This is the default.
CATALOG
specifies that the output model type is an entry in a SAS catalog.
XML
specifies that the output model type is an XML file.

See Also

Procedures:
MODEL Procedure in SAS/ETS User’s Guide