SAS/Warehouse Administrator Metadata Types |
Metadata type for dynamically generated source code entries in
SAS catalogs
Category: |
Text File Types
|
WHSRCCAT
WHDYNSRC
models the metadata for dynamically generated source code catalog entries
in SAS/Warehouse Administrator. These
entries are generated when you select the
View
Code |
![[arrow]](../../../../common/65445/HTML/default/images/arrow.gif) |
All |
or |
Step |
option for a table in the Process Editor.
The following table lists all of the properties
for WHDYNSRC 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.
Properties
|
Type |
Add Method |
Update Method |
Read Method Expand Parm. |
Cvalue |
C |
No |
No |
No |
Desc |
C |
No |
No |
No |
Entry |
C |
No |
No |
No |
Extended Attributes |
L |
No |
No |
Yes |
Full Entry |
C |
No |
No |
No |
Id |
C |
No |
No |
No |
Library |
L |
No |
No |
No |
Metadata Created |
C |
No |
No |
No |
Metadata Updated |
C |
No |
No |
No |
Name |
C |
No |
No |
No |
Note |
L |
No |
No |
Yes |
NValue |
N |
No |
No |
No |
Objects |
L |
No |
No |
No |
Add |
Update |
Delete |
No |
No |
No |
WHDYNSRC is a dependent type, like all of the
subtypes
of WHTFILE. To understand how all subtypes of WHTFILE relate to other types,
see the process model in Relationships Among Metadata Types.
Copyright © 2012 by SAS Institute Inc., Cary, NC, USA. All rights reserved.