![]() | SUMMARY | DETAIL |
Macros to get and export dictionary information in SAS Life Science Analytics Framework.
Macro Summary | |
external | %lsaf_exportextdicts(lsaf_location=, lsaf_path=, lsaf_overwrite=, lsaf_enableversioning=, lsaf_versiontype=, lsaf_customversion=, lsaf_comment=);
Exports the metadata for external dictionaries. The metadata is stored in a SAS data set in the ...
|
external | %lsaf_getextdictionaryid(lsaf_dictionary=, lsaf_version=, lsaf_datatype=);
Gets the dictionary identifier for an external dictionary. The SAS macro variable ...
|
external | %lsaf_getexternaldictionaries(sas_dsname=work.lsafgetexternaldictionaries);
Gets the metadata for all of the external dictionaries. The metadata is stored in a SAS data set.
|
Macro Detail |
%lsaf_exportextdicts(lsaf_location=, lsaf_path=, lsaf_overwrite=, lsaf_enableversioning=, lsaf_versiontype=, lsaf_customversion=, lsaf_comment=);
[ Exposure:
external
]
_lsafExtDictionaryPath_
-
The full path of the external dictionary data set, which includes_lsafMsg_
-
The return message._lsafRC_
-
The return code.lsaf_location
-
- Required - The case-insensitive output location for the exported externallsaf_path
-
- Required - The output path for the data set that contains the exported externallsaf_overwrite
-
- Optional - Indicates whether to overwrite an existing unversioned datalsaf_enableversioning
-
- Optional - Indicates whether a 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_getextdictionaryid(lsaf_dictionary=, lsaf_version=, lsaf_datatype=);
[ Exposure:
external
]
_lsafExtDictionaryId_
-
The external dictionary identifier._lsafMsg_
-
The return message._lsafRC_
-
The return code.lsaf_dictionary
-
- Required - The case-sensitive name of the dictionary. This is thelsaf_version
-
- Required - The referenced version of the external dictionary.lsaf_datatype
-
- Required - The data type of the external dictionary.
%lsaf_getexternaldictionaries(sas_dsname=work.lsafgetexternaldictionaries);
[ Exposure:
external
]
_lsafMsg_
-
The return message._lsafRC_
-
The return code.sas_dsname
-
- Optional - The name of the output SAS data set to contain the metadata