![]() |
![]() |
SAS/Warehouse Administrator Metadata Types |
Category: | Text File Types |
Parent | |
Overview | |
Properties | |
Using WHJOBCAT |
Parent |
Overview |
The WHJOBCAT type models the metadata for SAS catalog entries that are defined for jobs, such as entries for user-supplied source code, tracking options, and user-defined prologs and epilogs.
Properties |
The following table lists all the properties for WHJOBCAT 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.
New properties for WHJOBCAT are as follows:
indicates the role that this object serves for the job. The possible values are TRACKING PROLOG, TRACKING EPILOG, USER PROLOG, and USER EPILOG.
specifies the character string that indicates who is currently responsible for the creation of the code that is associated with this process. Possible values are SAS or USER.
SAS indicates that SAS/Warehouse Administrator is creating this code dynamically, based on the current metadata. USER indicates that the user has written the code for this process and is responsible for it.
Using WHJOBCAT |
Add | Update | Delete |
No | Yes | Yes |
WHJOBCAT is a dependent type, like all subtypes of WHSRCCAT. To understand how all subtypes of WHSRCCAT relate to other types, see the process model in Relationships Among Metadata Types.
Use of _DELETE_METADATA for this type deletes SAS/Warehouse Administrator metadata, not the corresponding catalog entries.
![]() |
![]() |
Copyright © 2012 by SAS Institute Inc., Cary, NC, USA. All rights reserved.