![]() | SUMMARY | DETAIL |
Macros to retrieve subscription information.
Macro Summary | |
external | %lsaf_getsubscriptions(sas_dsname=work.lsafGetSubscriptions);
Gets the metadata for all subscriptions for the current user. The metadata is stored in a ...
|
external | %lsaf_setitemsubscriptions(lsaf_path=, lsaf_events=, sas_dsname=work.lsafSetItemSubscriptions);
Sets the event subscriptions for a job file for the current user. Only job files can have ...
|
Macro Detail |
%lsaf_getsubscriptions(sas_dsname=work.lsafGetSubscriptions);
[ 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
%lsaf_setitemsubscriptions(lsaf_path=, lsaf_events=, sas_dsname=work.lsafSetItemSubscriptions);
[ Exposure:
external
]
_lsafMsg_
-
The return message._lsafRC_
-
The return code.lsaf_path
-
- Required - The name of the job file. If the path is blank, is not found,lsaf_events
-
- Optional - The name of the event subscription. Specify mutiple eventssas_dsname
-
- Optional - The name of the output SAS data set to contain the metadata