CAUTION:
Except
for defining an index, do not make changes to an aggregation table
from the Properties dialog box.
For all changes other
than index definition, use the Edit wizard
to make changes to an aggregation table. This ensures that all metadata
is properly updated.
To open the Properties dialog
box of an aggregation table, right-click the aggregation table in
the process flow diagram. The following menu appears:
From the drop-down menu
that is displayed, select Properties.
Note: Unlike other SAS Data Integration
Studio transformations, there is no Mapping tab.
The aggregation wizards manage this function.
The
Properties
dialog box consists of the following tabs:
-
The General tab
contains the identifying information about the table.
The following display
shows the General tab of an aggregation table.
For items in the preceding
display, the following definitions apply.
Name
identifies the name
of the aggregation table.
Description
describes the aggregation
table.
Location
specifies the location
of the aggregation table in the metadata folder hierarchy. Click Browse to
select a path to the table from the Select a Location dialog
box that displays the metadata directory structure.
-
The Columns tab
contains a grid that provides information about each column of the
table. For each aggregation table, the aggregation wizards supply
the following three columns:
-
ContribCount
is
a numeric column in summarized aggregation tables. The value of ContribCount
is the number of input observations (rows of data) that were used
in computing this summarized row of data
-
LastUpdated
is
the system datetime of when this row of data was last updated. This
column is in simple and summarized aggregation tables.
-
CompletedDay
is
a single character, set to 'Y', 'N', or blank.
If the Completed Day processing is not enabled, it is always set
to blank. If the Completed Day processing is enabled, this column
is set to 'Y' if the value of DATETIME indicates that this
row of data represents a completed day. Otherwise, this column is
set to 'N', which indicates an incomplete day. A day is
considered complete if any input row of data has a time portion of
the datetime value that is greater than the specified cutoff time.
For items in the preceding
display, the following definitions apply.
#
specifies the column's
ordinal position in the grid on the Columns tab.
Name
specifies the name
of the column.
If the Key icon
appears next to the name, then that column is used
as a primary, unique, or foreign key.
Expression
specifies the combination
of functions and mathematical operations that are used to derive a
value for the column. This field is blank unless the column is a computed
column.
Type
specifies the data
type of the column. Valid types are character and numeric. You can
also identify column types by looking at the Name column. A round
icon to the left of the name indicates that the column
is numeric. A pyramid
icon to the left of the name indicates that the column
contains character data.
Length
specifies the length
of the column. The length of numeric columns is from 2 through 8.
The length of character columns is from 1 through 32,767.
Informat
specifies the SAS informat
that is used (if needed) to read values for the selected column. Informats
are not used by the Aggregation transformation.
Format
specifies the SAS format
that is used to write or display values for the selected column.
Summary Role
specifies the type
of the column. It is not used by SAS IT Resource Management.
CAUTION:
The New,
Import, and Delete buttons at the top of the grid should not be used.
The preferred method
of adding, deleting, or modifying a column is to do so from the appropriate
aggregation wizard. Using the wizard ensures that the metadata is
properly updated.
-
The Indexes tab
contains a list of the columns (and their descriptions, types, and
lengths) that can be selected to use as indexes. Indexes can improve
queries that use the aggregation table.
-
The Keys tab
is not used by SAS IT Resource Management, and its values are ignored.
-
The Physical Storage tab
contains information about where the table is stored.
For items in the preceding
display, the following definitions apply.
Physical name
specifies the name
of the physical table. The name must follow the rules for table names
in the DBMS that is selected in the DBMS field. For example, if SAS
is the selected DBMS, the name must follow the rules for SAS data
sets. If you select another DBMS, the name must follow the rules for
tables in that DBMS. Note the check boxes for DBMS names below.
Note: SAS IT Resource Management
does not use this field.
Enable case-sensitive DBMS object names
specifies whether case-sensitive
names for tables and columns are to be supported in the metadata for
the current table. If the check box is deselected, no support is provided.
If the check box is selected, support is provided.
Note: Do not select or modify this
field.
Enable special characters within DBMS object names
specifies whether special
characters in names for tables and columns are to be supported in
the metadata for the current table.
Note: Do not select or modify this
field.
Create as view
is valid only if the
table is specified as an output in a SAS IT Resource Management job.
If this option is selected, the table is created as a view, if that
is possible. If it is not possible to create a view, a physical table
is created even when the Create as view option is
selected. Deselect this option to specify that the table should be
created as physical table instead of a view.
Note: SAS IT Resource Management
does not use this field.
Library
specifies a library
that can be used to access the table. To create a new library, click New,
which opens the New Library wizard. To edit
the properties of the existing library, click Properties,
which opens the properties window for the data library.
DBMS
displays the database
management system (DBMS) format of the library that is selected in
the Library field.
Note: Do not select or modify this
field.
Schema
is for DBMS software
other than SAS. It specifies the database schema that is associated
with the table that is specified in the Name field.
Note: Do not select or modify this
field.
-
The Notes tab
contains areas where you can annotate the table.
-
The Extended Attributes tab
contains a custom property that is not part of the metadata for the
table.
For items in the preceding
display, the following definitions apply.
adds a row to the attribute
table. A number and a default name are provided, but you must enter
the value and description.
deletes a selected
attribute from the list.
If present, enables
you to reorder rows by moving a selected row up in the table.
if present, enables
you to reorder rows by moving a selected row down in the table.
#
specifies the number
of the extended attribute.
Field Name
specifies the attribute
name to be defined.
Value
specifies the value
for the attribute that is specified in the Field Name column.
Description
describes the attribute
and value.
CAUTION:
Do not
delete or modify the AgeLimit field from the Extended Attributes tab.
In addition, do not delete the Filter from the Extended Attributes
tab.
Modifying or deleting
these fields can cause processing errors.