![]() |
![]() |
SAS/Warehouse Administrator Metadata Types |
Category: | Object Types--Explorer |
Parent | |
Overview | |
Properties | |
Using WHTABLE |
Parent |
Overview |
WHTABLE is the base metadata type for SAS/Warehouse Administrator tables.
Properties |
The following table lists all of the properties for WHTABLE 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 WHTABLE are as follows:
specifies a numeric value that indicates whether the access location view information for this table is the same as the physical storage information.
0--No, the access location view information for this table is not the same as the physical storage information.
1--Yes, the access location view information for this table is the same as the physical storage information. (For SAS data sets only).
See SAS/Warehouse Administrator documentation for more details about the ACCESS SAME AS PHYSICAL option for tables that are stored as SAS data sets.
specifies an SCL list of general identifying information about the columns in this table.
specifies a list of general identifying information about the job that creates this table. This property returns a WHJOB object. A valid CREATING JOB property is required before you can add any INPUT SOURCES. If the CREATING JOB property is removed, then any work tables in the chain of INPUT SOURCES will be deleted as well.
You cannot change the CREATING JOB property for a single table that is output from a mapping with more than one output table. You can use the OUTPUT TABLES property of the WHJOB object to which the tables are to be moved to change the value of the CREATING JOB property for all output tables of a mapping simultaneously.
specifies an SCL list of general identifying information about the host on which this data is accessed.
specifies an SCL list of general identifying information about the objects that are input to this table. For more information about input objects, see INPUT and OUTPUT Properties.
specifies an SCL list of general identifying information about the sources that are input to this table. For more information about input sources, see INPUT and OUTPUT Properties.
specifies an SCL list of general identifying information about the SAS Library that contains this table.
an SCL list of general identifying information about the objects that are output from this table. For more information about output objects, see INPUT and OUTPUT Properties.
an SCL list of general identifying information about the targets that are output from this table. For more information about output targets, see INPUT and OUTPUT Properties.
specifies an SCL list of general identifying information about where this table is physically stored.
specifies an SCL list of general identifying information about the process that created this table. This list must be of type WHPRCMAN. Adding a process beneath itself is prevented.
specifies a list of general identifying information about all the jobs that use this table as input to output tables of the job.
Using WHTABLE |
Add | Update | Delete |
No | No | No |
WHTABLE and its children are independent types. 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.