![]() | SUMMARY | DETAIL |
Macros to describe the item type definitions within the system.
Macro Summary | |
external | %lsaf_getcontextallowablechildren(lsaf_typeid=, sas_dsname=work.lsafGetContextAllowableChildren);
Gets the metadata for the item types that can be created as immediate children of the ...
|
external | %lsaf_getcontexttypes(sas_dsname=work.lsafGetContextTypes);
Gets the metadata for all of the context types that are defined in the repository. The metadata ...
|
external | %lsaf_getsearchabletypes(sas_dsname=work.lsafGetSearchableTypes);
Gets the metadata for all of the searchable types that are defined in the repository. The ...
|
external | %lsaf_iscontexttype(lsaf_typeid=);
Indicates whether the specified type identifier is a context.
|
external | %lsaf_typehascapability(lsaf_typeid=, lsaf_capability=);
Indicates whether the type has the specified capability in the repository.
|
Macro Detail |
%lsaf_getcontextallowablechildren(lsaf_typeid=, sas_dsname=work.lsafGetContextAllowableChildren);
[ Exposure:
external
]
_lsafMsg_
-
The return message._lsafRC_
-
The return code.lsaf_typeid
-
- Required - The type identifier of the context item in the repository.sas_dsname
-
- Optional - The name of the output SAS data set to contain the metadata
%lsaf_getcontexttypes(sas_dsname=work.lsafGetContextTypes);
[ Exposure:
external
]
_lsafMsg_
-
The return message._lsafRC_
-
The return code.sas_dsname
-
- Optional - The name of the output SAS data set to the metadata for the
%lsaf_getsearchabletypes(sas_dsname=work.lsafGetSearchableTypes);
[ Exposure:
external
]
_lsafMsg_
-
The return message._lsafRC_
-
The return code.sas_dsname
-
- Optional - The name of the output SAS data set to the metadata for the
%lsaf_iscontexttype(lsaf_typeid=);
[ Exposure:
external
]
_lsafIsContextType_
-
Indicates whether the value is a context type._lsafMsg_
-
The return message._lsafRC_
-
The return code.lsaf_typeid
-
- Required - The context type identifier of the item in the repository.
%lsaf_typehascapability(lsaf_typeid=, lsaf_capability=);
[ Exposure:
external
]
_lsafMsg_
-
The return message._lsafRC_
-
The return code._lsafTypeHasCapability_
-
Indicates whether the type has the capability.lsaf_typeid
-
- Required - The type identifier of the item.lsaf_capability
-
- Required - The specified capability of the item.