The SAS 9.3 Metadata Model has been modified to enhance modeling of
Cubes and mining result output. It also includes new metadata types and attributes
for graphical metadata interfaces.
New Metadata Types
- For Cubes, the new metadata types, CalculatedMember and
NamedSet, enable the formula that created the CalculatedMember or NamedSet to be associated with the Dimension,
Hierarchy, or Level to which they belong. The metadata types are subtypes of GlobalFormula, which was used to store this information in SAS 9.2.
For more information, see Analysis Submodel
and Diagrams for Analysis Metadata Types.
- For graphical metadata user interfaces:
Enhancements to Existing Metadata Types
Six existing metadata types were modified.
- GlobalFormula has been elevated to an abstract type. Abstract metadata types are not instantiated in a SAS Metadata Repository. For more information,
see GlobalFormula.
The Login metadata type has been re-parented as a PrimaryType subtype. A PrimaryType subtype can be
added, updated, secured, and deleted independently of other objects in a SAS Metadata Repository.
For more information, see Login,
Software Deployment Submodel, and Diagrams for Software Deployment Metadata Types.
The lengths of the LogicalColumn metadata type's SASFormat and SASInformat attributes have been
increased to support 43 characters instead of 32.
An association has been added between the MiningResult and TextStore metadata types.
MiningResult has a ResultPMML association to TextStore; TextStore has an OwningMiningResult association to MiningResult.
For information about how the association is intended to be used, see the ModelResult Associations Diagram in Diagrams for Mining Metadata Types.
The PrimaryType metadata type has a new attribute, IsHidden. IsHidden is a Boolean value that indicates
if the object is visible in metadata user interfaces such as in
the SAS Folders tree and on the Search tab.
The SoftwareComponent metadata type has a new attribute, ConfigureVersion. ConfigureVersion
supports a string that indicates the version of the code in the configuration directory.
Documentation Modifications
- The documentation for the RepositoryBase metadata type was enhanced to
describe new usage of the RepositoryType attribute.
- The metadata model usage scenarios have been removed.
Copyright © 2011 by SAS Institute Inc., Cary, NC, USA. All rights reserved.