Previous Page | Next Page

SAS/Warehouse Administrator Metadata Types

WHPRCMAP



Metadata type for data mapping processes
Category: Process Types

Parent
Overview
Properties
Using WHPRCMAP

Parent

WHPRCMAN


Overview

WHPRCMAP models the metadata for data mapping processes in the SAS/Warehouse Administrator Process Editor. A data mapping is a metadata record used to generate or retrieve a routine that maps columns from one or more data sources into one or more data tables, detail tables, OLAP tables, or OLAP MDDBs. Common mappings include one-to-one (one data source to a target table), joins (one or more data sources merged by one or more common columns), and unions (two or more data sources appended to a target table). Here is one way to add a data mapping process in SAS/Warehouse Administrator:

  1. In the Explorer, select a detail table or a data table with the right mouse button.

  2. Select Process from the pop-up menu.

  3. In the Process Editor, select the table with the right mouse button.

  4. Select Add [arrow] Inputs

  5. Enter the mapping information.


Properties

The following table lists all of the properties for WHPRCMAP and indicates how you can use each property with metadata API methods.

In the table, you can specify properties with a Yes in the Indirect Add column when you indirectly add one object through another, as described in the documentation for the _UPDATE_METADATA_ method. Use this approach to add a new dependent object. For details, see Using _UPDATE_METADATA_.

You can pass properties with a Yes in the Update column to the _UPDATE_METADATA_ method, as described in the documentation for this method. Use this method to update properties of an existing object. For details, see Using _UPDATE_METADATA_.

* 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. * Auto supplied means that the property is automatically supplied; any value that you specify for such a property is ignored.

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.

Properties


Type Indirect Add Update Method Read Method Expand Parm.
Administrator L Yes Yes No
Cvalue C Yes Yes No
Desc C Yes Yes No
Extended Attributes L Yes Yes Yes
Host L Yes Yes No
Id C * Req * Req No
Metadata Created C No No No
Metadata Updated C No No No
Name C * Default Yes No
Note L Yes Yes Yes
NValue N Yes Yes No
Output Tables L * Auto supplied No No
Owner L Yes Yes No
Responsibility C Yes Yes No
Source Code L No No Yes
Source File L Yes Yes Yes
Step Source Code L No No Yes
Subprocesses L Yes Yes Yes
Transformations L Yes Yes Yes

WHPRCMAP has the following new property:

TRANSFORMATIONS

specifies an SCL list of general identifying information about the transformations that are defined for this mapping.


Using WHPRCMAP

Add Update Delete
No Yes No

WHPRCMAP is a dependent type. WHPRCMAP has the same usage information as WHPROCES. See the process model diagram in Relationships Among Metadata Types.

Previous Page | Next Page | Top of Page