![]() | SUMMARY | DETAIL |
Macros to manage content in the current user's workspace.
Macro Summary | |
external | %lsaf_createworkspacefolder(lsaf_path=);
Creates a folder in the workspace of the current user.
|
external | %lsaf_deleteworkspaceitem(lsaf_path=);
Deletes a workspace item. Deleted items are permanently deleted and not moved to the ...
|
external | %lsaf_existsinworkspace(lsaf_path=);
Indicates whether an item exists in the workspace of the current user.
|
external | %lsaf_getworkspacechildren(lsaf_path=, sas_dsname=work.lsafGetWorkspaceChildren, lsaf_recursive=0);
Gets the metadata for items in a folder in the workspace of the current user. The metadata is ...
|
external | %lsaf_markworkspaceitemforadd(lsaf_path=);
Marks a workspace item to be marked for addition to the repository.
|
Macro Detail |
%lsaf_createworkspacefolder(lsaf_path=);
[ Exposure:
external
]
_lsafMsg_
-
The return message._lsafRC_
-
The return code.lsaf_path
-
- Required - The path to the folder.
%lsaf_deleteworkspaceitem(lsaf_path=);
[ Exposure:
external
]
_lsafMsg_
-
The return message._lsafRC_
-
The return code.lsaf_path
-
- Required - The path to the item.
%lsaf_existsinworkspace(lsaf_path=);
[ Exposure:
external
]
_lsafExistsInWorkspace_
-
Indicates whether the item exists._lsafMsg_
-
The return message._lsafRC_
-
The return code.lsaf_path
-
- Required - The path to the item.
%lsaf_getworkspacechildren(lsaf_path=, sas_dsname=work.lsafGetWorkspaceChildren, lsaf_recursive=0);
[ Exposure:
external
]
_lsafMsg_
-
The return message._lsafRC_
-
The return code.lsaf_path
-
- Required - The path of the item in the workspace.sas_dsname
-
- Optional - The name of the output SAS data set to contain the metadatalsaf_recursive
-
- Optional - The level of recursion. Valid values:
%lsaf_markworkspaceitemforadd(lsaf_path=);
[ Exposure:
external
]
_lsafMsg_
-
The return message._lsafRC_
-
The return code.lsaf_path
-
- Required - The path of the workspace item.