![]() | SUMMARY | DETAIL |
Macros to perform batch operations in the repository.
Macro Summary | |
external | %lsaf_downloadaszip(lsaf_path=, local_path=, lsaf_overwrite=0);
Downloads a SAS Life Science Analytics Framework file or folder along with its content ...
|
external | %lsaf_uploadandexpand(local_path=, lsaf_path=, lsaf_enableversioning=, lsaf_versiontype=, lsaf_comment=);
Uploads and expands the contents of a ZIP file into the specified folder location in the SAS ...
|
Macro Detail |
%lsaf_downloadaszip(lsaf_path=, local_path=, lsaf_overwrite=0);
[ Exposure:
external
]
_lsafMsg_
-
The return message._lsafRC_
-
The return code.lsaf_path
-
- Required - The path of the item to download.local_path
-
- Required - The full path and name of the file to create (or overwrite,lsaf_overwrite
-
- Optional - Indicates whether to overwrite the existing ZIP file on
%lsaf_uploadandexpand(local_path=, lsaf_path=, lsaf_enableversioning=, lsaf_versiontype=, lsaf_comment=);
[ Exposure:
external
]
_lsafMsg_
-
The return message._lsafRC_
-
The return code.local_path
-
- Required - The absolute path and name of the ZIP file on the locallsaf_path
-
- Required - The path of the target folder.lsaf_enableversioning
-
- Optional - Indicates whether the new files to create arelsaf_versiontype
-
- Optional - The type of version to create, if the new files arelsaf_comment
-
- Conditional - The comment for the versioned file to create. This option