![]() |
![]() |
SAS/Warehouse Administrator Metadata Types |
Category: | Object Types--Explorer |
Parent | |
Overview | |
Properties | |
Property Dependencies | |
Using WHSUMTBL |
Parent |
Overview |
WHSUMTBL models the metadata for summary tables in SAS/Warehouse Administrator. A summary table can be a SAS table or view or a DBMS table or view. Each summary table corresponds to one of these time dimensions: day, week, half-month, month, quarter, or year. To add a summary table with the SAS/Warehouse Administrator Explorer:
Properties |
The following table lists all of the properties for WHSUMTBL and indicates how you can use each property with metadata API methods.
In the table, you can pass properties with a Yes in the Add column to the _ADD_METADATA_ method. Use this method to add a new object.
You can pass properties with a Yes in the Update column to the _UPDATE_METADATA_ method. Use this method to update properties of an existing object.
* Req indicates that the property is required; you must provide a value for this property when you use a given method. * Default indicates that the system will provide a default value for that property if you do not provide one.
Properties with a Yes in the Read Method Expand Parm column are valid with the expand parameter of the _GET_METADATA_ method. This method enables you to get detailed metadata about a property and its associated objects through a single method call.
New properties for WHSUMTBL are as follows:
specifies the character string that indicates the aggregation level of this table: DAY, WEEK, MONTH, and so on.
specifies the number that indicates the start day of the month of the fiscal year. Valid numbers are between 1 and 31.
specifies the character string that contains the start day of the week of the fiscal year. Valid strings range from SUNDAY through SATURDAY.
specifies the number that indicates the start month of the year in which the fiscal year starts. Valid numbers range between 1 and 12.
specifies the SAS datetime character string for the start time of day of the fiscal year. (A character value that is formatted with a SAS DATETIME. format.)
You must define a CREATING JOB property in order to add any INPUT SOURCES to a table. If a table does not have a CREATING JOB property, then you must specify one when you add an input source to the table.
Using WHSUMTBL |
Add | Update | Delete |
No | No | No |
WHSUMTBL is an independent type, like its parent, WHTABLE. To understand how all subtypes of WHTABLE relate to other types, see the models in Relationships Among Metadata Types.
![]() |
![]() |
Copyright © 2012 by SAS Institute Inc., Cary, NC, USA. All rights reserved.