![]() | SUMMARY | DETAIL |
Macros to get and export dictionary information in SAS Life Science Analytics Framework.
Macro Summary | |
external | %lsaf_exportdictionary(lsaf_dictionaryid=, lsaf_status=, lsaf_dictionaryversion=, lsaf_location=, lsaf_path=, lsaf_overwrite=, lsaf_enableversioning=, lsaf_versiontype=, lsaf_customversion=, lsaf_comment=);
Exports the metadata for a controlled terminology dictionary. The metadata is stored in a SAS ...
|
external | %lsaf_getdictionariesbystatus(lsaf_status=, sas_dsname=work.lsafgetdictionariesbystatus);
Gets the metadata for all of the dictionaries by the specified status. The metadata is stored in ...
|
external | %lsaf_getdictionaryid(lsaf_name=, lsaf_status=);
Gets the dictionary identifer for a controlled terminology dictionary. The SAS macro variable ...
|
Macro Detail |
%lsaf_exportdictionary(lsaf_dictionaryid=, lsaf_status=, lsaf_dictionaryversion=, lsaf_location=, lsaf_path=, lsaf_overwrite=, lsaf_enableversioning=, lsaf_versiontype=, lsaf_customversion=, lsaf_comment=);
[ Exposure:
external
]
_lsafDictionaryPath_
-
The full path of the dictionary data set, which includes the file_lsafMsg_
-
The return message._lsafRC_
-
The return code.lsaf_dictionaryid
-
- Required - The identifier of the dictionary. The identifier can belsaf_status
-
- Required - The status of the dictionary. Valid values: PUBLISHED,lsaf_dictionaryversion
-
- Optional - The version of a PUBLISHED dictionary to export. Alsaf_location
-
- Required - The case-insensitive output location for the dictionary file.lsaf_path
-
- Required - The output path for the dictionary file. If the file extension islsaf_overwrite
-
- Optional - Indicates whether to overwrite an existing unversioned datalsaf_enableversioning
-
- Optional - Indicates whether new exported file is versioned.lsaf_versiontype
-
- Conditional - The version type (MAJOR, MINOR, CUSTOM) to use to createlsaf_customversion
-
- Conditional - The version number to use to create a customizedlsaf_comment
-
- Optional - The check-in comment to associate with the action of adding the
%lsaf_getdictionariesbystatus(lsaf_status=, sas_dsname=work.lsafgetdictionariesbystatus);
[ Exposure:
external
]
_lsafMsg_
-
The return message._lsafRC_
-
The return code.lsaf_status
-
- Required - The status of the dictionaries to return.sas_dsname
-
- Optional - The name of the output SAS data set to contain the metadata
%lsaf_getdictionaryid(lsaf_name=, lsaf_status=);
[ Exposure:
external
]
_lsafDictionaryId_
-
The dictionary identifer._lsafMsg_
-
The return message._lsafRC_
-
The return code.lsaf_name
-
- Required - The case-sensitive name of the dictionary.lsaf_status
-
- Optional - The status of the dictionary. The default is PUBLISHED.