SAS Namespace Types |
Subclass of SecondaryType
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.
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.
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
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
AnalyticColumnRole
Type: String 32The role of this analytic column, such as Input or Target.
Creator
Type: String 32The function of this analytic column.
Distribution
Type: String 32Periodic, Linear, Normal, Multinominal
Family
Type: String 32A label used to group variables, such as Demographic or Economic.
IsReport
Type: intCreate a report based on this variable.
Level
Type: String 32Binary, Interval, Nominal, Ordinal, Unary
LowerLimit
Type: doubleThe lower limit of this variable.
Order
Type: String 32Logical order of the column, such as Ascending, Descending, Formatted Ascending, or Formatted Descending.
Price
Type: doubleThe cost of acquiring a variable.
UpperLimit
Type: doubleThe upper limit of this variable.
OwningColumn
Cardinality: 1 to 1
Partner: AnalyticColumns
The column associated with these analytic attributes.
Associated Types:
Column ColumnRangeTargetInformation
Cardinality: 0 to 1
Partner: OwningAnalyticColumn
The target information for this column.
Associated Types:
Target
Copyright © 2009 by SAS Institute Inc., Cary, NC, USA. All rights reserved.