space
Previous Page | Next Page

SAS Namespace Types

AnalyticColumn


Subclass of SecondaryType


Overview

Contains analytic attributes to apply to a column. These attributes include information such as upper and lower limits, and cost of acquiring a variable, level, and distribution. Used by SAS Enterprise Miner.

Security Inheritance and Enforcement Rules

The following is a list of associations which are used to determine if this object should inherit access controls from another object (inheritance) or if the association is allowed for the object (enforcement). For more information about inheritance and enforcement rules, see the SAS 9.2 Intelligence Platform: Security Administration Guide.

Attributes

Name Description Type Length
AnalyticColumnRole The role of this analytic column, such as Input or Target.   String 32  
Creator The function of this analytic column.   String 32  
Distribution Periodic, Linear, Normal, Multinominal   String 32  
Family A label used to group variables, such as Demographic or Economic.   String 32  
IsReport Create a report based on this variable.   int  
Level Binary, Interval, Nominal, Ordinal, Unary   String 32  
LowerLimit The lower limit of this variable.  double  
Order Logical order of the column, such as Ascending, Descending, Formatted Ascending, or Formatted Descending.   String 32  
Price The cost of acquiring a variable.   double  
UpperLimit The upper limit of this variable.   double  

Inherited Attributes
Name Id Desc MetadataCreated MetadataUpdated ChangeState  LockedBy  UsageVersion 

Associations

= indicates the resident side of an association, or where the association is persisted for cross-repository associations. If no resident side is indicated, this association may not cross repository boundaries.

Name Cardinality Description Associated Types
OwningColumn

Partner: AnalyticColumns

1 to 1 The column associated with these analytic attributes.  Column
ColumnRange
TargetInformation

Partner: OwningAnalyticColumn

0 to 1 The target information for this column.  Target

Inherited Associations
AccessControls/Objects , Changes/Objects , CustomAssociations/OwningObject , Documents/Objects , Extensions/OwningObject , ExternalIdentities/OwningObject , Groups/Members , Implementors/ImplementedObjects , Keywords/Objects , LocalizedAttributes/AssociatedLocalizedObject , Notes/Objects , PrimaryPropertyGroup/AssociatedObject , Prompts/PromptEnabledObject , Properties/AssociatedObject , PropertySets/OwningObject , ReferencedObjects/AssociatedObjects , ResponsibleParties/Objects , SourceTransformations/TransformationSources , SpecSourceTransformations/SourceSpecifications , SpecTargetTransformations/TargetSpecifications , TargetTransformations/TransformationTargets , Timestamps/Objects , Trees/Members , TSObjectNamespace/TSObjects , UsedByPrototypes/UsingPrototype , UsingPrototype/UsedByPrototypes , Variables/AssociatedObject 

Attribute Details

AnalyticColumnRole
     Type:  String 32  

The role of this analytic column, such as Input or Target.

Creator
     Type:  String 32  

The function of this analytic column.

Distribution
     Type:  String 32  

Periodic, Linear, Normal, Multinominal

Family
     Type:  String 32  

A label used to group variables, such as Demographic or Economic.

IsReport
     Type:  int  

Create a report based on this variable.

Level
     Type:  String 32  

Binary, Interval, Nominal, Ordinal, Unary

LowerLimit
     Type:  double  

The lower limit of this variable.

Order
     Type:  String 32  

Logical order of the column, such as Ascending, Descending, Formatted Ascending, or Formatted Descending.

Price
     Type:  double  

The cost of acquiring a variable.

UpperLimit
     Type:  double  

The upper limit of this variable.

Association Details

OwningColumn
     Cardinality:   1 to 1
     Partner:   AnalyticColumns

The column associated with these analytic attributes.  

Associated Types:
Column   ColumnRange

TargetInformation
     Cardinality:   0 to 1
     Partner:   OwningAnalyticColumn

The target information for this column. 

Associated Types:
Target


space
Previous Page | Next Page | Top of Page