mirror of
https://github.com/sasjs/core.git
synced 2026-01-16 13:00:05 +00:00
chore: updating all.sas
This commit is contained in:
7
all.sas
7
all.sas
@@ -17688,12 +17688,17 @@ run;
|
|||||||
@brief extracts metadata attributes and associations for a particular uri
|
@brief extracts metadata attributes and associations for a particular uri
|
||||||
@param [in] uri the metadata object for which to return
|
@param [in] uri the metadata object for which to return
|
||||||
attributes / associations
|
attributes / associations
|
||||||
@param [in] sortoptions Enables sorting of the output datasets, for example,
|
@param [in] sortoptions= Enables sorting of the output datasets, for example,
|
||||||
`SORTSEQ=LINGUISTIC`
|
`SORTSEQ=LINGUISTIC`
|
||||||
@param [out] outattrs= (work.attributes)
|
@param [out] outattrs= (work.attributes)
|
||||||
The dataset to create that contains the list of attributes
|
The dataset to create that contains the list of attributes
|
||||||
@param [out] outassocs= (work.associations)
|
@param [out] outassocs= (work.associations)
|
||||||
The dataset to contain the list of associations
|
The dataset to contain the list of associations
|
||||||
|
|
||||||
|
<h4> Related Files </h4>
|
||||||
|
@li mm_getobjects.sas
|
||||||
|
@li mm_gettypes.sas
|
||||||
|
|
||||||
**/
|
**/
|
||||||
|
|
||||||
%macro mm_getdetails(uri
|
%macro mm_getdetails(uri
|
||||||
|
|||||||
Reference in New Issue
Block a user