![]() |
![]() |
SAS/Warehouse Administrator Metadata Types |
Category: | Object Types--Process Editor |
Parent | |
Overview | |
Properties | |
Using WHEFILE |
Parent |
Overview |
WHEFILE models the metadata for external file objects in the Process Editor. An external file is a file of type other than SAS that is an input to an operational data definition (ODD). Here is one way to add an external file in SAS/Warehouse Administrator:
Properties |
The following table lists all of the properties for WHEFILE 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 WHEFILE are as follows:
specifies a list of general identifying information about the job that creates this file. This list must be a WHJOB or a subtype of WHJOB. A valid CREATING JOB property is required before you can add any INPUT SOURCES. If the CREATING JOB is removed, then any work tables in the chain of INPUT SOURCES will be deleted as well.
represents the fileref that is used to access this file using a SAS filename statement. The maximum length is 8 characters.
specifies an SCL List of general identifying information about the host on which this file is accessed.
indicates the catalog entry name of the associated icon. For more information about icons, see Using Icon Information.
specifies an SCL list of general identifying information about the objects that are input to this external file. For more details about input objects, see INPUT and OUTPUT Properties.
specifies an SCL list of general, identifying information about the sources that are input to this file. For more details about input sources, see INPUT and OUTPUT Properties.
represents an SCL list of filename statement options. The list contains multiple entries to support options that might be too long to fit in one list item.
specifies an SCL list of general identifying information about the objects that are output from this external file. For more details about output objects, see INPUT and OUTPUT Properties.
specifies an SCL list of general identifying information about the targets that are output from this external file. For more details about output targets, see INPUT and OUTPUT Properties.
specifies an SCL list of general identifying information about the process that created this file.
Using WHEFILE |
Add | Update | Delete |
Yes | Yes | No |
WHEFILE is an independent type.
![]() |
![]() |
Copyright © 2012 by SAS Institute Inc., Cary, NC, USA. All rights reserved.